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

no-reply at openstack.org no-reply at openstack.org
Fri Jun 10 01:42:18 UTC 2016


We are psyched to announce the release of:

oslo.utils 3.12.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.11.0..3.12.0
------------------------------------

dfdaaa2 Updated from global requirements
cbf5dde Fix method split_path's docstring 'versionadded'
947d73a Updated from global requirements
d79012d Updated from global requirements
8f5e65c Remove method total_seconds in timeuitls
388a15e Fix is_valid_cidr raises TypeError

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

oslo_utils/netutils.py             |  2 +-
oslo_utils/strutils.py             |  2 +-
oslo_utils/timeutils.py            | 18 ------------------
test-requirements.txt              |  6 +++---
6 files changed, 6 insertions(+), 28 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index ed8f5f9..b9e4d03 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ discover # BSD
-fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
@@ -25 +25 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-mock>=1.2 # BSD
+mock>=2.0 # BSD
@@ -28 +28 @@ mock>=1.2 # BSD
-oslo.config>=3.9.0 # Apache-2.0
+oslo.config>=3.10.0 # Apache-2.0





More information about the OpenStack-dev mailing list