[openstack-dev] [new][oslo] oslo.concurrency 3.7.1 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Fri Jun 10 01:47:18 UTC 2016


We are satisfied to announce the release of:

oslo.concurrency 3.7.1: Oslo Concurrency library

This release is part of the mitaka stable 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.7.0..3.7.1
----------------------------------------

5f417f8 processutils: add support for missing process limits
930d872 Updated from global requirements
0003758 Updated from global requirements

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

oslo_concurrency/prlimit.py                      | 21 +++++++++++++
oslo_concurrency/processutils.py                 | 38 +++++++++++++++++-------
requirements.txt                                 |  2 +-
test-requirements.txt                            |  2 +-
5 files changed, 87 insertions(+), 13 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ec291e3..dc6a7cd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
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