We are pleased to announce the release of: networking-bagpipe 23.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/networking-bagpipe Download the package from: https://pypi.org/project/networking-bagpipe Please report issues through: https://bugs.launchpad.net/networking-bagpipe/+bugs For more details, please see below. Changes in networking-bagpipe 22.0.0..23.0.0 -------------------------------------------- 74efb41 Drop removed options from doc 885ac70 Remove the fullstack job from the CI 932ca1c Drop explicit dependency on python-subunit 445cab6 Remove py39 job and reference in setup.cfg 29f3d41 pyroute2 0.9.1 most probably changed how ndb.interface.ipaddr 3873fd8 Remove unnecessary +x mode 94a90e3 Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 20 +++----------------- networking_bagpipe/bagpipe_bgp/cli/looking_glass.py | 2 -- networking_bagpipe/bagpipe_bgp/cli/rest_attach.py | 2 -- networking_bagpipe/bagpipe_bgp/common/config.py | 9 +++------ releasenotes/notes/drop-py39-3ea38c2af07fbd41.yaml | 7 +++++++ releasenotes/source/2025.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + setup.cfg | 3 +-- test-requirements.txt | 1 - 10 files changed, 21 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 321be15..5cd60d0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +3,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -python-subunit>=1.0.0 # Apache-2.0/BSD