oslo.config 10.1.0 (gazpacho)
We are excited to announce the release of: oslo.config 10.1.0 This release is part of the gazpacho 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. 10.1.0 ^^^^^^ Upgrade Notes * Support for Python 3.9 has been removed. Now the minimum python version supported is 3.10. Changes in oslo.config 10.0.0..10.1.0 ------------------------------------- 3146caa reno: Update master for unmaintained/2024.1 801d420 Bump pyupgrade target to 3.10+ 25f6a61 Migrate bandit options to pyproject.toml b6aef78 Fix type mismatch between option and its default a1c43de pre-commit: Bump dependencies 7966746 Migrate setup configuration to pyproject.toml f293f45 Drop Python 3.9 support 03c6267 Fix wrong comment in find_config_dirs 876d468 Update master for stable/2025.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 18 ++---- oslo_config/_list_opts.py | 4 +- oslo_config/cfg.py | 12 ++-- oslo_config/generator.py | 12 ++-- oslo_config/sources/_environment.py | 2 +- oslo_config/sources/_uri.py | 2 +- oslo_config/sphinxconfiggen.py | 2 +- oslo_config/sphinxext.py | 2 +- oslo_config/types.py | 10 ++-- pyproject.toml | 68 ++++++++++++++++++++++ .../notes/remove-py39-2c955ada07c2a862.yaml | 5 ++ releasenotes/source/2024.1.rst | 2 +- releasenotes/source/2025.2.rst | 6 ++ releasenotes/source/index.rst | 1 + setup.cfg | 54 ----------------- 16 files changed, 114 insertions(+), 94 deletions(-)
participants (1)
-
no-reply@openstack.org