[openstack-dev] [release][ironic] ironic-lib 1.3.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 13 12:36:19 UTC 2016


We are content to announce the release of:

ironic-lib 1.3.0: Ironic common library

This release is part of the newton release series.

With package available at:

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

For more details, please see below.

Changes in ironic-lib 1.1.0..1.3.0
----------------------------------

9eaad70 Updated from global requirements
733a40b Explore config options to oslo-config-generator
20720a8 Clean up test-requirements
042aa9a use wipefs to erase FS meta information
313f559 Updated from global requirements
3c4af65 Move eventlet to test-requirements. Remove greenlet.
c0d87c8 Tests to not depend on psmisc to be installed

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

etc/rootwrap.d/ironic-lib.filters         |  5 +++
ironic_lib/disk_partitioner.py            |  5 +++
ironic_lib/disk_utils.py                  | 52 +++++++++----------------------
ironic_lib/utils.py                       |  5 +++
requirements.txt                          |  4 +--
setup.cfg                                 |  6 ++++
test-requirements.txt                     | 10 ++----
9 files changed, 56 insertions(+), 76 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 5cfcbd3..4bd9546 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +5,0 @@ pbr>=1.6 # Apache-2.0
-eventlet!=0.18.3,>=0.18.2 # MIT
-greenlet>=0.3.2 # MIT
@@ -9 +7 @@ oslo.concurrency>=3.5.0 # Apache-2.0
-oslo.config>=3.4.0 # Apache-2.0
+oslo.config>=3.9.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 09e18c2..c96af19 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ coverage>=3.6 # Apache-2.0
-discover # BSD
+eventlet!=0.18.3,>=0.18.2 # MIT
@@ -8 +8,2 @@ hacking<0.11,>=0.10.0
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+mock>=1.2 # BSD
+os-testr>=0.4.1 # Apache-2.0
@@ -10,3 +10,0 @@ oslotest>=1.10.0 # Apache-2.0
-pylint==1.4.5 # GNU GPL v2
-simplejson>=2.2.0 # MIT
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -15,2 +12,0 @@ testtools>=1.4.0 # MIT
-mox3>=0.7.0 # Apache-2.0
-os-testr>=0.4.1 # Apache-2.0





More information about the OpenStack-dev mailing list