oslo.versionedobjects 3.3.0 (caracal)
We are chuffed to announce the release of: oslo.versionedobjects 3.3.0: Oslo Versioned Objects library This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/oslo.versionedobjects Download the package from: https://pypi.org/project/oslo.versionedobjects Please report issues through: https://bugs.launchpad.net/oslo.versionedobjects/+bugs For more details, please see below. Changes in oslo.versionedobjects 3.2.0..3.3.0 --------------------------------------------- 25db0cf reno: Update master for unmaintained/yoga 4c15915 Bump hacking 9989b96 Update python classifier in setup.cfg a119a07 coveragerc: Remove non-existent path ab48a36 Update master for stable/2023.2 6b7248e Avoid TypeError when building for Sphinx 6.1.1 and above Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- .pre-commit-config.yaml | 2 +- releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- requirements.txt | 3 --- setup.cfg | 1 + test-requirements.txt | 5 +---- 10 files changed, 19 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1235e45..c90e95b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +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 4e2c2a2..769673b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +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.1.0,<3.2.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org