python-cinderclient 9.7.0 (epoxy)
We are chuffed to announce the release of: python-cinderclient 9.7.0 This release is part of the epoxy 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. 9.7.0 ^^^^^ Upgrade Notes ************* * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Bug Fixes ********* * Bug #2035372 (https://bugs.launchpad.net/python- cinderclient/+bug/2035372): Fixed not honoring "http_log_debug" parameter in "cinderclient.client.Client" when also providing a session. Changes in python-cinderclient 9.6.0..9.7.0 ------------------------------------------- 3a5a041 Remove Python 3.8 support a0aaed8 Adapt unit tests to keystoneauth 5.9.0 9df662e Use time.sleep() instead of eventlet.sleep() 0549d6d Fix outdated notes in requirement files 3120454 Fix the pep8 error on Noble ed0b6a7 reno: Update master for unmaintained/2023.1 125e3d7 Fix pdf doc build 01f0aa1 Update master for stable/2024.2 ccbb9ea Fixed request logging Diffstat (except docs and test files) ------------------------------------- cinderclient/client.py | 9 ++++--- cinderclient/v3/volumes_base.py | 7 ++--- .../notes/http_log_debug-ff023f069afde3fe.yaml | 7 +++++ .../notes/remove-py38-9ff5e159cfa29d23.yaml | 5 ++++ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 +++++ releasenotes/source/index.rst | 1 + requirements.txt | 8 +++--- setup.cfg | 3 ++- test-requirements.txt | 6 +---- tox.ini | 2 +- 17 files changed, 74 insertions(+), 37 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 054f367..8cea5ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. @@ -6 +6 @@ PrettyTable>=0.7.2 # BSD -keystoneauth1>=5.0.0 # Apache-2.0 +keystoneauth1>=5.9.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0886bd1..a898b7b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. @@ -5,2 +2 @@ - -hacking>=4.0.0,<4.1.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org