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

no-reply at openstack.org no-reply at openstack.org
Thu Jul 27 13:44:01 UTC 2017


We are pumped to announce the release of:

python-watcherclient 1.3.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.2.0..1.3.0
--------------------------------------------

c02f584 Update .gitignore because of doc migration
a9405f5 Updated from global requirements
c8acc20 Update permissions for post_test_hook.sh
fa91740 Update URLs in documents according to document migration
504ca86 Updated from global requirements
c8df16d Add support for cron syntax
0de3f62 Updated from global requirements
ee087b8 Fixed wrap from taking negative values
8524016 Add post_test_hook
ed5e1b8 Move existing content into the new standard structure
42bf82c Fix for README.rst of tests
0d0192c switch to openstackdocstheme
abe14a1 Updated from global requirements
984601e Turn on warning-is-error in sphinx build
f329564 Enable some off-by-default checks
417b3a2 Updated from global requirements
3f25b6b Add CLI for Action Plan Cancel


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

.gitignore                                         |  6 +-
requirements.txt                                   |  6 +-
setup.cfg                                          |  6 ++
test-requirements.txt                              |  6 +-
tox.ini                                            |  1 +
watcherclient/common/cliutils.py                   |  2 +
watcherclient/v1/action_plan.py                    |  9 +++
watcherclient/v1/action_plan_shell.py              | 26 ++++++
watcherclient/v1/audit_shell.py                    |  5 +-
watcherclient/v1/resource_fields.py                |  5 +-
27 files changed, 477 insertions(+), 317 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index efcd7bb..5494793 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ Babel!=2.4.0,>=2.3.4 # BSD
-cliff>=2.6.0 # Apache-2.0
-osc-lib>=1.5.1 # Apache-2.0
+cliff>=2.8.0 # Apache-2.0
+osc-lib>=1.7.0 # Apache-2.0
@@ -12 +12 @@ PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=2.20.0 # Apache-2.0
+keystoneauth1>=3.0.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8c13ee6..df1140b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ mock>=2.0 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -12 +12 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.6.1,>=1.5.1 # BSD
+sphinx>=1.6.2 # BSD
@@ -16 +16 @@ testtools>=1.4.0 # MIT
-tempest>=14.0.0 # Apache-2.0
+tempest>=16.1.0 # Apache-2.0






More information about the Release-announce mailing list