[release-announce] oslo.config 8.5.0 (wallaby)
no-reply at openstack.org
no-reply at openstack.org
Wed Mar 3 13:51:32 UTC 2021
We jubilantly announce the release of:
oslo.config 8.5.0: Oslo Configuration API
This release is part of the wallaby 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 8.4.0..8.5.0
-----------------------------------
cfa2564 Bump minimum version for PyYAML to 5.1
50723fa remove lower-constraints.txt
05b6a33 inherit from object is not required for py3
401dcd9 Move zuul config file to root folder
cefa4d4 Dropping lower constraints testing
f1f8730 Remove Babel from lower-constraints.txt
Diffstat (except docs and test files)
-------------------------------------
.zuul.d/project.yaml => .zuul.yaml | 1 -
lower-constraints.txt | 80 ----------------------------
oslo_config/cfg.py | 10 ++--
oslo_config/generator.py | 2 +-
oslo_config/iniparser.py | 2 +-
oslo_config/sources/__init__.py | 6 +--
oslo_config/types.py | 2 +-
requirements.txt | 2 +-
tox.ini | 7 ---
14 files changed, 17 insertions(+), 105 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 9c1d5c3..58bd439 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ rfc3986>=1.2.0 # Apache-2.0
-PyYAML>=3.12 # MIT
+PyYAML>=5.1 # MIT
More information about the Release-announce
mailing list