[openstack-dev] [release][oslo] oslo.utils-announce-release 3.5.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 9 23:25:00 UTC 2016


We are stoked to announce the release of:

oslo.utils-announce-release 3.5.0: Oslo Utility library

This release is part of the mitaka release series.

With source available at:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.utils 3.4.0..3.5.0
----------------------------------

b13a6e6 Updated from global requirements
40fdbfd Imported Translations from Zanata
14f5b57 Updated from global requirements
af01a0d Narrow mock for getfilesystemencoding
21fbb7e Update translation setup
cdec854 Revert "Use assertTrue/False instead of assertEqual(T/F)"
1f2e399 Updated from global requirements
af60212 Updated from global requirements
9f3fbea Add excutils.save_and_reraise_exception force_reraise + capture
de84b5b Add encodeutils.to_utf8() function
9d58253 Create secretutils and include 'constant_time_compare' function
68d5569 Fix coverage
f76a96f Imported Translations from Zanata
3334f2c Updated from global requirements

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

.../locale/de/LC_MESSAGES/oslo.utils-log-info.po   | 39 -------------
oslo.utils/locale/de/LC_MESSAGES/oslo.utils.po     | 34 ------------
.../en_GB/LC_MESSAGES/oslo.utils-log-error.po      | 30 ----------
.../en_GB/LC_MESSAGES/oslo.utils-log-info.po       | 38 -------------
.../en_GB/LC_MESSAGES/oslo.utils-log-warning.po    | 31 -----------
oslo.utils/locale/en_GB/LC_MESSAGES/oslo.utils.po  | 52 ------------------
.../locale/fr/LC_MESSAGES/oslo.utils-log-error.po  | 31 -----------
.../locale/fr/LC_MESSAGES/oslo.utils-log-info.po   | 41 --------------
.../fr/LC_MESSAGES/oslo.utils-log-warning.po       | 31 -----------
oslo.utils/locale/fr/LC_MESSAGES/oslo.utils.po     | 53 ------------------
oslo.utils/locale/oslo.utils-log-error.pot         | 29 ----------
oslo.utils/locale/oslo.utils-log-info.pot          | 35 ------------
oslo.utils/locale/oslo.utils-log-warning.pot       | 31 -----------
oslo.utils/locale/oslo.utils.pot                   | 55 -------------------
oslo_utils/_i18n.py                                |  2 +-
oslo_utils/encodeutils.py                          | 27 ++++++++-
oslo_utils/excutils.py                             | 22 +++++++-
.../locale/de/LC_MESSAGES/oslo_utils-log-info.po   | 39 +++++++++++++
.../de/LC_MESSAGES/oslo_utils-log-warning.po       | 24 ++++++++
oslo_utils/locale/de/LC_MESSAGES/oslo_utils.po     | 63 +++++++++++++++++++++
.../en_GB/LC_MESSAGES/oslo_utils-log-error.po      | 30 ++++++++++
.../en_GB/LC_MESSAGES/oslo_utils-log-info.po       | 38 +++++++++++++
.../en_GB/LC_MESSAGES/oslo_utils-log-warning.po    | 31 +++++++++++
oslo_utils/locale/en_GB/LC_MESSAGES/oslo_utils.po  | 53 ++++++++++++++++++
.../locale/fr/LC_MESSAGES/oslo_utils-log-error.po  | 31 +++++++++++
.../locale/fr/LC_MESSAGES/oslo_utils-log-info.po   | 41 ++++++++++++++
.../fr/LC_MESSAGES/oslo_utils-log-warning.po       | 31 +++++++++++
oslo_utils/locale/fr/LC_MESSAGES/oslo_utils.po     | 54 ++++++++++++++++++
oslo_utils/locale/oslo_utils-log-error.pot         | 29 ++++++++++
oslo_utils/locale/oslo_utils-log-info.pot          | 35 ++++++++++++
oslo_utils/locale/oslo_utils-log-warning.pot       | 31 +++++++++++
oslo_utils/locale/oslo_utils.pot                   | 64 ++++++++++++++++++++++
oslo_utils/secretutils.py                          | 35 ++++++++++++
requirements.txt                                   | 20 +++----
setup.cfg                                          | 12 ++--
test-requirements.txt                              | 22 ++++----
42 files changed, 814 insertions(+), 566 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 581071e..07f0e55 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,10 +10,10 @@
-pbr>=1.6
-six>=1.9.0
-funcsigs>=0.4;python_version=='2.7' or python_version=='2.6'
-iso8601>=0.1.9
-oslo.i18n>=1.5.0 # Apache-2.0
-monotonic>=0.3 # Apache-2.0
-pytz>=2013.6
-netaddr!=0.7.16,>=0.7.12
-netifaces>=0.10.4
-debtcollector>=0.3.0 # Apache-2.0
+pbr>=1.6 # Apache-2.0
+six>=1.9.0 # MIT
+funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0
+iso8601>=0.1.9 # MIT
+oslo.i18n>=2.1.0 # Apache-2.0
+monotonic>=0.6 # Apache-2.0
+pytz>=2013.6 # MIT
+netaddr!=0.7.16,>=0.7.12 # BSD
+netifaces>=0.10.4 # MIT
+debtcollector>=1.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e3bc095..a758083 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,6 +7,6 @@ hacking<0.11,>=0.10.0
-discover
-fixtures>=1.3.1
-python-subunit>=0.0.18
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=1.4.0
+discover # BSD
+fixtures>=1.3.1 # Apache-2.0/BSD
+python-subunit>=0.0.18 # Apache-2.0/BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
@@ -18 +18 @@ oslotest>=1.10.0 # Apache-2.0
-coverage>=3.6
+coverage>=3.6 # Apache-2.0
@@ -21 +21 @@ coverage>=3.6
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -25 +25 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-mock>=1.2
+mock>=1.2 # BSD
@@ -28 +28 @@ mock>=1.2
-oslo.config>=3.2.0 # Apache-2.0
+oslo.config>=3.4.0 # Apache-2.0
@@ -31 +31 @@ oslo.config>=3.2.0 # Apache-2.0
-bandit>=0.13.2
+bandit>=0.17.3 # Apache-2.0





More information about the OpenStack-dev mailing list