[release-announce] [oslo] oslo.utils 3.36.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 14 17:43:22 UTC 2018


We are ecstatic to announce the release of:

oslo.utils 3.36.0: Oslo Utility library

This release is part of the rocky release series.

The source is available from:

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

Download the package from:

    https://pypi.python.org/pypi/oslo.utils

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.utils 3.35.0..3.36.0
------------------------------------

fc9dc7d Add -W for document build
00eeef6 Imported Translations from Zanata
d3d2e49 Update links in README
171b968 Imported Translations from Zanata
010fe3b Fix breaking unit tests due to iso8601 changes
dbb118f Document specs_matcher.py functions
9180df1 Clean imports in code
a8c1c10 Update reno for stable/queens
52d268e Updated from global requirements
84f950f Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
1be7cb1 Updated from global requirements
1efa197 Updated from global requirements


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

README.rst                                         |  4 +-
oslo_utils/locale/en_GB/LC_MESSAGES/oslo_utils.po  | 23 ++++--
oslo_utils/specs_matcher.py                        | 94 +++++++++++++++++-----
oslo_utils/timeutils.py                            |  9 ++-
releasenotes/source/index.rst                      |  1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 14 ++--
releasenotes/source/queens.rst                     |  6 ++
test-requirements.txt                              |  2 +-
tox.ini                                            |  2 +-
13 files changed, 162 insertions(+), 66 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 6e4389a..82cee64 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ testtools>=2.2.0 # MIT
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0






More information about the Release-announce mailing list