We are delighted to announce the release of: python-watcherclient 3.0.0: Python client library for Watcher API This release is part of the ussuri 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. 3.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of python- watcherclient to support py2.7 is OpenStack Train. The minimum version of Python now supported by python-watcherclient is Python 3.6. Changes in python-watcherclient 2.5.0..3.0.0 -------------------------------------------- 5946fbb Cleanup py27 support 2830afd Update hacking for Python3 1f9194c Support audit type event 431319e Watcherclient supports list data model API e3c903c Drop python 2.7 support and testing 88351df Fix details doc format error db70063 Switch to Ussuri jobs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- lower-constraints.txt | 2 +- .../notes/drop-py-2-7-f7078b44cf99cae1.yaml | 6 ++ setup.cfg | 12 +--- setup.py | 9 --- test-requirements.txt | 2 +- tox.ini | 7 ++- watcherclient/common/httpclient.py | 4 +- watcherclient/exceptions.py | 1 + watcherclient/v1/audit_shell.py | 4 +- 16 files changed, 102 insertions(+), 75 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index db4dace..c76f149 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0