We joyfully announce the release of: ironic-lib 4.4.0: Ironic common library This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/ironic-lib Download the package from: https://pypi.org/project/ironic-lib Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic-lib For more details, please see below. Changes in ironic-lib 4.3.1..4.4.0 ---------------------------------- 14d7653 Drop the dependency on oslo.service loopingcall d61ca27 Remove the unused coding style modules 67de2e9 Move some generic functions from IPA 0e9b1eb Additional testing for Metal3 string cases 718817b Use tenacity to retry convert_image 4e0846d Add logging to the HTTP basic auth code 28b64d2 Update version of hacking Diffstat (except docs and test files) ------------------------------------- ironic_lib/auth_basic.py | 18 +++-- ironic_lib/capabilities.py | 120 ++++++++++++++++++++++++++++++++++ ironic_lib/disk_utils.py | 119 ++++++++++++++++++++++----------- ironic_lib/utils.py | 46 +++++++++---- lower-constraints.txt | 7 +- requirements.txt | 2 +- test-requirements.txt | 3 +- 11 files changed, 418 insertions(+), 79 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 84b9647..87ba5b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +9,0 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 @@ -16,0 +16 @@ WebOb>=1.7.1 # MIT +tenacity>=6.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9b3a3bc..03e9602 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +5,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT @@ -8 +7 @@ flake8-import-order>=0.17.1 # LGPLv3 -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=3.1.0,<3.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org