We are stoked to announce the release of: oslo.config 9.4.0: Oslo Configuration API This release is part of the caracal 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.4.0 ^^^^^ New Features * Add choice parameter for IntOpt class for conformity with types.Integer. Changes in oslo.config 9.3.0..9.4.0 ----------------------------------- 882adf8 reno: Update master for unmaintained/yoga f5c4096 Bump hacking (again) d853004 Bump hacking d313d6d Update python classifier in setup.cfg 83bbc0d Add choices parameter for IntOpt class Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 2 +- oslo_config/cfg.py | 15 +++++++++++++-- ...oices_parameter_for_IntOpt_class-1b5e42c475c08f08.yaml | 4 ++++ releasenotes/source/yoga.rst | 2 +- requirements.txt | 4 ---- setup.cfg | 1 + test-requirements.txt | 6 +----- 8 files changed, 23 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e226de8..f84ac6b 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 46c17d5..8fcdd84 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.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org