We are jazzed to announce the release of: ironic-lib 2.7.0: Ironic common library This release is part of the pike release series. Download the package from: https://pypi.python.org/pypi/ironic-lib For more details, please see below. Changes in ironic-lib 2.6.0..2.7.0 ---------------------------------- 8d899bd Revert "Update UPPER_CONSTRAINTS_FILE for stable/ocata" 2547573 Remove translation of log messages 810257d Test that configdrive disk exist with test -e 866a34c Add missing 'autospec' statements to unit test mocks 009d0ab flake8: Specify 'ironic_lib' as name of app d063e1e Updated from global requirements 259e988 Add .eggs to the .gitignore file 352dd8b Improve logs for the root device hints mechanism 0e397eb Python 3.5 is added 2d658aa Updated from global requirements 4c9369d Updated from global requirements 3882d82 Update test requirement 18016a0 Updated from global requirements 30c946d Use flake8-import-order c608d84 Update UPPER_CONSTRAINTS_FILE for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + ironic_lib/common/i18n.py | 10 ------ ironic_lib/disk_partitioner.py | 5 ++- ironic_lib/disk_utils.py | 61 +++++++++++++++++---------------- ironic_lib/exception.py | 7 ++-- ironic_lib/metrics_statsd.py | 6 ++-- ironic_lib/utils.py | 56 +++++++++++++++++------------- requirements.txt | 6 ++-- setup.cfg | 2 ++ setup.py | 2 +- test-requirements.txt | 3 +- tox.ini | 4 ++- 15 files changed, 101 insertions(+), 89 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ced18bd..9b4e69b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -7 +7 @@ oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0 @@ -11 +11 @@ oslo.service>=1.10.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 20d1d20..b725d9d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7,2 @@ eventlet!=0.18.3,>=0.18.2 # MIT -hacking<0.12,>=0.11.0 # Apache-2.0 +flake8-import-order==0.11 # LGPLv3 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0