We are psyched to announce the release of: oslo.upgradecheck 2.5.0 This release is part of the epoxy 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. 2.5.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in oslo.upgradecheck 2.4.0..2.5.0 ----------------------------------------- 27366ba Skip installation to speed up pep8 fac6e36 Run pyupgrade to clean up Python 2 syntaxes b265abe pre-commit: Bump versions 85eb6ee reno: Update master for unmaintained/2023.1 2d3a5f9 Add note about requirements lower bounds 618e5a9 Remove Python 3.8 support 0197673 Fix outdated tox minversion 3040d89 Declare Python 3.12 support be98302 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 29 ++++++++-------------- oslo_upgradecheck/upgradecheck.py | 6 ++--- .../notes/remove-py38-3c732ccf72eb235c.yaml | 5 ++++ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 +++++ releasenotes/source/conf.py | 1 - releasenotes/source/index.rst | 1 + requirements.txt | 4 +++ setup.cfg | 4 +-- test-requirements.txt | 2 -- tox.ini | 8 ++++-- 14 files changed, 39 insertions(+), 34 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index edafa2f..4a556d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + diff --git a/test-requirements.txt b/test-requirements.txt index 5d2a077..a15fc7a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +0,0 @@ -hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -4 +2,0 @@ stestr>=2.0.0 -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org