We contentedly announce the release of: stevedore 5.2.0: Manage dynamic plugins for Python applications This release is part of the caracal 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.1.0..5.2.0 --------------------------------- 21d601f pre-commit: Integrate bandit cc5be5b pre-commit: Bump versions 602912b reno: Update master for unmaintained/yoga c45df9a Bump hacking 81f6d7e Update python classifier in setup.cfg 111fc2e Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 29 ++++++++++------------------- releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- requirements.txt | 4 ---- setup.cfg | 1 + stevedore/_cache.py | 2 +- stevedore/sphinxext.py | 4 ++-- test-requirements.txt | 7 ------- tox.ini | 4 ++-- 12 files changed, 26 insertions(+), 38 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6de9f4e..7deef88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index 1964dd1..5d08445 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - @@ -9,3 +4,0 @@ sphinx>=2.0.0,!=2.1.0 # BSD - -bandit>=1.6.0,<1.7.0 # Apache-2.0 -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org