sushy 5.2.1 (dalmatian)
We eagerly announce the release of: sushy 5.2.1 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/sushy Download the package from: https://tarballs.openstack.org/sushy/ Please report issues through: https://bugs.launchpad.net/sushy/+bugs For more details, please see below. Changes in sushy 5.2.0..5.2.1 ----------------------------- d8b9778 drop usage of pkg_resource for newer python compat d39c713 Update TOX_CONSTRAINTS_FILE for stable/2024.2 fc5292e Update .gitreview for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + requirements.txt | 1 + sushy/main.py | 34 ++++++++++++++++++++-------------- sushy/resources/base.py | 13 +++++++++---- tox.ini | 12 ++++++------ 5 files changed, 37 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9f2e385..cabb292 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,0 +13 @@ stevedore>=1.29.0 # Apache-2.0 +importlib_resources>=1.3; python_version<'3.9' # Apache-2.0
participants (1)
-
no-reply@openstack.org