We contentedly announce the release of: oslo.utils 3.36.4: Oslo Utility library This release is part of the rocky 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.36.3..3.36.4 ------------------------------------ 4e2abfe Handle non-string keys appropriately 0812f94 Switch to stestr 70fce41 Add release notes link to README Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +-- .stestr.conf | 3 +++ .testr.conf | 7 ------- README.rst | 1 + lower-constraints.txt | 4 ++-- oslo_utils/strutils.py | 16 +++++++++++----- test-requirements.txt | 2 +- tox.ini | 2 +- 9 files changed, 27 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4fff918..22f7e39 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +7,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD @@ -12,0 +12 @@ ddt>=1.0.1 # MIT +stestr>=2.0.0 # Apache-2.0