[release][ironic] ironic-lib release 0.4.0 (mitaka)
We are satisfied to announce the release of: ironic-lib 0.4.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.3.0..0.4.0 ---------------------------------- 6c27396 Replace rootwrap_config and rootwrap_helper_cmd with root_helper 4a9474c Updated from global requirements 8fee639 Updated from global requirements a58eb12 Updated from global requirements f173eaa Remove tempdir config, add tempdir parameter c8dbc2e Updated from global requirements d4e7d1d Updated from global requirements fbceda6 Updated from global requirements 830da03 Fix help string for 'rootwrap_helper_cmd' 4b769fb Updated from global requirements b8a1aaa Updated from global requirements 9df46cb Use standard locale when executing 'parted' command e051162 Replace .iteritems() with .items() Diffstat (except docs and test files) ------------------------------------- etc/rootwrap.d/ironic-lib.filters | 19 +++++++++++++++++++ ironic_lib/disk_partitioner.py | 2 +- ironic_lib/disk_utils.py | 16 +++++++++------- ironic_lib/exception.py | 2 +- ironic_lib/utils.py | 33 +++++++++++---------------------- requirements.txt | 16 ++++++++-------- 8 files changed, 80 insertions(+), 55 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b21a88b..5a8c40a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ greenlet>=0.3.2 -Jinja2>=2.6 # BSD License (3 clause) +Jinja2>=2.8 # BSD License (3 clause) @@ -11 +11 @@ oslo.concurrency>=2.3.0 # Apache-2.0 -oslo.config>=2.3.0 # Apache-2.0 +oslo.config>=2.6.0 # Apache-2.0 @@ -13,4 +13,4 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.middleware>=2.8.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 -oslo.service>=0.7.0 # Apache-2.0 -oslo.utils>=2.0.0 # Apache-2.0 +oslo.middleware>=2.9.0 # Apache-2.0 +oslo.serialization>=1.10.0 # Apache-2.0 +oslo.service>=0.12.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 @@ -20 +20 @@ pycrypto>=2.6 -requests>=2.5.2 +requests!=2.8.0,>=2.5.2 @@ -22 +22 @@ six>=1.9.0 -oslo.log>=1.8.0 # Apache-2.0 +oslo.log>=1.12.0 # Apache-2.0
participants (1)
-
davanum@gmail.com