qinling-dashboard 3.0.0 (ussuri)
We are stoked to announce the release of: qinling-dashboard 3.0.0: Qinling Management Dashboard This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/qinling-dashboard Download the package from: https://tarballs.openstack.org/qinling-dashboard/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/qinling- dashboard For more details, please see below. Changes in qinling-dashboard 2.0.0..3.0.0 ----------------------------------------- d351097 Cleanup py27 support 6c1c858 Update to hacking 3.0 bfabd9f Update hacking for Python3 e8743e1 s/assertItemsEqual/assertCountEqual/g 173821a Remove six usage d7b6a7c Drop Django 1.11 support a5c548a translation: drop babel extractor definitions d3d9504 [ussuri][goal] Drop python 2.7 support and testing 47f5991 Imported Translations from Zanata 25dfa50 Switch to official Ussuri jobs 9708807 Use Horizon project template for django jobs d24f2c9 Remove py35 from tox.ini 7c20ff0 Imported Translations from Zanata 90cfad1 Fix releasenotes name Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 +- babel-django.cfg | 3 - babel-djangojs.cfg | 12 --- qinling_dashboard/api/qinling.py | 6 +- .../locale/ko_KR/LC_MESSAGES/django.po | 26 ++++- qinling_dashboard/test/helpers.py | 18 ++-- qinling_dashboard/test/settings.py | 10 +- qinling_dashboard/test/test_data/exceptions.py | 5 - qinling_dashboard/validators.py | 8 +- .../notes/drop-py-2-7-83f8eb457524a5e1.yaml | 6 ++ releasenotes/source/index.rst | 6 +- .../source/locale/de/LC_MESSAGES/releasenotes.po | 21 ++++ .../locale/en_GB/LC_MESSAGES/releasenotes.po | 5 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 11 +- requirements.txt | 2 +- setup.cfg | 14 +-- setup.py | 9 -- test-requirements.txt | 2 +- tox.ini | 30 ++---- 25 files changed, 162 insertions(+), 183 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5c5d77d..54d9d28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ python-qinlingclient>=1.1.0 # Apache-2.0 -horizon>=14.0.0.0b1 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index c20b2dc..ddef5fc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org