[release-announce] python-cinderclient 7.3.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 25 20:48:21 UTC 2021


We are overjoyed to announce the release of:

python-cinderclient 7.3.0: OpenStack Block Storage API Client Library

This release is part of the wallaby 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.

7.3.0
^^^^^

Bug Fixes

* Bug #1867061 (https://bugs.launchpad.net/python-
  cinderclient/+bug/1867061): Fixed raw Python error message when
  using "cinder" without a subcommand while passing an optional
  argument, such as "--os-volume-api-version".

Changes in python-cinderclient 7.2.0..7.3.0
-------------------------------------------

1abc1b5 Update requirements and lower-constraints
d92f15a Fix undesirable raw Python error
da9728b doc: Update Py37 instead of py27
5558ba7 Add Python3 wallaby unit tests
0b3e997 Update master for stable/victoria


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

.zuul.yaml                                         |  2 +-
cinderclient/shell.py                              |  3 +
lower-constraints.txt                              | 96 ++++++++++++----------
...7061-fix-py-raw-error-msg-ff3c6da0b01d5d6c.yaml |  7 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 ++
requirements.txt                                   | 16 ++--
test-requirements.txt                              | 23 ++++--
10 files changed, 107 insertions(+), 65 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f6567f4..0514744 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,3 +4,3 @@
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=3.4.0 # Apache-2.0
+pbr>=5.5.0 # Apache-2.0
+PrettyTable<0.8,>=0.7.2 # BSD
+keystoneauth1>=4.2.1 # Apache-2.0
@@ -8,5 +8,5 @@ simplejson>=3.5.1 # MIT
-six>=1.10.0 # MIT
-oslo.i18n>=3.15.3 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
-requests!=2.20.0,>=2.14.2  # Apache-2.0
-stevedore>=1.20.0 # Apache-2.0
+six>=1.15.0 # MIT
+oslo.i18n>=5.0.1 # Apache-2.0
+oslo.utils>=4.7.0 # Apache-2.0
+requests>=2.23.0 # Apache-2.0
+stevedore>=3.2.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 774f99a..29ab6b0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7,3 @@ hacking>=3.1.0,<3.2.0 # Apache-2.0
-coverage!=4.4,>=4.0 # Apache-2.0
-ddt>=1.0.1 # MIT
+docutils>=0.15.2
+coverage>=5.2.1 # Apache-2.0
+ddt>=1.4.1 # MIT
@@ -10 +11 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-reno>=3.1.0 # Apache-2.0
+reno>=3.2.0 # Apache-2.0
@@ -12,5 +13,11 @@ requests-mock>=1.2.0 # Apache-2.0
-tempest>=17.1.0 # Apache-2.0
-testtools>=2.2.0 # MIT
-stestr>=1.0.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-doc8>=0.6.0 # Apache-2.0
+tempest>=26.0.0 # Apache-2.0
+testtools>=2.4.0 # MIT
+stestr>=3.0.1 # Apache-2.0
+oslo.serialization>=4.0.1 # Apache-2.0
+doc8>=0.8.1 # Apache-2.0
+#
+# These are here to enable the resolver to work faster.
+# They are not directly used by python-cinderclient.
+debtcollector>=2.2.0
+dulwich>=0.20.6
+mccabe>=0.6.0






More information about the Release-announce mailing list