[release-announce] oslo.config 8.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 1 09:50:50 UTC 2020


We are happy to announce the release of:

oslo.config 8.1.0: Oslo Configuration API

This release is part of the victoria 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.0.2..8.1.0
-----------------------------------

3019eed Add py38 package metadata
8242416 Raise hacking minimum to 3.0.1
c6961e1 Remove the unused coding style modules
b1836ad Cap flake8 to be < 3.8.0
6fc84b0 Remove six from lower-constraints.txt
df5e5db docs: Mention other ways of escaping '$'
2c11e9d Resolve UnboundLocalError
c89ddcd Add release notes links to doc index
76075a6 Mark sphinx extensions thread safe
e5618ff Add Python3 victoria unit tests
881b2e6 Update master for stable/ussuri
1b248b4 Remove redundant class docstring info
66b3da9 Use unittest.mock instead of third party mock


Diffstat (except docs and test files)
-------------------------------------

.zuul.d/project.yaml                      |  2 +-
lower-constraints.txt                     |  7 -------
oslo_config/cfg.py                        |  5 +++++
oslo_config/generator.py                  |  6 +++---
oslo_config/sources/__init__.py           | 16 ----------------
oslo_config/sources/_environment.py       | 11 +++++++++--
oslo_config/sphinxconfiggen.py            |  4 ++++
oslo_config/sphinxext.py                  |  4 ++++
releasenotes/source/index.rst             |  1 +
releasenotes/source/ussuri.rst            |  6 ++++++
setup.cfg                                 |  1 +
test-requirements.txt                     |  5 +----
20 files changed, 70 insertions(+), 47 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 47086b2..985a9da 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=2.0.0,<2.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -24,3 +23,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-# we can switch to unittest.mock once we drop support for Python 3.6 as that
-# includes https://bugs.python.org/issue32933
-mock>=3.0.0 # BSD






More information about the Release-announce mailing list