[release-announce] python-senlinclient 2.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Sat Jun 20 13:39:38 UTC 2020


We are excited to announce the release of:

python-senlinclient 2.1.0: OpenStack Clustering API Client Library

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/python-senlinclient

Download the package from:

    https://pypi.org/project/python-senlinclient

Please report issues through:

    https://bugs.launchpad.net/python-senlinclient/+bugs

For more details, please see below.

Changes in python-senlinclient 2.0.1..2.1.0
-------------------------------------------

3fb93d5 Switch to newer openstackdocstheme and reno versions
f23d3ae Remove all usage of six library
3114109 Bump default tox env from py37 to py38
808a4e1 Add py38 package metadata
85f1e46 Use unittest.mock instead of third party mock
5d78834 Add Python3 victoria unit tests
22e207f Update master for stable/ussuri
5a33233 Cleanup py27 support


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

.zuul.yaml                                        |  2 +-
lower-constraints.txt                             |  5 -----
releasenotes/source/conf.py                       | 12 +++++-------
releasenotes/source/index.rst                     |  1 +
releasenotes/source/ussuri.rst                    |  6 ++++++
requirements.txt                                  |  1 -
senlinclient/common/exc.py                        |  3 +--
senlinclient/common/utils.py                      |  7 +++----
senlinclient/v1/cluster.py                        |  3 +--
senlinclient/v1/node.py                           |  3 +--
setup.cfg                                         | 11 ++++-------
setup.py                                          |  9 ---------
test-requirements.txt                             |  1 -
tox.ini                                           |  2 +-
33 files changed, 65 insertions(+), 94 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d764972..d5719af 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17 +16,0 @@ requests>=2.14.2 # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 17a3a89..c12df3d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +10,0 @@ requests-mock>=1.2.0 # Apache-2.0
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list