neutron-dynamic-routing 27.0.0 (flamingo)
We enthusiastically announce the release of: neutron-dynamic-routing 27.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/neutron-dynamic-routing Download the package from: https://tarballs.openstack.org/neutron-dynamic-routing/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron-dynamic-routing 26.0.0..27.0.0 ------------------------------------------------- 9f21d9a Remove url tags from README 68f9d32 Drop explicit dependency on python-subunit 4465144 Remove py39 reference from setup.cfg 014f044 Update master for stable/2025.1 519f017 Use constants from neutron-lib Diffstat (except docs and test files) ------------------------------------- README.rst | 6 +++--- .../services/bgp/agent/driver/utils.py | 9 ++++----- .../services/bgp/common/constants.py | 8 -------- releasenotes/notes/drop-py39-a9a5f0b7addc2f12.yaml | 7 +++++++ releasenotes/source/2025.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 2 +- setup.cfg | 3 +-- test-requirements.txt | 1 - 10 files changed, 31 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 390da6f..d45cc1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ alembic>=0.9.6 # MIT -neutron-lib>=1.26.0 # Apache-2.0 +neutron-lib>=2.12.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4953e43..be9842c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +4,0 @@ flake8-import-order>=0.18.0,<0.19.0 # LGPLv3 -python-subunit>=1.0.0 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org