We are glad to announce the release of: ironic-lib 2.11.0: Ironic common library This release is part of the queens release series. Download the package from: https://pypi.python.org/pypi/ironic-lib For more details, please see below. Changes in ironic-lib 2.9.0..2.11.0 ----------------------------------- 35adf2c Migrate to stestr as unit tests runner 7fe023d Updated from global requirements fda26ac Updated from global requirements c693d5d flake8: Enable some off-by-default checks 37ecced Added `by_path` root device hint b3e1b9b Updated from global requirements d5d0b3b Updated from global requirements 598ccc0 Update and replace http with https for doc links Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 3 +++ .testr.conf | 10 ---------- CONTRIBUTING.rst | 2 +- README.rst | 6 +++--- ironic_lib/utils.py | 8 +++++--- requirements.txt | 14 +++++++------- test-requirements.txt | 10 +++++----- tox.ini | 14 +++++++++++++- 12 files changed, 49 insertions(+), 35 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 41d2c9f..62ada38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 -oslo.service>=1.10.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 +oslo.concurrency>=3.20.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.service>=1.24.0 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 @@ -14 +14 @@ six>=1.9.0 # MIT -oslo.log>=3.22.0 # Apache-2.0 +oslo.log>=3.30.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e6d6671..a382e70 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,3 +8,3 @@ flake8-import-order==0.11 # LGPLv3 -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -mock>=2.0 # BSD -os-testr>=0.8.0 # Apache-2.0 +hacking>=1.0.0 # Apache-2.0 +mock>=2.0.0 # BSD +os-testr>=1.0.0 # Apache-2.0 @@ -16 +16 @@ testtools>=1.4.0 # MIT -doc8 # Apache-2.0 +doc8>=0.6.0 # Apache-2.0 @@ -18 +18 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0