We contentedly announce the release of: watcher-dashboard 2.0.0: Watcher Management Dashboard This release is part of the train release series. The source is available from: https://opendev.org/openstack/watcher-dashboard Download the package from: https://tarballs.openstack.org/watcher-dashboard/ Please report issues through: https://bugs.launchpad.net/watcher-dashboard/+bugs For more details, please see below. Changes in watcher-dashboard 1.12.0..2.0.0 ------------------------------------------ e0405ce Build pdf docs 956e608 Add blueprints link for README 4bd9e1e Refactor error messages 077a250 Remove the unused code be0ac79 Blacklist sphinx 2.1.0 (autodoc bug) 31ee100 Add py37 in tox.ini and setup.cfg file d1d36ca Switch to the new canonical constraints URL on master 655ea41 Sync Sphinx requirement 3e96917 Replace git.openstack.org URLs with opendev.org URLs b28f178 OpenDev Migration Patch c8f7fa7 Remove py35 7d36c24 Update master for stable/stein 188043f Add python 3.7 unit test job for watcher-dashboard f1f1e55 Replace openstack.org git:// URLs with https:// Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 2 +- HACKING.rst | 8 ++++---- README.rst | 3 ++- devstack/local.conf.example | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++++ setup.cfg | 3 ++- test-requirements.txt | 3 ++- tox.ini | 20 ++++++++++++++++++-- watcher_dashboard/content/action_plans/views.py | 15 ++------------- watcher_dashboard/content/actions/views.py | 4 ++-- watcher_dashboard/content/audit_templates/forms.py | 4 ++-- watcher_dashboard/content/audit_templates/views.py | 5 +++-- watcher_dashboard/content/audits/forms.py | 4 ++-- watcher_dashboard/content/audits/views.py | 6 +++--- watcher_dashboard/content/goals/views.py | 9 +++++---- watcher_dashboard/content/strategies/views.py | 2 +- 26 files changed, 88 insertions(+), 53 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c6fb11c..e409528 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18 +18,2 @@ openstackdocstheme>=1.18.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,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org