We are tickled pink to announce the release of: networking-sfc 20.0.0 This release is part of the epoxy 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 19.0.0..20.0.0 ---------------------------------------- 8f4e780 remove unicode prefix from code 8a7e2e3 Update default envlist ec31967 pep8: Issue on Noble (U. 24.04) with pylint f5fd80d tests: test_db_base_plugin_v2.py was moved to common 43b8889 reno: Update master for unmaintained/2023.1 4abbc90 Fix reference to ``TestModelsMigrations`` class 6a39696 Bump actual minimum python version 336b0cf Remove workaround for eventlet < 0.27.0 f6c2701 Update jobs based on testing runtime for 2025.1 15f6ba9 [sqlalchemy-20] Remove CI job "openstack-tox-py310-with-sqlalchemy-main-sfc" 3c4e647 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .pylintrc | 1 + api-ref/source/conf.py | 8 ++++---- networking_sfc/services/sfc/agent/__init__.py | 6 ------ .../sfc/agent/extensions/openvswitch/sfc_driver.py | 1 + releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/conf.py | 16 ++++++++-------- releasenotes/source/index.rst | 1 + requirements.txt | 2 +- setup.cfg | 4 ++-- test-requirements.txt | 1 - tox.ini | 3 ++- zuul.d/jobs.yaml | 12 ------------ zuul.d/projects.yaml | 9 ++------- 17 files changed, 37 insertions(+), 61 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 79280e3..e75ce0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr>=4.0.0 # Apache-2.0 -eventlet>=0.25.1 # MIT +eventlet>=0.27.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index c027a1f..b15ecb8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +3,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -pylint==2.17.4 # GPLv2
participants (1)
-
no-reply@openstack.org