[release-announce] oslo.utils 4.1.1 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Tue Apr 7 10:22:34 UTC 2020
We are satisfied to announce the release of:
oslo.utils 4.1.1: Oslo Utility library
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/oslo.utils
Download the package from:
https://pypi.org/project/oslo.utils
Please report issues through:
https://bugs.launchpad.net/oslo.utils/+bugs
For more details, please see below.
Changes in oslo.utils 4.1.0..4.1.1
----------------------------------
d90726a Update hacking for Python3
2163443 Use unittest.mock instead of third party mock
8433aba tox: Use upper-constraints for docs jobs
40d90a2 Add test to check scientific notation on disk virtual size
a830a6b tests: Convert remaining tests to mock
Diffstat (except docs and test files)
-------------------------------------
lower-constraints.txt | 5 -
oslo_utils/imageutils.py | 2 +-
oslo_utils/secretutils.py | 1 +
test-requirements.txt | 5 +-
tools/perf_test_mask_password.py | 2 +-
tox.ini | 14 +-
14 files changed, 200 insertions(+), 190 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index ce63b70..cf92323 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -20,3 +19,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-# mocking framework
-mock>=2.0.0 # BSD
-
More information about the Release-announce
mailing list