[openstack-dev] [release] python-ironicclient release 0.6.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:29 UTC 2015


We are psyched to announce the release of:

python-ironicclient 0.6.0: OpenStack Bare Metal Provisioning API
Client Library

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


Changes in python-ironicclient 0.5.1..0.6.0
-------------------------------------------

8f476f4 2015-04-21 00:10:08 +0000 Encode exception on cli for UnicodeDecodeError
28bdd0b 2015-04-17 16:25:44 +0200 Implement and enable retries on Conflict
fba8364 2015-04-16 18:13:06 +0000 Uncap library requirements for liberty

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

ironicclient/client.py               |   9 +-
ironicclient/common/http.py          |  46 +++++++++
ironicclient/shell.py                |  32 +++++-
requirements.txt                     |   4 +-
test-requirements.txt                |   2 +-
6 files changed, 265 insertions(+), 11 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b20966d..b837718 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7,2 @@ lxml>=2.3
-oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0
-oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
+oslo.utils>=1.4.0                       # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d2e45fe..57e162e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ mock>=1.0
-oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0





More information about the OpenStack-dev mailing list