[release-announce] python-solumclient 3.2.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 18 18:31:46 UTC 2020


We are amped to announce the release of:

python-solumclient 3.2.0: Client library for Solum API

This release is part of the victoria release series.

The source is available from:

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

Download the package from:

    https://tarballs.openstack.org/python-solumclient/

Please report issues through:

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

For more details, please see below.

Changes in python-solumclient 3.1.0..3.2.0
------------------------------------------

7ce486b drop mock from lower-constraints
80e0481 Stop to use the __future__ module.
28a63e6 Cap jsonschema 3.2.0 as the minimal version
eac6442 Switch to newer openstackdocstheme and reno versions
0b0af56 Fix hacking min version to 3.0.1
ccdc7f5 Bump default tox env from py37 to py38
74e17f5 Add py38 package metadata
7397b5a Use unittest.mock instead of third party mock
54c82d6 Remove six usage
62c7f5a Add Python3 victoria unit tests
fe087e1 Drop pypy testing


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

.zuul.yaml                                  |  3 +-
lower-constraints.txt                       |  4 +--
requirements.txt                            |  3 +-
setup.cfg                                   |  1 +
solumclient/common/apiclient/auth.py        |  6 ++--
solumclient/common/apiclient/base.py        |  6 ++--
solumclient/common/apiclient/fake_client.py |  5 ++-
solumclient/common/auth.py                  |  2 +-
solumclient/common/base.py                  |  2 +-
solumclient/common/cliutils.py              | 14 +++-----
solumclient/common/github.py                |  3 +-
solumclient/solum.py                        | 51 ++++++++++++++---------------
test-requirements.txt                       |  3 +-
tox.ini                                     |  9 +----
25 files changed, 64 insertions(+), 85 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b1e2831..3b9a7a0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ iso8601>=0.1.11 # MIT
-jsonschema>=2.6.0 # MIT
+jsonschema>=3.2.0 # MIT
@@ -17 +16,0 @@ stevedore>=1.20.0 # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 1023b72..ab1a0eb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -12 +11,0 @@ testtools>=2.2.0 # MIT
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list