[release-announce] neutron-fwaas-dashboard 4.0.0 (zed)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 5 12:28:32 UTC 2022
We high-spiritedly announce the release of:
neutron-fwaas-dashboard 4.0.0: Neutron FWaaS Dashboard
This release is part of the zed release series.
The source is available from:
https://opendev.org/openstack/neutron-fwaas-dashboard
Download the package from:
https://tarballs.openstack.org/neutron-fwaas-dashboard/
Please report issues through:
https://bugs.launchpad.net/neutron-fwaas-dashboard/+bugs
For more details, please see below.
Changes in neutron-fwaas-dashboard ussuri-em..4.0.0
---------------------------------------------------
444a209 Replace deprecated ugettext_lazy and ungettext_lazy
fa98259 [doc]remove warning for "deprecate this project"
e4600cf setup.cfg: Replace dashes with underscores
8596267 Replace deprecated UPPER_CONSTRAINTS_FILE variable
48943b1 Update python testing as per zed cycle testing runtime
6ab2105 Drop lower-constraints.txt and its testing
ad4f694 Address RemovedInDjango40Warning
12f453c Add Python3 zed unit tests
041d9d1 Rename zh-cn translations to zh-hans
e8463a1 Revert "Retire neutron-fwaas-dashboard project"
dffb01f Moving IRC network reference to OFTC
4a0f1a3 Retire neutron-fwaas-dashboard project
6451d3d Use unittest.mock instead of mock
393a858 Switch to newer openstackdocstheme and reno versions
b0fef79 Fix hacking min version to 3.0.1
2a11a0e Imported Translations from Zanata
ecd6fee Imported Translations from Zanata
ec072d3 Bump default tox env from py37 to py38
33b1a9a Add py38 package metadata
ea41fcc Imported Translations from Zanata
017e87b Add Python3 victoria unit tests
db38479 Update master for stable/ussuri
0f9a50e Cleanup py27 support
b05e632 Imported Translations from Zanata
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 3 +-
README.rst | 8 --
lower-constraints.txt | 152 ---------------------
.../dashboards/project/firewalls_v2/forms.py | 2 +-
.../dashboards/project/firewalls_v2/panel.py | 2 +-
.../dashboards/project/firewalls_v2/tables.py | 16 +--
.../dashboards/project/firewalls_v2/tabs.py | 2 +-
.../dashboards/project/firewalls_v2/urls.py | 66 ++++-----
.../dashboards/project/firewalls_v2/views.py | 2 +-
.../dashboards/project/firewalls_v2/widgets.py | 2 +-
.../dashboards/project/firewalls_v2/workflows.py | 2 +-
.../{zh_CN => zh_Hans}/LC_MESSAGES/django.po | 0
.../drop-python-3-6-and-3-7-b1cf8738aaab988f.yaml | 5 +
releasenotes/source/conf.py | 10 +-
releasenotes/source/index.rst | 1 +
.../source/locale/cs/LC_MESSAGES/releasenotes.po | 25 ++++
.../source/locale/de/LC_MESSAGES/releasenotes.po | 26 +++-
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 11 +-
.../source/locale/es/LC_MESSAGES/releasenotes.po | 25 ++++
.../source/locale/ru/LC_MESSAGES/releasenotes.po | 5 +-
releasenotes/source/ussuri.rst | 6 +
requirements.txt | 4 +
setup.cfg | 22 ++-
setup.py | 9 --
test-requirements.txt | 10 +-
tox.ini | 13 +-
29 files changed, 177 insertions(+), 282 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 312c39b..8716cc5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix.
+
diff --git a/test-requirements.txt b/test-requirements.txt
index a9c39d5..890f8dd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -10,5 +10,3 @@ flake8-import-order==0.13 # LGPLv3
-mock>=2.0.0 # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0
+reno>=3.1.0 # Apache-2.0
More information about the Release-announce
mailing list