cloudkitty-dashboard 11.0.0 (victoria)
We high-spiritedly announce the release of: cloudkitty-dashboard 11.0.0: CloudKitty Horizon dashboard This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/cloudkitty-dashboard Download the package from: https://pypi.org/project/cloudkitty-dashboard Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cloudkitty- dashboard For more details, please see below. Changes in cloudkitty-dashboard 10.0.0..11.0.0 ---------------------------------------------- 01ac499 Imported Translations from Zanata 554068b Cleanup for Refactor-error-messages c05db48 [goal] Migrate testing to ubuntu focal 03cb12b Update hacking for Python3 d64e435 Add py38 package metadata 15a2a8e Drop use of third party mock 86ad84e Imported Translations from Zanata 5ea0940 Switch to newer openstackdocstheme and reno versions c5dd324 Bump default tox env from py37 to py38 17bd8df Imported Translations from Zanata dad03a9 Add Python3 victoria unit tests 99b20e4 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- .../dashboards/admin/hashmap/forms.py | 13 +++++---- .../dashboards/admin/modules/forms.py | 4 +-- .../dashboards/admin/pyscripts/forms.py | 8 +++--- .../dashboards/project/rating/views.py | 4 +-- .../locale/en_GB/LC_MESSAGES/django.po | 31 +++------------------- .../locale/fr/LC_MESSAGES/django.po | 5 +++- cloudkittydashboard/overrides.py | 1 + releasenotes/source/conf.py | 13 +++------ releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 15 +++++++++-- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 13 +++++---- releasenotes/source/ussuri.rst | 6 +++++ setup.cfg | 1 + test-requirements.txt | 8 +++++- tox.ini | 3 ++- 19 files changed, 74 insertions(+), 85 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9cd5b2e..d5b8079 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4,7 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 + +hacking>=3.0.1,<3.1.0 # Apache-2.0 +# remove this pyflakes from here once you bump the +# hacking to 3.2.0 or above. hacking 3.2.0 takes +# care of pyflakes version compatibilty. +pyflakes>=2.1.1 +
participants (1)
-
no-reply@openstack.org