[release-announce] python-watcherclient 2.2.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 24 16:14:15 UTC 2018


We are happy to announce the release of:

python-watcherclient 2.2.0: Python client library for Watcher API

This release is part of the stein release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/watcher

For more details, please see below.

Changes in python-watcherclient 2.1.0..2.2.0
--------------------------------------------

db7a5e4 Allow CLI to pass goal and strategy names
825e5cb Use templates lower-constraints, remove cover
1086b23 Switch to stestr
535b9da add python 3.6 unit test job
34a4ad3 switch documentation job to new PTI
39d4c1e import zuul job settings from project-config
c1fd569 fix watcher actionplan show command
5e928b8 Update watcher strategy state in CLI
723ad12 Add --marker help info
3926dcc Organize the use of 'log' and replace 'log' with LOG
496f4c1 Add audit name to CLI help doc
2551ff0 Fix watherclient error in py3
adc8127 Add --marker help info


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

.gitignore                            |  2 +-
.stestr.conf                          |  4 +--
.testr.conf                           |  7 ----
.zuul.yaml                            | 12 ++++---
lower-constraints.txt                 |  4 +--
requirements.txt                      | 16 ++++-----
test-requirements.txt                 |  7 ++--
tox.ini                               | 18 ++++++----
watcherclient/common/httpclient.py    | 10 +++++-
watcherclient/shell.py                |  6 ++--
watcherclient/v1/action_plan_shell.py |  2 +-
watcherclient/v1/audit_shell.py       |  9 -----
13 files changed, 104 insertions(+), 60 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 6880d28..1eb6119 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@
-Babel!=2.4.0,>=2.3.4 # BSD
-cliff!=2.9.0,>=2.8.0 # Apache-2.0
-osc-lib>=1.8.0 # Apache-2.0
-oslo.i18n>=3.15.3 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.1 # BSD
+Babel!=2.4.0,>=2.5.3 # BSD
+cliff!=2.9.0,>=2.11.0 # Apache-2.0
+osc-lib>=1.10.0 # Apache-2.0
+oslo.i18n>=3.20.0 # Apache-2.0
+oslo.utils>=3.36.0 # Apache-2.0
+pbr!=2.1.0,>=3.1.1 # Apache-2.0
+PrettyTable<0.8,>=0.7.2 # BSD
@@ -13 +13 @@ keystoneauth1>=3.4.0 # Apache-2.0
-six>=1.10.0 # MIT
+six>=1.11.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 9ba8aac..a13815b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,2 +12,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+stestr>=2.0.0 # Apache-2.0
@@ -17,3 +16,0 @@ tempest>=17.1.0 # Apache-2.0
-
-# Needed for pypi packaging
-wheel>=0.24.0 # MIT






More information about the Release-announce mailing list