We eagerly announce the release of: castellan 4.4.0: Generic Key Manager interface for OpenStack This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/castellan Download the package from: https://tarballs.openstack.org/castellan/ Please report issues through: https://bugs.launchpad.net/castellan/+bugs For more details, please see below. Changes in castellan 4.2.0..4.4.0 --------------------------------- 4925356 Raise ManagedObjectNotFoundError in MockKeyManager 1d423e1 reno: Update master for unmaintained/yoga 3d23bfd tox: Drop envdir 291ad9c Bump hacking 3b4e09f Update python classifier in setup.cfg 7b19136 Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 2 +- castellan/_config_driver.py | 2 +- castellan/common/objects/managed_object.py | 2 +- releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- requirements.txt | 4 ---- setup.cfg | 1 + test-requirements.txt | 9 +-------- tox.ini | 2 -- 13 files changed, 38 insertions(+), 32 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5dcca67..24adf8b 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 9d949b0..54c3fcb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,8 +1 @@ -# 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. -hacking>=3.0.1,<3.1.0 # Apache-2.0 -# remove this pyflakes from here once you bump the -# hacking to 3.2.0 or above. hacking 3.2.0 takes -# care of pyflakes version compatibilty. -pyflakes>=2.1.1 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org