We are stoked to announce the release of: stevedore 4.0.0: Manage dynamic plugins for Python applications This release is part of the zed 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 3.5.0..4.0.0 --------------------------------- ccd1754 Fix remaining logic to support Python 3.6/7 8efaa1c Drop python3.6/3.7 support in testing runtime 3e10666 Add Python3 zed unit tests 15d258c Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 ++++++ requirements.txt | 1 - setup.cfg | 6 +++--- stevedore/_cache.py | 8 +------- 9 files changed, 15 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 06321a9..6de9f4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0
participants (1)
-
no-reply@openstack.org