[openstack-dev] [all] oslo.utils 1.3.0 released

Doug Hellmann doug at doughellmann.com
Mon Feb 16 15:07:33 UTC 2015


The Oslo team is pleased to announce the release of:

oslo.utils 1.3.0: Oslo Utility library

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

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

Please report issues through launchpad:

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

Changes in /home/dhellmann/repos/openstack/oslo.utils 1.2.1..1.3.0
------------------------------------------------------------------

ed4e2d7 Add a eventlet utils helper module
d5e2009 Add microsecond support to iso8601_from_timestamp
ff05ecc Updated from global requirements
9174de8 Update Oslo imports to remove namespace package
89d0c2a Add TimeFixture
659e12b Add microsecond support to timeutils.utcnow_ts()
942cf06 Make setup.cfg packages include oslo.utils
dbc5700 fix link to bug tracker in README

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

README.rst                             |   2 +-
oslo_utils/_i18n.py                    |   4 +-
oslo_utils/eventletutils.py            |  98 +++++++++++++++++++++++++++++
oslo_utils/fixture.py                  |  45 +++++++++++++
oslo_utils/timeutils.py                |  51 ++++++++++++---
requirements.txt                       |   2 +-
setup.cfg                              |   1 +
13 files changed, 398 insertions(+), 14 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c508f12..06f022e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ iso8601>=0.1.9
-oslo.i18n>=1.0.0  # Apache-2.0
+oslo.i18n>=1.3.0  # Apache-2.0



More information about the OpenStack-dev mailing list