[release-announce] [watcher] python-watcherclient 1.7.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 19 20:35:46 UTC 2018


We are happy to announce the release of:

python-watcherclient 1.7.0: Python client library for Watcher API

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-watcher

Download the package from:

    https://pypi.python.org/pypi/python-watcherclient

Please report issues through launchpad:

    https://bugs.launchpad.net/watcher

For more details, please see below.

Changes in python-watcherclient 1.6.0..1.7.0
--------------------------------------------

83ccfbb [WiP] functional jobs fix
8acf018 ZuulV3 support for watcherclient
40d8df2 add lower-constraints job
9bfefbf Add tempest plugin
b84039d Delete the unnecessary '-'
f8ead12 Updated from global requirements
85e4e36 Updated from global requirements
ed9ce5b Update links in README
a22dab5 Updated from global requirements
0d72330 Fix global efficacy format
e359488 Zuul: Remove project name


Diffstat (except docs and test files)
-------------------------------------

.stestr.conf                                       |  3 +
.zuul.yaml                                         |  3 +-
README.rst                                         |  6 +-
lower-constraints.txt                              | 92 ++++++++++++++++++++++
requirements.txt                                   |  4 +-
setup.cfg                                          |  2 +
test-requirements.txt                              |  2 +-
tox.ini                                            |  8 ++
watcherclient/config.py                            | 23 ++++++
watcherclient/plugin.py                            | 34 ++++++++
watcherclient/v1/action_plan_shell.py              |  2 +-
17 files changed, 291 insertions(+), 116 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 4d907e2..6880d28 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
@@ -14 +14 @@ six>=1.10.0 # MIT
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 3706584..9ba8aac 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list