oslo.config 10.2.0 (gazpacho)
We joyfully announce the release of: oslo.config 10.2.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. Changes in oslo.config 10.1.0..10.2.0 ------------------------------------- 97776b8 docs: Remove cruft from config files 062cb88 Delay string interpolations at logging calls d7d4174 tests: Ignore host terminal width 3af6128 Replace deprecated warn_on_missing_entrypoint 78ead67 Correct test dependency name 031f10c Remove reference to tag framework Diffstat (except docs and test files) ------------------------------------- README.rst | 11 +-- oslo_config/generator.py | 2 +- oslo_config/sphinxext.py | 2 +- releasenotes/source/conf.py | 180 +----------------------------------------- requirements.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 3 +- 9 files changed, 28 insertions(+), 205 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0d8748b..c7c1b14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ netaddr>=0.7.18 # BSD -stevedore>=1.20.0 # Apache-2.0 +stevedore>=5.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2cd79af..27cd24d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +15 @@ coverage>=4.0 # Apache-2.0 -requests_mock>=1.5.0 # Apache-2.0 +requests-mock>=1.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org