We high-spiritedly announce the release of: oslo.utils 3.40.3: Oslo Utility library This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.utils Download the package from: https://pypi.org/project/oslo.utils Please report issues through launchpad: https://bugs.launchpad.net/oslo.utils For more details, please see below. Changes in oslo.utils 3.40.2..3.40.3 ------------------------------------ 1fd9f5a add python 3.7 unit test job 1803b63 Update hacking version Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + HACKING.rst | 4 ++-- oslo_utils/reflection.py | 4 ++-- oslo_utils/strutils.py | 4 ++-- test-requirements.txt | 2 +- tox.ini | 3 ++- 6 files changed, 10 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9354098..767c41b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org