[openstack-announce] [release][stable][oslo] oslo.utils release 1.4.2 (kilo)
davanum at gmail.com
davanum at gmail.com
Wed Dec 16 19:30:20 UTC 2015
We are jazzed to announce the release of:
oslo.utils 1.4.2: Oslo Utility library
This release is part of the kilo stable 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 below and:
http://launchpad.net/oslo.utils/+milestone/1.4.2
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.utils
Changes in oslo.utils 1.4.0..1.4.2
----------------------------------
185a718 Updated from global requirements
bb253ee Updated from global requirements
79c1081 timeutils: avoid passing leap second to datetime
16552e5 set defaultbranch for reviews
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 3 ++-
oslo_utils/timeutils.py | 9 ++++++++-
requirements.txt | 4 ++--
setup.py | 1 -
test-requirements.txt | 14 +++++++-------
6 files changed, 31 insertions(+), 12 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index be23276..c133baa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.6,!=0.7,<1.0
+pbr!=0.7,<1.0,>=0.6
@@ -9 +9 @@ iso8601>=0.1.9
-oslo.i18n>=1.3.0 # Apache-2.0
+oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0fab2b3..e9467cb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.9.1,<0.10
+hacking<0.10,>=0.9.1
@@ -8 +8 @@ discover
-fixtures>=0.3.14
+fixtures<1.3.0,>=0.3.14
@@ -12,2 +12,2 @@ testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
-oslotest>=1.2.0 # Apache-2.0
+testtools!=1.2.0,>=0.9.36
+oslotest<1.6.0,>=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.2.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
@@ -25 +25 @@ oslosphinx>=2.2.0 # Apache-2.0
-mock>=1.0
+mock<1.1.0,>=1.0
More information about the OpenStack-announce
mailing list