oslo.upgradecheck 2.3.0 (caracal)
We exuberantly announce the release of: oslo.upgradecheck 2.3.0: Common code for writing OpenStack upgrade checks This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/oslo.upgradecheck Download the package from: https://pypi.org/project/oslo.upgradecheck Please report issues through: https://bugs.launchpad.net/oslo.upgradecheck/+bugs For more details, please see below. Changes in oslo.upgradecheck 2.2.0..2.3.0 ----------------------------------------- 8432e55 Display coverage report ad71080 reno: Update master for unmaintained/yoga 897f088 Bump hacking 46cfeb0 Update python classifier in setup.cfg 4bebfc0 Remove translation sections from setup.cfg ac2b44f Update master for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 2 +- babel.cfg | 2 -- releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- requirements.txt | 4 ---- setup.cfg | 15 +-------------- test-requirements.txt | 6 +----- tox.ini | 2 ++ 9 files changed, 13 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 45ca61f..edafa2f 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 ade8eef..5d2a077 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +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,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org