We joyfully announce the release of: oslo.config 9.5.0: Oslo Configuration API This release is part of the dalmatian 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.5.0 ^^^^^ New Features * "Dict" type now supports the "key_value_separator" parameter. This parameter allows using a customized separator between key and value. Changes in oslo.config 9.4.0..9.5.0 ----------------------------------- 4f916ed Fix tests for Python 3.13 3f0c6e9 reno: Update master for unmaintained/zed 311a601 Remove old excludes d193c65 Dict: Support customizing key-value separator 4c767ed Update master for stable/2024.1 8c849f3 reno: Update master for unmaintained/xena b05228a reno: Update master for unmaintained/wallaby 648f979 reno: Update master for unmaintained/victoria c40eacd doc: Drop oslo.db.concurrency namespace Diffstat (except docs and test files) ------------------------------------- oslo_config/types.py | 19 +++++++++++++++---- .../dict-key-value-separator-127ce36ba4d9245f.yaml | 5 +++++ releasenotes/source/2024.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- setup.cfg | 2 +- test-requirements.txt | 5 +---- 14 files changed, 48 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8fcdd84..e4fcd92 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,4 +15 @@ oslo.log>=3.36.0 # Apache-2.0 -# when we can require tox>= 1.4, this can go into tox.ini: -# [testenv:cover] -# deps = {[testenv]deps} coverage -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org