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

davanum at gmail.com davanum at gmail.com
Mon Jul 13 18:11:31 UTC 2015


We are pleased to announce the release of:

oslo.utils 1.9.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.9.0

Please report issues through launchpad:

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

Changes in oslo.utils 1.8.0..1.9.0
----------------------------------

0fe4fbb Updated from global requirements
35972a6 Imported Translations from Transifex
36d599f Add write_to_tempfile back to fileutils
a9ad441 Use monotonic library to avoid finding monotonic time function
ac30834 Fix exception_to_unicode() for oslo_i18n Message

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

.../locale/de/LC_MESSAGES/oslo.utils-log-info.po   |  5 +-
oslo.utils/locale/de/LC_MESSAGES/oslo.utils.po     |  5 +-
.../en_GB/LC_MESSAGES/oslo.utils-log-error.po      |  6 +-
.../en_GB/LC_MESSAGES/oslo.utils-log-info.po       |  4 +-
.../en_GB/LC_MESSAGES/oslo.utils-log-warning.po    |  4 +-
oslo.utils/locale/en_GB/LC_MESSAGES/oslo.utils.po  |  4 +-
.../locale/fr/LC_MESSAGES/oslo.utils-log-error.po  |  5 +-
.../locale/fr/LC_MESSAGES/oslo.utils-log-info.po   |  5 +-
.../fr/LC_MESSAGES/oslo.utils-log-warning.po       |  5 +-
oslo.utils/locale/fr/LC_MESSAGES/oslo.utils.po     |  5 +-
oslo_utils/encodeutils.py                          | 20 ++++--
oslo_utils/fileutils.py                            | 28 +++++++++
oslo_utils/timeutils.py                            | 14 +----
requirements.txt                                   |  1 +
test-requirements.txt                              |  3 +-
17 files changed, 146 insertions(+), 46 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 98ddc94..e8de632 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,0 +15 @@ oslo.i18n>=1.5.0 # Apache-2.0
+monotonic>=0.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ab13bd4..fa2aec2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -25 +25,2 @@ oslosphinx>=2.5.0 # Apache-2.0
-mock>=1.0
+mock>=1.1;python_version!='2.6'
+mock==1.0.1;python_version=='2.6'





More information about the OpenStack-announce mailing list