[release-announce] [watcher] python-watcherclient 1.4.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 25 17:27:12 UTC 2017


We are pumped to announce the release of:

python-watcherclient 1.4.0: Python client library for Watcher API

This release is part of the queens 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.3.0..1.4.0
--------------------------------------------

0fd1b11 Updated from global requirements
e92dd4d Fix gate-watcherclient-dsvm-functional-ubuntu-xenial job
ad0a328 Updated from global requirements
84f05d8 Updated from global requirements
27d1e4c Updated from global requirements
320bb4c Fix to use "." to source script files
7b5908b import content from cli-reference in openstack-manuals
1d69f6a Updated from global requirements
0e080e7 Updated from global requirements
08fbccc Add the filed of description to shell command for action.
d6b68dc Fix Audit Update functional test
2e47d77 Update the documentation link for doc migration


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

CONTRIBUTING.rst                                 |    4 +-
HACKING.rst                                      |    2 +-
README.rst                                       |    8 +-
requirements.txt                                 |   10 +-
setup.cfg                                        |    2 +-
test-requirements.txt                            |    6 +-
watcherclient/common/utils.py                    |   16 +-
watcherclient/v1/audit_shell.py                  |    3 +-
watcherclient/v1/resource_fields.py              |    4 +-
16 files changed, 1067 insertions(+), 31 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 5494793..9b4fdbd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ Babel!=2.4.0,>=2.3.4 # BSD
-cliff>=2.8.0 # Apache-2.0
+cliff!=2.9.0,>=2.8.0 # Apache-2.0
@@ -8,2 +8,2 @@ osc-lib>=1.7.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.utils>=3.28.0 # Apache-2.0
@@ -12 +12 @@ PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=3.0.1 # Apache-2.0
+keystoneauth1>=3.2.0 # Apache-2.0
@@ -14 +14 @@ six>=1.9.0 # MIT
-PyYAML>=3.10.0 # MIT
+PyYAML>=3.10 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index df1140b..b3e00be 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8,2 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-mock>=2.0 # BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
+mock>=2.0.0 # BSD
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -19 +19 @@ tempest>=16.1.0 # Apache-2.0
-wheel # MIT
+wheel>=0.24.0 # MIT






More information about the Release-announce mailing list