oslo.context 5.6.0 (dalmatian)
We are thrilled to announce the release of: oslo.context 5.6.0: Oslo Context library This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/oslo.context Download the package from: https://pypi.org/project/oslo.context Please report issues through: https://bugs.launchpad.net/oslo.context/+bugs For more details, please see below. Changes in oslo.context 5.5.0..5.6.0 ------------------------------------ 292349d reno: Update master for unmaintained/zed 06b54af Remove old excludes 37ffad4 pre-commit: Remove outdated comment 9568f54 Update master for stable/2024.1 f47d6f4 reno: Update master for unmaintained/xena 6e89ad9 reno: Update master for unmaintained/wallaby d71d6fa reno: Update master for unmaintained/victoria Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 11 +---------- releasenotes/source/2024.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 2 +- test-requirements.txt | 2 +- 10 files changed, 15 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 888f211..98b94ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 35939c6..f5ec927 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ oslotest>=3.2.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org