We are glad to announce the release of: python-saharaclient 3.2.0: Client library for Sahara API This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/python-saharaclient Download the package from: https://pypi.org/project/python-saharaclient Please report issues through: https://bugs.launchpad.net/python-saharaclient/+bugs For more details, please see below. Changes in python-saharaclient 3.1.0..3.2.0 ------------------------------------------- c2eb453 Switch to newer openstackdocstheme and reno versions 7ac9d1b Fix hacking min version to 3.0.1 94fc477 Bump default tox env from py37 to py38 9db4890 Add py38 package metadata caf07f4 Ussuri contributor docs community goal 5b6f800 Use unittest.mock instead of third party mock 8c7735d Remove pypy job 0d678d9 Add Python3 victoria unit tests 8f55a79 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 5 +---- CONTRIBUTING.rst | 24 ++++++++++------------ releasenotes/source/conf.py | 9 ++++---- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + test-requirements.txt | 3 +-- tox.ini | 2 +- 36 files changed, 78 insertions(+), 81 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6927cd7..b9e57a2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -8 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org