We are gleeful to announce the release of: solum-dashboard 4.0.0: Solum Dashboard This release is part of the ussuri 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 3.0.0.0rc1..4.0.0 -------------------------------------------- 0e9cc01 Imported Translations from Zanata 2213f93 Update TOX_CONSTRAINTS_FILE for stable/ussuri 42ee2ef Update .gitreview for stable/ussuri e37246d Cleanup doc building 00eca34 Cleanup py27 support b9e259b Fix pyScss version in lower-constraints.txt 5b31c63 Update the minversion parameter. f96385b Use pyyaml instead yamlutils module. dfb3656 Remove six usage 0474a38 Drop django-babel from requirement.txt ef8afc2 Drop Django 1.11 support 8962748 translation: drop babel extractor definitions b69f83d Imported Translations from Zanata 60938c9 [ussuri][goal] Drop python 2.7 support and testing 64c0958 Switch to official Ussuri jobs 1ba2edb Use Horizon project template for django jobs 922c83a Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 12 +- babel-django.cfg | 3 - babel-djangojs.cfg | 12 - lower-constraints.txt | 20 +- .../notes/drop-py-2-7-241c1a021379927d.yaml | 6 + requirements.txt | 11 +- setup.cfg | 14 +- setup.py | 9 - solumdashboard/applications/forms.py | 10 +- solumdashboard/applications/views.py | 4 +- solumdashboard/assemblies/views.py | 4 +- solumdashboard/languagepacks/forms.py | 7 +- solumdashboard/languagepacks/views.py | 5 +- solumdashboard/locale/de/LC_MESSAGES/django.po | 35 ++- solumdashboard/locale/en_GB/LC_MESSAGES/django.po | 33 +- solumdashboard/locale/ko_KR/LC_MESSAGES/django.po | 340 +++++++++++++++++++++ test-requirements.txt | 6 +- tox.ini | 25 +- 20 files changed, 449 insertions(+), 111 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c778a81..be15157 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +5,0 @@ pbr!=2.1.0,>=3.1.1 # Apache-2.0 -Django<2,>=1.11;python_version<'3.0' # BSD -Django<2.1,>=1.11;python_version>='3.0' # BSD @@ -10 +8 @@ oslo.log>=3.37.0 # Apache-2.0 -python-keystoneclient>=3.15.0 # Apache-2.0 +python-keystoneclient>=3.22.0 # Apache-2.0 @@ -11,0 +10 @@ python-solumclient>=2.6.1 # Apache-2.0 +PyYAML>=5.3 # MIT @@ -15,5 +14 @@ oslo.utils>=3.36.0 # Apache-2.0 -# message extraction -Babel>=2.5.3 # BSD -django-babel>=0.6.2 # BSD - -horizon>=13.0.0 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 15aa291..f47ebed 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,4 +16,2 @@ unittest2>=1.1.0 # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD -openstackdocstheme>=1.20.0 # Apache-2.0 -sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0 -sphinxcontrib-httpdomain>=1.6.1 # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD +openstackdocstheme>=1.31.2 # Apache-2.0