[openstack-dev] [all] oslo.concurrency 1.5.0 released

Doug Hellmann doug at doughellmann.com
Mon Feb 16 19:22:55 UTC 2015


The Oslo team is pleased to announce the release of:

oslo.concurrency 1.5.0: oslo.concurrency library

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

    http://launchpad.net/oslo.concurrency/+milestone/1.5.0

Please report issues through launchpad:

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

Changes in /home/dhellmann/repos/openstack/oslo.concurrency 1.4.1..1.5.0
------------------------------------------------------------------------

3d6e372 Ability to set working directory
2a9321e Add eventlet test check to new tests __init__.py
67181a8 Updated from global requirements
63c30e5 Updated from global requirements
da8176d Update Oslo imports to remove namespace package

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

oslo_concurrency/fixture/lockutils.py            |  2 +-
oslo_concurrency/lockutils.py                    |  2 +-
oslo_concurrency/processutils.py                 |  8 ++++++--
requirements.txt                                 |  2 +-
test-requirements.txt                            |  2 +-
8 files changed, 38 insertions(+), 8 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index fb89633..8180d8f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ oslo.config>=1.6.0  # Apache-2.0
-oslo.i18n>=1.0.0  # Apache-2.0
+oslo.i18n>=1.3.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 32cdaae..e715139 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14 +14 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-eventlet>=0.15.2
+eventlet>=0.16.1



More information about the OpenStack-dev mailing list