neutron-vpnaas-dashboard 12.0.0 (epoxy)
We are psyched to announce the release of: neutron-vpnaas-dashboard 12.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/neutron-vpnaas-dashboard Download the package from: https://tarballs.openstack.org/neutron-vpnaas-dashboard/ Please report issues through: https://bugs.launchpad.net/neutron-vpnaas-dashboard/+bugs For more details, please see below. Changes in neutron-vpnaas-dashboard 11.0.0..12.0.0 -------------------------------------------------- f9c18df Update default envlist f39c729 Bump hacking 159f688 reno: Update master for unmaintained/2023.1 98ae84b Update supported python versions according to tested runtimes 4eeb006 Fix outdated tox minversion 55c0fb2 tox: Drop envdir 6ff1c1e Update master for stable/2024.2 e3fe86e reno: Update master for unmaintained/zed a3e2efc Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- neutron_vpnaas_dashboard/api/vpn.py | 1 - neutron_vpnaas_dashboard/dashboards/project/vpn/forms.py | 1 - neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py | 2 -- neutron_vpnaas_dashboard/dashboards/project/vpn/tables.py | 2 -- neutron_vpnaas_dashboard/dashboards/project/vpn/tabs.py | 2 -- neutron_vpnaas_dashboard/dashboards/project/vpn/views.py | 1 - neutron_vpnaas_dashboard/dashboards/project/vpn/workflows.py | 2 -- releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po | 11 +++++++++-- releasenotes/source/zed.rst | 2 +- requirements.txt | 4 ---- setup.cfg | 6 ++++-- test-requirements.txt | 9 ++------- tox.ini | 5 ++--- 18 files changed, 26 insertions(+), 34 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d15169c..3fecd68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +4,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index aaed4b9..5c813aa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -# Hacking should appear first in case something else depends on pep8 -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -9 +4 @@ coverage!=4.4,>=4.0 # Apache-2.0 -flake8-import-order==0.13 # LGPLv3 +flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
participants (1)
-
no-reply@openstack.org