[release-announce] murano-dashboard 9.0.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Wed May 13 10:57:34 UTC 2020
We are chuffed to announce the release of:
murano-dashboard 9.0.0: The Murano Dashboard
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/murano-dashboard
Download the package from:
https://tarballs.openstack.org/murano-dashboard/
Please report issues through:
https://bugs.launchpad.net/murano/+bugs
For more details, please see below.
Changes in murano-dashboard 8.0.0.0rc1..9.0.0
---------------------------------------------
22efa8fd Use unittest.mock instead of third party mock
a09aed6b Imported Translations from Zanata
005af167 Imported Translations from Zanata
160feca0 Remove six from lower-constraints.txt
c946775e Add pytest to test requirements
b9ed51cb Imported Translations from Zanata
9097db1b Imported Translations from Zanata
c39867ed Cleanup py27 support
23978c60 Fix pyScss version in lower-constraints.txt
b8827a41 Update the tox.ini
c80e23ed Update hacking for Python3
a9956206 Fix openstack-tox-lower-constraints job
90de7126 Revert the original logic in code
a85d8747 Remove six usage
8ab6fbd0 Drop Django 1.11 support
c62fe304 Drop django-babel from requirement.txt
51ea988b Drop python 2.7 testing
10a8a569 translation: drop babel extractor definitions
0bc1fc04 Imported Translations from Zanata
5f11df81 [ussuri][goal] Drop python 2.7 support and testing
46d49074 Fix nodejs-npm-run-test job failed
cdf73374 Change Ussuri python jobs template
8d66fe78 Imported Translations from Zanata
bf677445 Use Horizon project template for django jobs
479ac9e1 Imported Translations from Zanata
4eb6d37a Fix semantic_version compared
aa98dd99 Update master for stable/train
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 10 ++-----
babel-django.cfg | 3 --
babel-djangojs.cfg | 12 --------
karma.conf.js | 4 +--
lower-constraints.txt | 28 +++++++++---------
muranodashboard/catalog/forms.py | 2 +-
muranodashboard/catalog/views.py | 2 +-
muranodashboard/common/utils.py | 5 ++--
muranodashboard/dashboard.py | 1 +
muranodashboard/dynamic_ui/fields.py | 4 +--
muranodashboard/dynamic_ui/forms.py | 14 ++++-----
muranodashboard/dynamic_ui/helpers.py | 12 ++++----
muranodashboard/dynamic_ui/services.py | 17 +++++------
muranodashboard/dynamic_ui/version.py | 2 +-
muranodashboard/dynamic_ui/yaql_expression.py | 6 ++--
muranodashboard/environments/api.py | 4 +--
muranodashboard/environments/tabs.py | 34 +++++++++++-----------
muranodashboard/environments/topology.py | 8 ++---
muranodashboard/images/views.py | 2 +-
muranodashboard/packages/views.py | 18 ++++--------
muranodashboard/templatetags/custom_filters.py | 5 ++--
.../legacy/murano-dashboard-sanity-check/run.yaml | 1 +
.../notes/drop-py-2-7-5cb73aa4c1797456.yaml | 6 ++++
releasenotes/source/index.rst | 1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po | 10 +++++--
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 24 +++++++++++++--
releasenotes/source/train.rst | 6 ++++
requirements.txt | 9 ++----
setup.cfg | 15 ++--------
setup.py | 9 ------
test-requirements.txt | 8 ++---
tools/post_install.sh | 2 +-
tox.ini | 27 ++++++-----------
58 files changed, 183 insertions(+), 207 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 070ed9e5..b26b2ae2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ beautifulsoup4>=4.6.0 # MIT
-django-formtools>=2.0 # BSD
+django-formtools>=2.2 # BSD
@@ -9 +8,0 @@ iso8601>=0.1.11 # MIT
-six>=1.10.0 # MIT
@@ -19,5 +18 @@ semantic-version>=2.3.1 # BSD
-horizon>=15.0.0.0b1 # Apache-2.0
-
-# message extraction
-Babel!=2.4.0,>=2.3.4 # BSD
-django-babel>=0.6.2 # BSD
+horizon>=18.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5804edd7..6ac0c994 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4,3 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=3.0,<4.0.0 # Apache-2.0
+
+pytest>=5.3.5 # MIT
@@ -10 +11,0 @@ selenium>=2.50.1 # Apache-2.0
-mock>=2.0.0 # BSD
@@ -14,2 +15 @@ openstackdocstheme>=1.20.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
More information about the Release-announce
mailing list