We are overjoyed to announce the release of: neutron-fwaas-dashboard 3.0.0: Neutron FWaaS Dashboard This release is part of the ussuri 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 2.1.0..3.0.0 ----------------------------------------------- 873d518 Imported Translations from Zanata 6c7034e Fix pyScss version in lower-constraints.txt 6882b42 Update hacking for Python3 d57d35e Deprecate neutron-fwaas-dashboard as stadium project b7b288f Drop Django 1.11 support bffad77 translation: drop babel extractor definitions 4eb4547 Imported Translations from Zanata fd90544 Imported Translations from Zanata 4571ce7 Drop python 2.7 support and testing 725e1ac Add neutron-fwaas-dashboard integration tests cfb63bb Switch to official Ussuri jobs 36184a8 Update master for stable/train b508ac3 Use Horizon project template for django jobs 70495c6 Update the constraints url Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 34 +++++++++++---- README.rst | 8 ++++ babel-django.cfg | 3 -- babel-djangojs.cfg | 12 ------ bindep.txt | 5 +++ lower-constraints.txt | 14 ++++--- .../test/integration/__init__.py | 0 .../test/integration/horizon.conf | 4 ++ .../test/integration/pages/__init__.py | 0 .../test/integration/pages/project/__init__.py | 0 .../integration/pages/project/network/__init__.py | 0 .../pages/project/network/firewallgroupspage.py | 21 ++++++++++ .../test/integration/test_basic.py | 24 +++++++++++ ...-fwaas-as-stadium-project-af51b5bcab1cb25f.yaml | 14 +++++++ .../notes/drop-py-2-7-aeac41c824c80d4a.yaml | 6 +++ releasenotes/source/index.rst | 1 + .../source/locale/cs/LC_MESSAGES/releasenotes.po | 25 ----------- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 48 +++++++++++++++++++++- .../source/locale/es/LC_MESSAGES/releasenotes.po | 25 ----------- .../source/locale/ru/LC_MESSAGES/releasenotes.po | 46 ++++++++++++++++++++- releasenotes/source/train.rst | 6 +++ requirements.txt | 2 +- setup.cfg | 2 - test-requirements.txt | 10 ++++- tox.ini | 34 ++++++++------- 26 files changed, 249 insertions(+), 103 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index dc7006e..312c39b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -horizon>=14.0.0.0b3 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index da40880..a9c39d5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=1.1.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -11 +11,2 @@ mock>=2.0.0 # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # 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 @@ -13,0 +15,5 @@ reno>=2.5.0 # Apache-2.0 + +# integration tests requirements +selenium>=2.50.1 # Apache-2.0 +xvfbwrapper>=0.1.3 #license: MIT +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org