[release-announce] [cinder] python-brick-cinderclient-ext 0.3.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Jan 25 09:54:30 UTC 2017


We exuberantly announce the release of:

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

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/python-brick-cinderclient-
ext

Download the package from:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/python-cinderclient

For more details, please see below.

Changes in python-brick-cinderclient-ext 0.2.0..0.3.0
-----------------------------------------------------

eef383d Remove support for py33
f2cc85a Removes unnecessary utf-8 encoding
abe1520 Retrieve storage_protocol from storage backend capabilities
ac94aef Show team and repo badges on README
d2037a0 Fix typo in root permissions message
f8a9c77 Updated from global requirements
2b5729d Updated from global requirements
d1e977f Enable release notes translation
8643f09 Replace 'MagicMock' with 'Mock'
be41742 Drop directory openstack/common in flake8 exclude list.
604d528 Updated from global requirements
c2f7543 Add oslo.concurrency to requirements
735ca46 Drop MANIFEST.in
55bb519 Fixes typo while loading json data
66c780a Fix the version name
a604251 Update flake8 ignore list
b0fe186 TrivialFix: Remove logging import unused
951b6f8 update release notes for newton
0308d44 Updated from global requirements


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

MANIFEST.in                                        |  6 ------
README.rst                                         |  9 +++++++++
brick_cinderclient_ext/__init__.py                 | 10 ++--------
brick_cinderclient_ext/brick_utils.py              |  2 +-
brick_cinderclient_ext/client.py                   | 15 ++++++++++----
releasenotes/source/conf.py                        |  3 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/newton.rst                     |  6 ++++++
requirements.txt                                   |  5 +++--
setup.cfg                                          |  1 -
test-requirements.txt                              |  8 ++++----
tox.ini                                            |  2 --
16 files changed, 54 insertions(+), 42 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b287ec0..2d62ffd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -8 +8,2 @@ python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
-os-brick!=1.6.0,>=1.3.0 # Apache-2.0
+os-brick>=1.8.0 # Apache-2.0
+oslo.concurrency>=3.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a08f3d5..c193c50 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking<0.11,>=0.10.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -10,2 +10,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
@@ -13 +13 @@ oslotest>=1.10.0 # Apache-2.0
-reno>=1.8.0 # Apache2
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list