We high-spiritedly announce the release of: solum-dashboard 5.0.0: Solum Dashboard This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/solum-dashboard Download the package from: https://tarballs.openstack.org/solum-dashboard/ Please report issues through: https://bugs.launchpad.net/solum/+bugs For more details, please see below. Changes in solum-dashboard 4.0.0.0rc1..5.0.0 -------------------------------------------- 9f7ad91 Imported Translations from Zanata 51c38ae Cleanup for Refactor-error-messages 9c3c103 [goal] Migrate testing to ubuntu focal eff94f9 drop mock from lower-constraints and requirements c995271 Switch to newer openstackdocstheme version 9c58d06 Fix hacking min version to 3.0.1 455d4fc Update hacking for Python3 0c70f43 Bump default tox env from py37 to py38 d2ff684 Add py38 package metadata d4a541b Add Python3 victoria unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +-- lower-constraints.txt | 9 ++--- setup.cfg | 1 + solumdashboard/applications/forms.py | 4 +-- solumdashboard/applications/views.py | 8 ++--- solumdashboard/assemblies/views.py | 4 +-- solumdashboard/dashboard.py | 1 + solumdashboard/languagepacks/forms.py | 4 +-- solumdashboard/languagepacks/views.py | 8 ++--- solumdashboard/locale/de/LC_MESSAGES/django.po | 40 ++++++++--------------- solumdashboard/locale/en_GB/LC_MESSAGES/django.po | 38 +++++++-------------- solumdashboard/locale/id/LC_MESSAGES/django.po | 38 +++++++-------------- test-requirements.txt | 7 ++-- tox.ini | 2 +- 15 files changed, 67 insertions(+), 110 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index f47ebed..5544d0e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -7 +6,0 @@ coverage>=4.5.1 # Apache-2.0 -mock>=2.0.0 # BSD @@ -16,2 +15,2 @@ unittest2>=1.1.0 # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD -openstackdocstheme>=1.31.2 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +openstackdocstheme>=2.2.1 # Apache-2.0