We enthusiastically announce the release of: stevedore 5.4.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/stevedore Download the package from: https://pypi.org/project/stevedore Please report issues through: https://bugs.launchpad.net/stevedore/+bugs For more details, please see below. Changes in stevedore 5.3.0..5.4.0 --------------------------------- a7bd091 Add note about requirements lower bounds d7d64d6 Remove Python 3.8 support de05cec Run pyupgrade to clean up Python 2 syntaxes a9ac427 Declare Python 3.12 support 49324f8 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 11 ++++++++--- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/conf.py | 1 - releasenotes/source/index.rst | 1 + requirements.txt | 4 ++++ setup.cfg | 4 ++-- stevedore/_cache.py | 6 +++--- stevedore/dispatch.py | 6 +++--- stevedore/driver.py | 6 +++--- stevedore/enabled.py | 4 ++-- stevedore/example/base.py | 1 - stevedore/example/load_as_extension.py | 2 +- stevedore/example2/fields.py | 1 - stevedore/extension.py | 4 ++-- stevedore/hook.py | 4 ++-- stevedore/named.py | 8 ++++---- stevedore/sphinxext.py | 4 ++-- 22 files changed, 60 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 57cf689..d988712 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# 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. +
participants (1)
-
no-reply@openstack.org