networking-bgpvpn 22.0.0 (epoxy)
We high-spiritedly announce the release of: networking-bgpvpn 22.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/networking-bgpvpn Download the package from: https://pypi.org/project/networking-bgpvpn Please report issues through: https://bugs.launchpad.net/bgpvpn/+bugs For more details, please see below. Changes in networking-bgpvpn 21.0.0..22.0.0 ------------------------------------------- 94eed0e Update default envlist 4969079 pep8: Issue on Noble (U. 24.04) with pylint 28182c8 tests: test_db_base_plugin_v2.py was moved to common 3670e2b reno: Update master for unmaintained/2023.1 36fc780 Fix reference to ``TestModelsMigrations`` class 19f326c pyupgrade changes for Python3.9+ b1bc389 Remove translation sections from setup.cfg b0e5f98 Drop optional dependencies from requirements 8823315 Bump actual minimum python version 509d17a Update jobs based on testing runtime for 2025.1 0641e3e [sqlalchemy-20] Remove CI job "networking-bgpvpn-openstack-tox-py310-with-sqlalchemy-main" 39157cb Update master for stable/2024.2 18af1fc reno: Update master for unmaintained/zed Diffstat (except docs and test files) ------------------------------------- .pylintrc | 2 -- .zuul.yaml | 30 +++------------------- babel.cfg | 2 -- bgpvpn_dashboard/dashboards/admin/bgpvpn/forms.py | 10 ++++---- bgpvpn_dashboard/dashboards/admin/bgpvpn/tables.py | 14 +++++----- .../dashboards/admin/bgpvpn/workflows.py | 2 +- .../dashboards/project/bgpvpn/forms.py | 6 ++--- .../project/bgpvpn/network_associations/tables.py | 12 ++++----- .../project/bgpvpn/network_associations/views.py | 2 +- .../project/bgpvpn/router_associations/forms.py | 2 +- .../project/bgpvpn/router_associations/tables.py | 12 ++++----- .../project/bgpvpn/router_associations/views.py | 3 +-- .../dashboards/project/bgpvpn/tables.py | 6 ++--- bgpvpn_dashboard/dashboards/project/bgpvpn/tabs.py | 2 +- .../dashboards/project/bgpvpn/views.py | 9 +++---- .../dashboards/project/bgpvpn/workflows.py | 8 +++--- bgpvpn_dashboard/test/admin/test_forms.py | 4 +-- bgpvpn_dashboard/test/admin/test_views.py | 2 +- bgpvpn_dashboard/test/helpers.py | 4 +-- bgpvpn_dashboard/test/project/test_forms.py | 2 +- bgpvpn_dashboard/test/project/test_tables.py | 4 +-- bgpvpn_dashboard/test/project/test_views.py | 4 +-- networking_bgpvpn/neutron/db/bgpvpn_db.py | 3 ++- networking_bgpvpn/neutron/services/common/utils.py | 8 +++--- .../services/service_drivers/bagpipe/bagpipe_v2.py | 2 +- .../neutronclient/neutron/v2_0/bgpvpn/bgpvpn.py | 8 +++--- .../unit/extensions/test_bgpvpn_routes_control.py | 4 +-- networking_bgpvpn_heat/bgpvpnservice.py | 8 +++--- releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 +++++ releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 2 +- requirements.txt | 2 -- setup.cfg | 20 +++------------ test-requirements.txt | 3 +-- tox.ini | 3 ++- 43 files changed, 117 insertions(+), 164 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e9da9bf..e5a2c66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,2 +16,0 @@ neutron>=23.0.0.0b2 # Apache-2.0 -networking-bagpipe>=12.0.0 # Apache-2.0 -horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d441898..8b1e527 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +8,0 @@ oslotest>=3.2.0 # Apache-2.0 -pylint==2.17.4 # GPLv2 @@ -22 +21 @@ isort==4.3.21 # MIT -networking-bagpipe>=12.0.0.0rc1 # Apache-2.0 +networking-bagpipe>=12.0.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org