[release-announce] [ironic] ironic-lib 2.4.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 9 16:24:01 UTC 2017


We are pumped to announce the release of:

ironic-lib 2.4.0: Ironic common library

This release is part of the ocata release series.

Download the package from:

    https://pypi.python.org/pypi/ironic-lib

For more details, please see below.

Changes in ironic-lib 2.3.0..2.4.0
----------------------------------

2a3288c Use oslo_serialization.base64 to follow OpenStack Python3
60eb604 Correct reraising of exception
1411e3d Check for HCTL as part of root device hints
7f0a5b8 Updated from global requirements
fb23ce6 Show team and repo badges on README
8a494cd Updated from global requirements
e0defda Updated from global requirements
33c2825 Updated from global requirements
2b0bc76 Updated from global requirements
337ae96 Add missing autospec=True to mocks
9825cb7 Bump hacking to 0.11.0 in test-requirements
40e2765 Add more tests for work_on_disk


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

README.rst                          |  9 +++++
ironic_lib/disk_utils.py            | 21 +++++-----
ironic_lib/utils.py                 |  4 +-
requirements.txt                    |  9 +++--
test-requirements.txt               |  4 +-
7 files changed, 113 insertions(+), 27 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 4ce67db..b90d8d4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -7 +7 @@ oslo.concurrency>=3.8.0 # Apache-2.0
-oslo.config>=3.14.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
@@ -8,0 +9 @@ oslo.i18n>=2.1.0 # Apache-2.0
+oslo.serialization>=1.10.0 # Apache-2.0
@@ -10,2 +11,2 @@ oslo.service>=1.10.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
-requests>=2.10.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
+requests!=2.12.2,>=2.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index dea94f4..6342d1b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -7 +7 @@ eventlet!=0.18.3,>=0.18.2 # MIT
-hacking<0.11,>=0.10.0
+hacking<0.12,>=0.11.0 # Apache-2.0





More information about the Release-announce mailing list