We are happy to announce the release of: solum-dashboard 2.4.0: Solum Dashboard This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/solum-dashboard/ For more details, please see below. Changes in solum-dashboard 2.3.0..2.4.0 --------------------------------------- e6cdbf9 Fix Readme title so short 6fc35a2 fix tox python3 overrides ffe9953 Django 2.0 support 619e067 Imported Translations from Zanata a31498c Updated from global requirements 4778076 add lower-constraints job d58b5a2 pypy is not checked at gate 61fd456 Install horizon directly from pypi 6815f29 Updated from global requirements e96115a Updated from global requirements 1c4ce43 Updated from global requirements 204af8b Updated from global requirements 7971a58 Imported Translations from Zanata e838c81 Imported Translations from Zanata 77cc8df Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 + README.rst | 3 +- lower-constraints.txt | 143 +++++++++ requirements.txt | 6 +- solumdashboard/applications/forms.py | 2 +- solumdashboard/applications/views.py | 4 +- solumdashboard/languagepacks/forms.py | 2 +- solumdashboard/languagepacks/views.py | 4 +- solumdashboard/locale/de/LC_MESSAGES/django.po | 335 ++++++++++++++++++++++ solumdashboard/locale/en_GB/LC_MESSAGES/django.po | 8 +- solumdashboard/locale/id/LC_MESSAGES/django.po | 328 +++++++++++++++++++++ test-requirements.txt | 4 +- tox.ini | 21 +- 13 files changed, 849 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8b7cc00..7e483be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Django<2.0,>=1.8 # BSD +Django<2.0,>=1.11 # BSD @@ -16 +16,3 @@ Babel!=2.4.0,>=2.3.4 # BSD -django-babel>=0.5.1 # BSD +django-babel>=0.6.2 # BSD + +horizon>=13.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index ee1aa9f..9613ecf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ mock>=2.0.0 # BSD -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 @@ -16 +16 @@ unittest2>=1.1.0 # BSD -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org