[openstack-dev] [release] oslo.concurrency release 1.9.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:17 UTC 2015


We are tickled pink to announce the release of:

oslo.concurrency 1.9.0: Oslo Concurrency library

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

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

Please report issues through launchpad:

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

Changes in oslo.concurrency 1.8.0..1.9.0
----------------------------------------

4d7dce2 2015-04-19 01:17:43 +0200 Add binary parameter to execute and ssh_execute
c05c8c3 2015-04-18 00:11:28 +0200 Port processutils to Python 3
f366bd2 2015-04-16 17:45:40 +0000 Uncap library requirements for liberty
e3c2419 2015-04-10 17:45:03 +0200 Move fixtures to test-requirements.txt
fa415de 2015-04-11 00:56:02 +1000 Fix test_as_root* tests to work when run as root
d04cf66 2015-04-07 21:09:17 +0000 Add pypi download + version badges
fe84d2a 2015-04-04 02:01:33 -0400 Standardize setup.cfg summary for oslo libs
e6f5e19 2015-03-24 06:04:39 +0000 Imported Translations from Transifex
9f949fd 2015-03-21 00:16:47 +0000 Updated from global requirements
a0549bf 2015-03-20 16:03:21 -0400 Remove tools/run_cross_tests.sh from openstack-common.conf

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

README.rst                                         |  10 +-
openstack-common.conf                              |   1 -
.../LC_MESSAGES/oslo.concurrency-log-error.po      |  32 ++++
.../locale/en_GB/LC_MESSAGES/oslo.concurrency.po   |  56 ++++---
oslo_concurrency/processutils.py                   |  52 +++++-
requirements.txt                                   |   7 +-
setup.cfg                                          |   2 +-
test-requirements.txt                              |   7 +-
12 files changed, 317 insertions(+), 72 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1fcebea..cf4758d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,4 +8,3 @@ iso8601>=0.1.9
-fixtures>=0.3.14
-oslo.config>=1.9.0  # Apache-2.0
-oslo.i18n>=1.3.0  # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
+oslo.config>=1.9.3  # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
+oslo.utils>=1.4.0                       # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e715139..0fb38b7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking>=0.10.0,<0.11
-oslotest>=1.2.0  # Apache-2.0
+oslotest>=1.5.1  # Apache-2.0
@@ -8,0 +9 @@ futures>=2.1.6
+fixtures>=0.3.14
@@ -11 +12 @@ futures>=2.1.6
-oslosphinx>=2.2.0  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0
@@ -14 +15 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-eventlet>=0.16.1
+eventlet>=0.16.1,!=0.17.0





More information about the OpenStack-dev mailing list