[release-announce] oslo.log 4.1.1 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Tue Apr 7 10:20:11 UTC 2020
We are pleased to announce the release of:
oslo.log 4.1.1: oslo.log library
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/oslo.log
Download the package from:
https://pypi.org/project/oslo.log
Please report issues through:
https://bugs.launchpad.net/oslo.log/+bugs
For more details, please see below.
Changes in oslo.log 4.1.0..4.1.1
--------------------------------
2aaf7b0 Use unittest.mock instead of third party mock
55ef517 drop use of six
Diffstat (except docs and test files)
-------------------------------------
lower-constraints.txt | 2 -
oslo_log/cmds/convert_json.py | 5 +-
oslo_log/formatters.py | 48 +++++---------
oslo_log/handlers.py | 25 --------
oslo_log/log.py | 7 +--
oslo_log/versionutils.py | 7 +--
requirements.txt | 1 -
test-requirements.txt | 1 -
14 files changed, 85 insertions(+), 163 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index a25e739..963a95e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ pbr>=3.1.1 # Apache-2.0
-six>=1.11.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index e099626..6e77232 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +8,0 @@ testtools>=2.3.0 # MIT
-mock>=2.0.0 # BSD
More information about the Release-announce
mailing list