We are glad to announce the release of: python-watcherclient 4.3.0: Python client library for Watcher API This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/python-watcherclient Download the package from: https://pypi.org/project/python-watcherclient Please report issues through: https://bugs.launchpad.net/watcher/+bugs For more details, please see below. Changes in python-watcherclient 4.2.0..4.3.0 -------------------------------------------- 33bcb8b Remove six Diffstat (except docs and test files) ------------------------------------- requirements.txt | 5 --- test-requirements.txt | 4 -- watcherclient/common/apiclient/base.py | 6 +-- watcherclient/common/apiclient/exceptions.py | 4 +- watcherclient/common/base.py | 3 +- watcherclient/common/command.py | 4 +- watcherclient/common/httpclient.py | 47 +++++++++++----------- watcherclient/v1/action_plan_shell.py | 11 ++--- watcherclient/v1/goal_shell.py | 7 ++-- watcherclient/v1/strategy.py | 2 +- 21 files changed, 60 insertions(+), 82 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3b0967b..52d87db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - @@ -12 +7,0 @@ keystoneauth1>=3.4.0 # Apache-2.0 -six>=1.11.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index fd46f2b..13f0787 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -