This is an automated email from the ASF dual-hosted git repository.
juergbi pushed a change to branch jbilleter/python3.14
in repository https://gitbox.apache.org/repos/asf/buildstream.git
omit 5aaa87de1 wip
omit dad9129c4 Add support for Python 3.14
omit 60bd904e8 ci: Update cibuildwheel to 3.1.4
omit 647e361c3 ci: Update Ubuntu images from 22.04 to 24.04
add f48ecb439 _frontend: Fix shell completion with Click >= 8.2
add 0156009ae types.py: Return `NotImplemented` for unsupported `FastEnum`
operations
add a7455a349 Merge pull request #2065 from apache/jbilleter/click
add adfabde6c ci: Update Ubuntu images from 22.04 to 24.04
add 21c476559 ci: Update cibuildwheel to 3.1.4
add 3bf7d8c1f Add support for Python 3.14
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 (5aaa87de1)
\
N -- N -- N refs/heads/jbilleter/python3.14 (3bf7d8c1f)
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/workflows/ci.yml | 6 +++---
.github/workflows/merge.yml | 2 +-
.github/workflows/release.yml | 2 +-
src/buildstream/_frontend/cli.py | 18 ++++++++++++++----
src/buildstream/_frontend/complete.py | 16 ++++++++++++----
src/buildstream/types.py | 4 ++--
tests/testutils/bearer_http_server.py | 4 ++--
tests/testutils/ftp_server.py | 4 ++--
tests/testutils/http_server.py | 4 ++--
9 files changed, 39 insertions(+), 21 deletions(-)