[release-announce] python-cinderclient 7.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 18 18:25:42 UTC 2020


We are delighted to announce the release of:

python-cinderclient 7.1.0: OpenStack Block Storage API Client Library

This release is part of the victoria release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in python-cinderclient 7.0.0..7.1.0
-------------------------------------------

718474a Fix typo: dow -> down
1021aee Add directive to document CLI
1a81faf Switch to newer openstackdocstheme and reno versions
67d992b Add py38 package metadata
66b7d53 Fix hacking min version to 3.0.1
8b5d679 Bump default tox env from py37 to py38
71d9396 Add py38 package metadata
dfb04f1 Remove Babel from requirements
d17035a Add Python3 victoria unit tests
7f58682 Update master for stable/ussuri


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

.zuul.yaml                                 |    2 +-
cinderclient/v2/contrib/list_extensions.py |    4 +-
cinderclient/v3/shell.py                   |    4 +-
lower-constraints.txt                      |    7 +-
releasenotes/source/conf.py                |   14 +-
releasenotes/source/index.rst              |    1 +
releasenotes/source/ussuri.rst             |    6 +
requirements.txt                           |    1 -
setup.cfg                                  |    1 +
test-requirements.txt                      |    4 +-
tox.ini                                    |    2 +-
16 files changed, 220 insertions(+), 4506 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index efa6cf3..fef5e1e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +7,0 @@ simplejson>=3.5.1 # MIT
-Babel!=2.4.0,>=2.3.4 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 562d2cd..7aa4096 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking>=2.0.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -11 +11 @@ mock>=2.0.0 # BSD
-reno>=2.5.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list