We are tickled pink to announce the release of: python-brick-cinderclient-ext 1.2.0: python-cinderclient extension for local storage management This release is part of the victoria stable 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.2.0 ----------------------------------------------------- b2e3300 Update requirements and lower-constraints d71ccf2 Update TOX_CONSTRAINTS_FILE for stable/victoria e67dc2f Update .gitreview for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + lower-constraints.txt | 32 ++++++++++++++++---------------- requirements.txt | 6 +++--- test-requirements.txt | 3 +-- tox.ini | 4 ++-- 5 files changed, 23 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index da15cfc..a219cda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=5.5.0 # Apache-2.0 @@ -7,2 +7,2 @@ 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 +python-cinderclient>=7.2.0 # Apache-2.0 +os-brick>=4.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1d16b09..97bd99e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +6,0 @@ hacking>=3.1.0,<3.2.0 # Apache-2.0 -python-cinderclient>=3.3.0 # Apache-2.0 @@ -14 +13 @@ stestr>=1.0.0 # Apache-2.0 -doc8>=0.6.0 # Apache-2.0 +doc8>=0.8.1 # Apache-2.0