[release-announce] [oslo] oslo.utils 3.25.1 (pike)
no-reply at openstack.org
no-reply at openstack.org
Mon May 15 16:54:33 UTC 2017
We are gleeful to announce the release of:
oslo.utils 3.25.1: Oslo Utility library
This release is part of the pike 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.25.0..3.25.1
------------------------------------
9e913db Updated from global requirements
3be07ed Remove split conversion to tuple
f69aa3c Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
oslo_utils/timeutils.py | 8 ++++----
requirements.txt | 2 +-
test-requirements.txt | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index ad7beae..46af08f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2fe4170..fe0f99d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17 +17 @@ oslotest>=1.10.0 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
More information about the Release-announce
mailing list