[release-announce] python-cinderclient 6.0.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Thu Feb 13 22:09:18 UTC 2020
We are happy to announce the release of:
python-cinderclient 6.0.0: OpenStack Block Storage API Client Library
This release is part of the ussuri 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.
6.0.0
^^^^^
Upgrade Notes
* Python 2.7 support has been dropped. Beginning with release
6.0.0, the minimum version of Python supported by python-
cinderclient is Python 3.6. The last version of python-cinderclient
to support Python 2.7 is the 5.x series from the Train release.
Changes in python-cinderclient 5.0.0..6.0.0
-------------------------------------------
658de38 Drop support for python 2
ced267b Raise hacking version to 2.0.0
8f12b62 Update revert_to_snapshot params
ceddb3c Fix: --poll inconsistency
a7e9a49 Add test for subcommands
e2436b3 Update hacking version
7f282a5 Hide cinder CLI errors on bash-completion
0462563 Update master for stable/train
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 39 ++++++-
cinderclient/_i18n.py | 2 +-
cinderclient/client.py | 6 +-
cinderclient/shell.py | 1 +
cinderclient/v3/shell.py | 13 ++-
cinderclient/v3/volumes.py | 6 +-
lower-constraints.txt | 2 +-
playbooks/python-cinderclient-functional.yaml | 2 +-
.../drop-python2-support-d3a1bedc75445edc.yaml | 7 ++
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 +
setup.cfg | 2 -
test-requirements.txt | 3 +-
tools/cinder.bash_completion | 2 +-
tools/install_venv.py | 1 +
tox.ini | 33 ++++--
21 files changed, 263 insertions(+), 92 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index a62a308..562d2cd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5,2 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+
+hacking>=2.0.0 # Apache-2.0
More information about the Release-announce
mailing list