[openstack-dev] [new][oslo] oslo.concurrency 2.6.1 release (liberty)
no-reply at openstack.org
no-reply at openstack.org
Thu Jun 23 14:15:13 UTC 2016
We are gleeful to announce the release of:
oslo.concurrency 2.6.1: Oslo Concurrency library
This release is part of the liberty stable release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.concurrency
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.concurrency
For more details, please see below.
Changes in oslo.concurrency 2.6.0..2.6.1
----------------------------------------
d65d931 processutils: add support for missing process limits
e33f64f Add prlimit parameter to execute()
306cf37 Updated from global requirements
d0de35f Updated from global requirements
725e2f4 Updated from global requirements
d65a8b8 Update .gitreview for stable/liberty
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 3 +-
oslo_concurrency/prlimit.py | 110 +++++++++++++++++
oslo_concurrency/processutils.py | 67 +++++++++++
requirements.txt | 6 +-
setup.py | 2 +-
6 files changed, 327 insertions(+), 5 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 9ac5e1c..5e66c50 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-pbr<2.0,>=1.6
-Babel>=1.3
+pbr>=1.6
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -10 +10 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
More information about the OpenStack-dev
mailing list