[release-announce] [oslo] oslo.concurrency 3.25.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 15 17:01:32 UTC 2018


We eagerly announce the release of:

oslo.concurrency 3.25.0: Oslo Concurrency library

This release is part of the queens release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/oslo.concurrency

Download the package from:

    https://pypi.python.org/pypi/oslo.concurrency

Please report issues through launchpad:

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

For more details, please see below.

3.25.0
^^^^^^

New Features

* A new kwarg, "python_exec" is added to the execute() function in
  the processutils module. This option is used to specify the path to
  the python executable to use for prlimits enforcement.

Changes in oslo.concurrency 3.24.0..3.25.0
------------------------------------------

55e0626 Add python_exec kwarg to processutils.execute()
5acdbdf Updated from global requirements
86fb3dc add bandit to pep8 job


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

oslo_concurrency/processutils.py                            |  7 ++++++-
.../notes/add-python-exec-kwarg-3a7a0c0849f9bb21.yaml       |  5 +++++
requirements.txt                                            |  2 +-
test-requirements.txt                                       |  3 +++
tox.ini                                                     |  7 ++++++-
6 files changed, 34 insertions(+), 3 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7010b6f..273668b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.utils>=3.31.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 552d826..0903d1d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16,0 +17,3 @@ eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+
+# Bandit security code scanner
+bandit>=1.1.0 # Apache-2.0






More information about the Release-announce mailing list