[openstack-dev] [all] oslo.utils 1.4.0 release

Doug Hellmann doug at doughellmann.com
Mon Mar 9 14:33:34 UTC 2015


The Oslo team is gleeful to announce the release of:

oslo.utils 1.4.0: Oslo Utility library

For more details, please see the git log history below and:

    http://launchpad.net/oslo.utils/+milestone/1.4.0

Please report issues through launchpad:

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

Notable changes
----------------

We hope to make this the last release of the library for the Kilo cycle.

Changes in oslo.utils 1.3.0..1.4.0
----------------------------------

548b640 Add a stopwatch + split for duration(s)
2e65171 Allow providing a logger to save_and_reraise_exception
db5a0c6 Updated from global requirements
9d9818b Utility API to generate EUI-64 IPv6 address

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

oslo_utils/excutils.py             |  13 ++-
oslo_utils/netutils.py             |  54 +++++++++++
oslo_utils/timeutils.py            | 189 +++++++++++++++++++++++++++++++++++++
requirements.txt                   |   2 +-
8 files changed, 547 insertions(+), 54 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 06f022e..be23276 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Babel>=1.3
-six>=1.7.0
+six>=1.9.0


More information about the OpenStack-dev mailing list