We are psyched to announce the release of: oslo.utils 3.18.0: Oslo Utility library
This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.utils Download the package from: https://pypi.python.org/pypi/oslo.utils Please report issues through launchpad: http://bugs.launchpad.net/oslo.utils For more details, please see below. 3.18.0 ^^^^^^ Other Notes * Introduce reno for deployer release notes. Changes in oslo.utils 3.17.0..3.18.0 ------------------------------------ 7b7d5b9 Create dictutils and add 'flatten_dict_to_keypairs' 8bbf09e Updated from global requirements a5a40ac Add reno for release notes management f77d420 Trivial fixes to the usage doc d0cd71c Add threading<->eventlet compatible Event dfefb46 Updated from global requirements 69bf513 [TrivialFix] Replace 'assertEqual(None, ...)' with 'assertIsNone(...)' 797d376 Add __ne__ built-in function Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + oslo_utils/dictutils.py | 31 +++ oslo_utils/eventletutils.py | 35 +++ releasenotes/notes/add-reno-350f5f34f794fb5e.yaml | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 276 ++++++++++++++++++++++ releasenotes/source/index.rst | 9 + releasenotes/source/newton.rst | 6 + releasenotes/source/unreleased.rst | 5 + test-requirements.txt | 6 +- tox.ini | 3 + 19 files changed, 449 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c0c35e1..d9b615f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17 +17 @@ oslotest>=1.10.0 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -27 +27 @@ mock>=2.0 # BSD -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 @@ -30,0 +31,2 @@ bandit>=1.1.0 # Apache-2.0 + +reno>=1.8.0 # Apache2 \ No newline at end of file __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev