We are jubilant to announce the release of: oslo.utils 3.19.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. Changes in oslo.utils 3.18.0..3.19.0 ------------------------------------ 50d91e3 Updated from global requirements 805381e Improve eventlet check when selecting Event backend a6585b5 Updated from global requirements 4eeee2a Add option to not truncate built-ins fdc96a7 Restore <all-in> operator Diffstat (except docs and test files) ------------------------------------- oslo_utils/eventletutils.py | 2 +- oslo_utils/reflection.py | 18 ++++---- oslo_utils/specs_matcher.py | 30 ++++++++---- requirements.txt | 4 +- test-requirements.txt | 2 +- 7 files changed, 121 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 94ea957..fffd138 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 @@ -20 +20 @@ debtcollector>=1.2.0 # Apache-2.0 -pyparsing>=2.0.1 # MIT +pyparsing>=2.0.7 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index d9b615f..383c741 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -32 +32 @@ bandit>=1.1.0 # Apache-2.0 -reno>=1.8.0 # Apache2 \ No newline at end of file +reno>=1.8.0 # Apache-2.0