We are delighted to announce the release of: oslo.config 9.7.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.config Download the package from: https://pypi.org/project/oslo.config Please report issues through: https://bugs.launchpad.net/oslo.config/+bugs For more details, please see below. 9.7.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in oslo.config 9.6.0..9.7.0 ----------------------------------- 8255211 Add note about requirements lower bounds 999d434 Remove Python 3.8 support c12e49f Run pyupgrade to clean up Python 2 syntaxes eb52fef pre-commit: Bump versions fc2ff43 Declare Python 3.12 support 5e955cf Fix typo for shell_completion b776f3a Update master for stable/2024.2 972d304 Fix test_sub_command_multiple on Python 3.12.5+ Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 34 ++--- oslo_config/cfg.py | 158 ++++++++++----------- oslo_config/fixture.py | 2 +- oslo_config/generator.py | 10 +- oslo_config/sphinxconfiggen.py | 2 +- oslo_config/sphinxext.py | 22 ++- oslo_config/types.py | 57 ++++---- oslo_config/validator.py | 2 +- .../notes/remove-py38-2cebf20be79f1709.yaml | 5 + 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 | 7 - tox.ini | 8 +- 23 files changed, 194 insertions(+), 197 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f84ac6b..46159f4 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 e4fcd92..2cd79af 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +0,0 @@ -hacking>=6.1.0,<6.2.0 # Apache-2.0 - @@ -18,5 +15,0 @@ requests_mock>=1.5.0 # Apache-2.0 - -# Bandit security code scanner -bandit>=1.7.0,<1.8.0 # Apache-2.0 - -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org