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

no-reply at openstack.org no-reply at openstack.org
Thu Jul 14 12:54:46 UTC 2016


We are psyched to announce the release of:

oslo.utils 3.16.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.15.0..3.16.0
------------------------------------

878f570 Fix mask_dict_password for non string/dict type key in dict
5434726 More unit tests for specs matcher
1d1c983 Imported Translations from Zanata
103a322 Add Python 3.5 classifier and venv
7699788 Use an actual well defined parser for spec matching
9981276 Remove unused LOG to keep code clean
b9e9f17 Updated from global requirements
e97f08b Move nova extra_specs_ops to oslo.utils


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

oslo_utils/fileutils.py                            |   2 -
.../locale/es/LC_MESSAGES/oslo_utils-log-error.po  |  13 +-
.../pt_BR/LC_MESSAGES/oslo_utils-log-error.po      |  13 +-
oslo_utils/specs_matcher.py                        |  86 ++++++
oslo_utils/strutils.py                             |   3 +-
oslo_utils/versionutils.py                         |   4 -
requirements.txt                                   |   1 +
setup.cfg                                          |   1 +
test-requirements.txt                              |   2 +-
tox.ini                                            |   2 +-
12 files changed, 433 insertions(+), 21 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7cac05d..af47d66 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,0 +20 @@ debtcollector>=1.2.0 # Apache-2.0
+pyparsing>=2.0.1 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 6562796..80a559c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -28 +28 @@ mock>=2.0 # BSD
-oslo.config>=3.10.0 # Apache-2.0
+oslo.config>=3.12.0 # Apache-2.0





More information about the OpenStack-dev mailing list