[openstack-dev] [release][oslo] oslo.concurrency 3.8.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon May 9 15:37:57 UTC 2016


We are chuffed to announce the release of:

oslo.concurrency 3.8.0: Oslo Concurrency library

This release is part of the newton 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

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.concurrency 3.6.0..3.8.0
----------------------------------------

0982776 Updated from global requirements
342efd3 Imported Translations from Zanata
8af8269 processutils: add support for missing process limits
7bc24c5 Remove direct dependency on babel
ca59541 Updated from global requirements
6da5df0 Updated from global requirements
f22886e Updated from global requirements
cbdf411 Add a few usage examples for lockutils
499d5aa Revert "Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set"
951be63 Updated from global requirements
5021ef8 Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set

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

.../en_GB/LC_MESSAGES/oslo_concurrency-log-info.po |  8 ++--
.../locale/en_GB/LC_MESSAGES/oslo_concurrency.po   |  8 ++--
.../es/LC_MESSAGES/oslo_concurrency-log-info.po    |  8 ++--
.../locale/es/LC_MESSAGES/oslo_concurrency.po      |  8 ++--
.../fr/LC_MESSAGES/oslo_concurrency-log-info.po    |  8 ++--
.../locale/fr/LC_MESSAGES/oslo_concurrency.po      |  8 ++--
.../locale/oslo_concurrency-log-info.pot           | 14 +++---
oslo_concurrency/locale/oslo_concurrency.pot       | 38 ++++++++--------
oslo_concurrency/prlimit.py                        | 21 +++++++++
oslo_concurrency/processutils.py                   | 38 +++++++++++-----
requirements.txt                                   |  5 +--
test-requirements.txt                              |  2 +-
14 files changed, 189 insertions(+), 65 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 74b224d..aa28515 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
@@ -8,2 +7,2 @@ enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' #
-iso8601>=0.1.9 # MIT
-oslo.config>=3.4.0 # Apache-2.0
+iso8601>=0.1.11 # MIT
+oslo.config>=3.9.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f9925e1..d9b4f55 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD





More information about the OpenStack-dev mailing list