We are pleased to announce the release of: monasca-ui 1.16.0: Monasca Plugin for Horizon This release is part of the train 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.15.0..1.16.0 ------------------------------------ f0231ab Add Python 3 Train unit tests 6d1ac15 Update hacking version to latest 51cc634 Sync Sphinx requirement df89ad3 Dropping the py35 testing 9d1f6ea Replace git.openstack.org URLs with opendev.org URLs 9bb176f Fix failing unit tests b7bedc0 OpenDev Migration Patch Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 3 +-- README.rst | 16 ++++++++-------- monitoring/test/settings.py | 24 ++++++++++++++++++++++++ setup.cfg | 3 ++- test-requirements.txt | 5 +++-- tox.ini | 7 +++++-- 7 files changed, 44 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 02096b1..602b560 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -13 +13,2 @@ selenium>=2.50.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +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