We are psyched to announce the release of: networking-sfc 21.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/networking-sfc Download the package from: https://pypi.org/project/networking-sfc Please report issues through: https://bugs.launchpad.net/networking-sfc/+bugs For more details, please see below. Changes in networking-sfc 20.0.0..21.0.0 ---------------------------------------- 4a9c570 Migrate networking-sfc-tempest-multinode to Noble 6150fca Remove url tags from README f6f4c36 Fix the H999 flake8 local plugin 67b695c setup.cfg: Replace dashes with underscores d55d48a Add H999 hacking check to ban eventlet imports 281994f [eventlet-removal] Drop eventlet usage 9d0e1d4 add pyproject.toml to support pip 23.1 39c6bd2 Remove py39 reference from setup.cfg bfb438d Replace UPPER_CONSTRAINTS_FILE 5c16be9 Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- README.rst | 7 -- networking_sfc/hacking/__init__.py | 0 networking_sfc/hacking/checks.py | 39 ++++++++ networking_sfc/services/sfc/agent/__init__.py | 2 - .../unit/services/sfc/drivers/ovs/test_driver.py | 8 -- pyproject.toml | 3 + releasenotes/notes/drop-py39-75464b9599f01754.yaml | 7 ++ .../notes/eventlet-removal-bee388f6861026d2.yaml | 4 + releasenotes/source/2025.1.rst | 6 ++ releasenotes/source/index.rst | 1 + requirements.txt | 3 +- setup.cfg | 9 +- test-requirements.txt | 7 +- tox.ini | 8 +- zuul.d/jobs.yaml | 2 +- 17 files changed, 173 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e75ce0d..94d91f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ pbr>=4.0.0 # Apache-2.0 -eventlet>=0.27.0 # MIT @@ -20 +19 @@ neutron-lib>=2.19.0 # Apache-2.0 -neutron>=23.0.0.0b2 # Apache-2.0 +neutron>=27.0.0.0b1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b15ecb8..c80ef80 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking>=6.1.0,<6.2.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0 @@ -3,5 +2,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -fixtures>=3.0.0 # Apache-2.0/BSD -requests-mock>=1.2.0 # Apache-2.0 -testresources>=2.0.0 # Apache-2.0/BSD -testtools>=2.2.0 # MIT -testscenarios>=0.4 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org