[openstack-announce] [release][oslo] oslo.utils release 1.7.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Jun 29 18:09:55 UTC 2015


We are chuffed to announce the release of:

oslo.utils 1.7.0: Oslo Utility library

This release is part of the liberty release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.utils

With package available at:

    https://pypi.python.org/pypi/oslo.utils

For more details, please see the git log history below and:

    http://launchpad.net/oslo.utils/+milestone/1.7.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.utils

Changes in oslo.utils 1.6.0..1.7.0
----------------------------------

667d4ed Updated from global requirements
c231996 Updated from global requirements
e5fb426 Switch badges from 'pypip.in' to 'shields.io'
787b6e3 timeutils: fix newer/older comparison with TZ aware datetime
421b562 Replace parse_strtime with parse_isotime in older/newer
4e01f29 Deprecate strtime

Diffstat (except docs and test files)
-------------------------------------

README.rst                         |  4 ++--
oslo_utils/timeutils.py            | 30 +++++++++++++++++++++++-------
requirements.txt                   |  6 +++---
setup.py                           |  1 -
test-requirements.txt              | 10 +++++-----
6 files changed, 43 insertions(+), 18 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index cac7516..98ddc94 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@
-pbr>=0.11,<2.0
+pbr<2.0,>=0.11
@@ -14 +14 @@ iso8601>=0.1.9
-oslo.i18n>=1.5.0  # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
@@ -18 +18 @@ netifaces>=0.10.4
-debtcollector>=0.3.0  # Apache-2.0
+debtcollector>=0.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7f335ce..13c1a2a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -12,2 +12,2 @@ testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
-oslotest>=1.5.1  # Apache-2.0
+testtools>=1.4.0
+oslotest>=1.5.1 # Apache-2.0
@@ -21,2 +21,2 @@ coverage>=3.6
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0  # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx>=2.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list