[openstack-dev] [release][oslo] oslo.utils 3.9.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon May 9 15:44:44 UTC 2016


We are glad to announce the release of:

oslo.utils 3.9.0: Oslo Utility library

This release is part of the newton 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

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.utils 3.7.0..3.9.0
----------------------------------

3ac0253 Imported Translations from Zanata
a99969e Provide single step check if eventlet is monkey_patched
f082a5b Add method is_valid_cidr to netutils
2bb9015 Updated from global requirements
dfeebd0 Updated from global requirements
9e28e81 Add importutils.import_any method
081669b Add excutils.exception_filter
7e45bcc Explicitly exclude tests from bandit scan
811fb7f Add CHAPPASSWORD to list of sanitize keys
04e34e7 Enable bandit in gate
585bb02 Updated from global requirements

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

oslo_utils/eventletutils.py                        |  11 +
oslo_utils/excutils.py                             |  67 ++++++
oslo_utils/importutils.py                          |  18 ++
oslo_utils/locale/de/LC_MESSAGES/oslo_utils.po     |   8 +-
oslo_utils/locale/en_GB/LC_MESSAGES/oslo_utils.po  |  12 +-
.../locale/es/LC_MESSAGES/oslo_utils-log-error.po  |  23 ++
oslo_utils/locale/fr/LC_MESSAGES/oslo_utils.po     |  17 +-
oslo_utils/locale/oslo_utils.pot                   |  35 ++-
.../pt_BR/LC_MESSAGES/oslo_utils-log-error.po      |  23 ++
oslo_utils/netutils.py                             |  26 +++
oslo_utils/strutils.py                             |   6 +-
test-requirements.txt                              |   4 +-
tox.ini                                            |  10 +-
17 files changed, 515 insertions(+), 22 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index a758083..b702e0f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
@@ -28 +28 @@ mock>=1.2 # BSD
-oslo.config>=3.4.0 # Apache-2.0
+oslo.config>=3.9.0 # Apache-2.0





More information about the OpenStack-dev mailing list