This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch abderrahim/yaml-duplicate-key
in repository https://gitbox.apache.org/repos/asf/buildstream.git
omit c49162c93 tests/format/link.py: pass `--deps none` to bst
omit 6667b0279 _yaml.pyx: disallow duplicate keys in yaml mappings
add 8bd93ebcf Raise exception with more information upon plugin bug
add afe7e21e5 Merge pull request #1864 from nanonyme/nanonyme/errors
add 9a9c454f4 Fix pulling buildtrees in bst shell
add 60d933977 Merge pull request #1882 from
apache/abderrahim/shell-pull-buildtrees
add 669a39fe0 Add support for Python 3.12
add c091049cc Update to latest image and enable Fedora 39
add 82d103335 Update cibuildwheel since the old one doesn't support Python
3.12
add 44c569d82 Update dependencies for Python 3.12 support
add 27174250a Merge pull request #1881 from nanonyme/nanonyme/python_312
add cd2f57853 Run CI tests for python 3.12 instead of the nonexistent 3.22
add 9ada315eb Merge pull request #1884 from apache/abderrahim/fix-ci-312
add e17986c6c Add Fedora 39 to one place where it was missed
add c8d185c2e Drop Fedora 37
add 287e88cdb Merge pull request #1883 from nanonyme/nanonyme/coverage
add bdcc00ca6 _yaml.pyx: disallow duplicate keys in yaml mappings
add 14899b2c6 tests/format/link.py: pass `--deps none` to bst
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c49162c93)
\
N -- N -- N refs/heads/abderrahim/yaml-duplicate-key (14899b2c6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/common.env | 6 +++---
.github/compose/ci.docker-compose.yml | 13 ++++++++----
.github/run-ci.sh | 2 +-
.github/workflows/ci.yml | 5 +++--
.github/workflows/release.yml | 1 +
requirements/dev-requirements.txt | 2 +-
requirements/requirements.txt | 6 +++---
src/buildstream/_stream.py | 2 +-
src/buildstream/source.py | 4 +++-
tox.ini | 40 +++++++++++++++++------------------
10 files changed, 45 insertions(+), 36 deletions(-)