[release-announce] python-watcherclient 3.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 18 17:10:41 UTC 2020


We jubilantly announce the release of:

python-watcherclient 3.1.0: Python client library for Watcher API

This release is part of the victoria 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 3.0.0..3.1.0
--------------------------------------------

21b106d Switch to newer openstackdocstheme version
7213f71 Fix hacking min version to 3.0.1
e05b498 Remove Babel requirement
8d3ce6c Remove future imports
92c15fa Use unittest.mock instead of third party mock
d3cc035 Bump default tox env from py37 to py38
fb22d3e Add py38 package metadata
ac0ccb6 Add Python3 victoria unit tests


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

.zuul.yaml                                          |  2 +-
babel.cfg                                           |  2 --
lower-constraints.txt                               |  6 ------
requirements.txt                                    |  1 -
setup.cfg                                           | 15 +--------------
test-requirements.txt                               |  3 +--
tox.ini                                             |  2 +-
watcherclient/common/utils.py                       |  2 --
25 files changed, 37 insertions(+), 64 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2db0308..4d8ad1c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +4,0 @@
-Babel!=2.4.0,>=2.5.3 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index c76f149..fd46f2b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-hacking>=3.0,<3.1.0 # Apache-2.0
-mock>=2.0.0 # BSD
+hacking>=3.0.1,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list