[openstack-announce] [release][oslo] oslo.concurrency release 2.3.0 (liberty)
davanum at gmail.com
davanum at gmail.com
Mon Jul 13 18:10:55 UTC 2015
We are tickled pink to announce the release of:
oslo.concurrency 2.3.0: Oslo Concurrency library
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.concurrency
With package available at:
https://pypi.python.org/pypi/oslo.concurrency
For more details, please see the git log history below and:
http://launchpad.net/oslo.concurrency/+milestone/2.3.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.concurrency
Changes in oslo.concurrency 2.2.0..2.3.0
----------------------------------------
2c3a8aa Imported Translations from Transifex
36fb964 Allow preexec_fn method for processutils.execute
45ff557 Updated from global requirements
4372246 Use pypi name for requirements.txt
ab78480 processutils: ensure on_completion callback is always called
bc0235e Updated from global requirements
e29cc54 Remove redundant fileutils
eecaaed Add tox target to find missing requirements
Diffstat (except docs and test files)
-------------------------------------
openstack-common.conf | 7 -
.../en_GB/LC_MESSAGES/oslo.concurrency-log-info.po | 4 +-
.../locale/en_GB/LC_MESSAGES/oslo.concurrency.po | 4 +-
.../es/LC_MESSAGES/oslo.concurrency-log-info.po | 6 +-
.../locale/es/LC_MESSAGES/oslo.concurrency.po | 6 +-
.../fr/LC_MESSAGES/oslo.concurrency-log-info.po | 6 +-
.../locale/fr/LC_MESSAGES/oslo.concurrency.po | 6 +-
oslo_concurrency/openstack/__init__.py | 0
oslo_concurrency/openstack/common/__init__.py | 0
oslo_concurrency/openstack/common/fileutils.py | 149 ---------------------
oslo_concurrency/processutils.py | 37 +++--
test-requirements.txt | 4 +-
tox.ini | 8 ++
14 files changed, 87 insertions(+), 186 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 68f4967..8d84956 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8,2 @@ coverage>=3.6
-futures>=3.0
-fixtures>=0.3.14
+futures>=3.0;python_version=='2.7' or python_version=='2.6'
+fixtures>=1.3.1
More information about the OpenStack-announce
mailing list