[openstack-announce] [release][ironic] ironic-lib release 0.2.0 (mitaka)

doug at doughellmann.com doug at doughellmann.com
Thu Oct 1 19:48:55 UTC 2015


We are amped to announce the release of:

ironic-lib 0.2.0: Ironic common library

This release is part of the mitaka release series.

With package available at:

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

For more details, please see the git log history below.


Changes in ironic-lib 0.1.0..0.2.0
----------------------------------

cf73a8f Move to oslo.i18n
63f83cc Put py34 first in the env order of tox
a66db84 Remove README.md and update README.rst
467c10d Update link for where to report bugs
f163009 Remove execute permission from exception.py
d7d3d03 Add a cover target to tox
eb1277c Better optimize test runs
fb520b1 Move tests/ under ironic_lib/, use ostestr
46a29ec Remove TODO
854ece3 Update setup.cfg
618ab03 Use standard locale when executing 'dd' command
3bb86b2 Updated from global requirements

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

CONTRIBUTING.rst                          |   2 +-
README.md                                 |   2 -
README.rst                                |   5 +
TODO.rst                                  |  23 --
ironic_lib/common/__init__.py             |   0
ironic_lib/common/i18n.py                 |  31 ++
ironic_lib/disk_partitioner.py            |   4 +-
ironic_lib/disk_utils.py                  |  15 +-
ironic_lib/exception.py                   |   4 +-
ironic_lib/utils.py                       |   6 +-
requirements.txt                          |   3 +-
setup.cfg                                 |   3 +-
setup.py                                  |   2 +-
test-requirements.txt                     |   2 +-
tox.ini                                   |  16 +-
24 files changed, 1052 insertions(+), 1030 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2b1fb18..b21a88b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=1.6
+pbr>=1.6
@@ -11,0 +12 @@ oslo.config>=2.3.0 # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e42aa2c..392154f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +12,0 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-testrepository>=0.0.18
@@ -16,0 +16 @@ mox3>=0.7.0
+os-testr>=0.1.0





More information about the OpenStack-announce mailing list