[release-announce] oslo.i18n 4.0.1 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Tue Apr 7 10:17:55 UTC 2020
We are pleased to announce the release of:
oslo.i18n 4.0.1: Oslo i18n library
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/oslo.i18n
Download the package from:
https://pypi.org/project/oslo.i18n
Please report issues through:
https://bugs.launchpad.net/oslo.i18n/+bugs
For more details, please see below.
Changes in oslo.i18n 4.0.0..4.0.1
---------------------------------
34aaaf2 Use unittest.mock instead of third party mock
e7908d0 Update hacking for Python3
Diffstat (except docs and test files)
-------------------------------------
lower-constraints.txt | 1 -
test-requirements.txt | 3 +--
tox.ini | 2 +-
10 files changed, 13 insertions(+), 14 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index d4fab97..57ddc52 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -7 +6,0 @@ stestr>=2.0.0 # Apache-2.0
-mock>=2.0.0 # BSD
More information about the Release-announce
mailing list