We are jazzed to announce the release of: ironic-lib 7.0.0 This release is part of the epoxy 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://bugs.launchpad.net/ironic-lib/+bugs For more details, please see below. 7.0.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in ironic-lib 6.2.0..7.0.0 ---------------------------------- d12baee Drop the unused capabilities module a3eabea Add note about requirements lower bounds 467e7ec Remove Python 3.8 support 846baa8 Replace outdated python job template ae1368a add pyproject.toml to support pip 23.1 68bd8ad Remove the rest of the rootwrap machinery 779d498 Remove code already migrated to Ironic and IPA Diffstat (except docs and test files) ------------------------------------- etc/ironic/rootwrap.d/ironic-lib.filters | 27 +- ironic_lib/capabilities.py | 120 --- ironic_lib/disk_partitioner.py | 143 --- ironic_lib/disk_utils.py | 735 ---------------- ironic_lib/qemu_img.py | 117 --- ironic_lib/utils.py | 119 +-- pyproject.toml | 3 + .../notes/remove-py38-d7bbec9e625f5061.yaml | 5 + requirements.txt | 7 +- setup.cfg | 4 +- setup.py | 2 +- zuul.d/project.yaml | 2 +- 17 files changed, 42 insertions(+), 2863 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e880065..bcee239 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,5 @@ -pbr>=2.0.0 # Apache-2.0 +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + +pbr>=6.0.0 # Apache-2.0 @@ -9 +12,0 @@ WebOb>=1.7.1 # MIT -tenacity>=6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org