[openstack-dev] [release][oslo] oslo.utils release 1.6.0 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Tue Jun 2 15:04:46 UTC 2015
We are stoked to announce the release of:
oslo.utils 1.6.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
For more details, please see the git log history below and:
http://launchpad.net/oslo.utils/+milestone/1.6.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.utils
Changes in oslo.utils 1.5.0..1.6.0
----------------------------------
e5349b9 Add pytz to requirements
74b3f97 Imported Translations from Transifex
de017a2 timeutils: utcnow() can return a value with a timezone
406d182 Add 'raise_with_cause' chaining helper to excutils
5cad113 timeutils: deprecate isotime()
d0993d7 timeutils: make marshall timezone aware
bb7eebb Advertise support for Python3.4 / Remove support for Python 3.3
a5624b0 Updated from global requirements
7f24068 Add exception_to_unicode() function
9b3763b Remove run_cross_tests.sh
fdbb15b Imported Translations from Transifex
528ba92 Move versionutils into place and remove deprecation tools
8d9243a Denote monotonic import ordering + usage
Diffstat (except docs and test files)
-------------------------------------
openstack-common.conf | 1 -
openstack/common/versionutils.py | 262 -------------------
.../locale/de/LC_MESSAGES/oslo.utils-log-info.po | 23 +-
oslo.utils/locale/de/LC_MESSAGES/oslo.utils.po | 34 +--
.../en_GB/LC_MESSAGES/oslo.utils-log-error.po | 2 -
.../en_GB/LC_MESSAGES/oslo.utils-log-info.po | 37 +++
.../en_GB/LC_MESSAGES/oslo.utils-log-warning.po | 13 +-
oslo.utils/locale/en_GB/LC_MESSAGES/oslo.utils.po | 41 ++-
.../locale/fr/LC_MESSAGES/oslo.utils-log-error.po | 2 -
.../locale/fr/LC_MESSAGES/oslo.utils-log-info.po | 23 +-
.../fr/LC_MESSAGES/oslo.utils-log-warning.po | 13 +-
oslo.utils/locale/fr/LC_MESSAGES/oslo.utils.po | 34 +--
oslo_utils/encodeutils.py | 56 ++++
oslo_utils/excutils.py | 34 +++
oslo_utils/timeutils.py | 70 +++--
oslo_utils/versionutils.py | 48 ++++
requirements.txt | 4 +-
setup.cfg | 2 +-
tox.ini | 2 +-
25 files changed, 510 insertions(+), 776 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 11d5413..cac7516 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
@@ -14,0 +15 @@ oslo.i18n>=1.5.0 # Apache-2.0
+pytz>=2013.6
@@ -16,0 +18 @@ netifaces>=0.10.4
+debtcollector>=0.3.0 # Apache-2.0
More information about the OpenStack-dev
mailing list