[release-announce] [watcher] python-watcherclient 1.1.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 13 15:27:53 UTC 2017


We are pleased to announce the release of:

python-watcherclient 1.1.0: Python client library for Watcher API

This release is part of the pike release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/watcher

For more details, please see below.

Changes in python-watcherclient 1.0.0..1.1.0
--------------------------------------------

723d39c Updated from global requirements
94c3172 Remove log translations
7250886 Indicating the location tests directory in oslo_debug_helper
69c1037 Using assert methods instead of assertTrue
15f519f Updated from global requirements
1ccf058 [Fix gate]Update test requirement
cd267c9 Remove RST files located in doc/source/api.
ce477ba Remove support for py34
cd918fe update help description about actionplan create
dfe9d31 Using jsonutils instead of json
15b5fb7 Updated from global requirements
eafb6b2 Remove useless utf-8 coding
08cf7d9 Add functional env to tox


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

.../api/watcherclient.common.apiclient.auth.rst    |  7 -----
.../api/watcherclient.common.apiclient.base.rst    |  7 -----
.../api/watcherclient.common.apiclient.client.rst  |  7 -----
.../watcherclient.common.apiclient.exceptions.rst  |  7 -----
.../api/watcherclient.common.apiclient.utils.rst   |  7 -----
.../api/watcherclient.v1.action_plan_shell.rst     |  7 -----
.../api/watcherclient.v1.audit_template_shell.rst  |  7 -----
.../api/watcherclient.v1.metric_collector.rst      |  7 -----
.../watcherclient.v1.metric_collector_shell.rst    |  7 -----
.../api/watcherclient.v1.resource_fields.rst       |  7 -----
requirements.txt                                   |  8 +++---
setup.cfg                                          |  1 -
setup.py                                           |  2 +-
test-requirements.txt                              |  5 ++--
tox.ini                                            | 19 ++++++++++++--
watcherclient/_i18n.py                             | 10 --------
watcherclient/common/api_versioning.py             |  6 ++---
watcherclient/common/httpclient.py                 | 30 +++++++++++-----------
watcherclient/common/utils.py                      |  4 +--
watcherclient/v1/action_plan_shell.py              |  6 +++--
watcherclient/v1/strategy_shell.py                 |  4 +--
70 files changed, 64 insertions(+), 401 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 97beb3d..8579f94 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-Babel>=2.3.4 # BSD
+Babel!=2.4.0,>=2.3.4 # BSD
@@ -9,2 +9,2 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
-pbr>=1.8 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -12 +12 @@ PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=2.17.0 # Apache-2.0
+keystoneauth1>=2.18.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 24b5276..4f55831 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-hacking<0.11,>=0.10.2
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -12 +12 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD
@@ -15,0 +16 @@ testtools>=1.4.0 # MIT
+tempest>=14.0.0 # Apache-2.0





More information about the Release-announce mailing list