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

davanum at gmail.com davanum at gmail.com
Tue Aug 18 20:38:15 UTC 2015


We are delighted to announce the release of:

oslo.utils 2.3.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/2.3.0

Please report issues through launchpad:

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

Changes in oslo.utils 2.2.0..2.3.0
----------------------------------

ffcabf4 Updated from global requirements
d8305c2 Updated from global requirements
f222f80 flake8 - remove unused rules
67b318a Bump monotonic to 0.3 to remove exception catching on import
ae32983 Imported Translations from Transifex
b7130e0 Allow access to reflection 'get_members'
0798d48 Updated from global requirements

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

.../locale/de/LC_MESSAGES/oslo.utils-log-info.po   |  6 ++---
oslo.utils/locale/de/LC_MESSAGES/oslo.utils.po     |  6 ++---
.../en_GB/LC_MESSAGES/oslo.utils-log-error.po      |  4 +--
.../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  |  6 ++---
.../locale/fr/LC_MESSAGES/oslo.utils-log-info.po   |  6 ++---
.../fr/LC_MESSAGES/oslo.utils-log-warning.po       |  6 ++---
oslo.utils/locale/fr/LC_MESSAGES/oslo.utils.po     |  6 ++---
oslo_utils/reflection.py                           |  5 ++--
oslo_utils/timeutils.py                            |  8 +-----
requirements.txt                                   |  4 +--
test-requirements.txt                              |  4 +--
tox.ini                                            |  5 +---
16 files changed, 66 insertions(+), 43 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2ad5986..df5cdf3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@
-pbr<2.0,>=1.3
+pbr<2.0,>=1.4
@@ -15 +15 @@ oslo.i18n>=1.5.0 # Apache-2.0
-monotonic>=0.1 # Apache-2.0
+monotonic>=0.3 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 229aa90..8dacca1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ testtools>=1.4.0
-oslotest>=1.9.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
@@ -28 +28 @@ mock>=1.2
-oslo.config>=1.11.0 # Apache-2.0
+oslo.config>=2.1.0 # Apache-2.0





More information about the OpenStack-announce mailing list