We are psyched to announce the release of: python-watcherclient 1.2.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.1.0..1.2.0 -------------------------------------------- 5cbce9f Updated from global requirements f379b15 Updated from global requirements 30f49c9 Updated from global requirements 8952b2f Updated from global requirements 66681ef Add 'rm -f .testrepository/times.dbm' command in testenv 156d660 Optimize the link address Diffstat (except docs and test files) ------------------------------------- README.rst | 4 ++-- requirements.txt | 8 ++++---- test-requirements.txt | 4 ++-- tox.ini | 3 ++- 4 files changed, 10 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8579f94..efcd7bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,3 @@ Babel!=2.4.0,>=2.3.4 # BSD -cliff>=2.3.0 # Apache-2.0 -osc-lib>=1.2.0 # Apache-2.0 -oslo.i18n>=2.1.0 # Apache-2.0 +cliff>=2.6.0 # Apache-2.0 +osc-lib>=1.5.1 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 @@ -12 +12 @@ PrettyTable<0.8,>=0.7.1 # BSD -keystoneauth1>=2.18.0 # Apache-2.0 +keystoneauth1>=2.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4f55831..8c13ee6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -12 +12 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD