monasca-ui 2.0.0 (ussuri)
We are satisfied to announce the release of: monasca-ui 2.0.0: Monasca Plugin for Horizon This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/monasca-ui Download the package from: https://tarballs.openstack.org/monasca-ui/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-ui 1.17.0..2.0.0 ----------------------------------- b1caa01 Fix pyScss version in lower-constraints.txt d694236 Cleanup py27 support db7c489 Add pytest requirement f037523 Update hacking for Python3 f8d3417 Drop Django 1.11 support 0d4bd0b translation: drop babel extractor definitions 4e82a81 [ussuri][goal] Drop python 2.7 support and testing a3b46a1 Use Horizon project template for django jobs ea41551 Switch to official Ussuri jobs b95f087 Update the constraints url Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +- README.rst | 2 +- babel-django.cfg | 3 - babel-djangojs.cfg | 12 -- lower-constraints.txt | 16 +-- monitoring/alarmdefs/forms.py | 6 +- monitoring/alarms/forms.py | 2 +- monitoring/dashboard.py | 1 + monitoring/notifications/constants.py | 1 + monitoring/test/settings.py | 145 +++------------------ .../notes/drop-py-2-7-4bed1d8bdb530b1d.yaml | 6 + requirements.txt | 2 +- setup.cfg | 15 +-- setup.py | 9 -- test-requirements.txt | 10 +- tools/install_venv.py | 2 + tox.ini | 17 +-- 17 files changed, 58 insertions(+), 195 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a9ae256..cd3182d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ python-monascaclient>=1.8.0 # Apache-2.0 -horizon>=14.0.0.0b3 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 602b560..febc9fd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -9 +8,0 @@ mock>=2.0.0 # BSD -funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0 @@ -12,4 +11,3 @@ selenium>=2.50.1 # Apache-2.0 -# Docs Requirements -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,>=1.6.2;python_version>='3.4' # BSD -oslosphinx>=4.7.0 # Apache-2.0 + +# Horizon +pytest>=5.3.5 # MIT
participants (1)
-
no-reply@openstack.org