[release-announce] python-brick-cinderclient-ext 1.3.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 15 08:55:55 UTC 2021


We are amped to announce the release of:

python-brick-cinderclient-ext 1.3.0: python-cinderclient extension for
local storage management

This release is part of the wallaby release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in python-brick-cinderclient-ext 1.1.1..1.3.0
-----------------------------------------------------

e008cee Update requirements for wallaby release
26495b7 Fix Windows support
8a736e0 remove unicode from code
0259467 Update requirements and lower-constraints
6b6bbd6 Update tox.ini for wallaby supported pythons
c305556 Remove excess whitespace in ignore-path
089c0b7 Add Python3 wallaby unit tests
a014ae0 Update master for stable/victoria


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

.zuul.yaml                                         | 10 +--
README.rst                                         |  2 +-
brick_cinderclient_ext/brick_utils.py              |  2 +-
lower-constraints.txt                              | 86 +++-------------------
.../notes/windows-support-c12b7b922aa43272.yaml    |  4 +
releasenotes/source/conf.py                        | 16 ++--
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 ++
requirements.txt                                   |  8 +-
test-requirements.txt                              | 18 ++---
tox.ini                                            |  6 +-
13 files changed, 59 insertions(+), 114 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index da15cfc..6d382b2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
+pbr>=5.5.1 # Apache-2.0
@@ -7,3 +7,3 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-python-cinderclient>=3.3.0 # Apache-2.0
-os-brick>=2.5.0 # Apache-2.0
-oslo.concurrency>=3.26.0 # Apache-2.0
+python-cinderclient>=7.3.0 # Apache-2.0
+os-brick>=4.3.0 # Apache-2.0
+oslo.concurrency>=4.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 1d16b09..5cfe747 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,10 +5,8 @@
-hacking>=3.1.0,<3.2.0 # Apache-2.0
-
-python-cinderclient>=3.3.0 # Apache-2.0
-coverage!=4.4,>=4.0 # Apache-2.0
-ddt>=1.0.1 # MIT
-oslotest>=3.2.0 # Apache-2.0
-testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=2.2.0 # MIT
-stestr>=1.0.0 # Apache-2.0
-doc8>=0.6.0 # Apache-2.0
+hacking>=4.0.0,<4.1.0 # Apache-2.0
+coverage>=5.5 # Apache-2.0
+ddt>=1.4.1 # MIT
+oslotest>=4.4.1 # Apache-2.0
+testscenarios>=0.5.0 # Apache-2.0/BSD
+testtools>=2.4.0 # MIT
+stestr>=3.1.0 # Apache-2.0
+doc8>=0.8.1 # Apache-2.0






More information about the Release-announce mailing list