[openstack-dev] [release][oslo] oslo.concurrency 3.4.0 release (mitaka)
davanum at gmail.com
davanum at gmail.com
Tue Feb 2 16:19:52 UTC 2016
We are amped to announce the release of:
oslo.concurrency 3.4.0: Oslo Concurrency library
This release is part of the mitaka 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.3.0..3.4.0
----------------------------------------
e9d00d1 Update translation setup
b2e7856 Add prlimit parameter to execute()
70118c2 Updated from global requirements
e168906 Updated from global requirements
3eed329 Updated from global requirements
4b37f13 Updated from global requirements
fec46db Imported Translations from Zanata
ca9801d Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
.../en_GB/LC_MESSAGES/oslo.concurrency-log-info.po | 27 -----
.../locale/en_GB/LC_MESSAGES/oslo.concurrency.po | 99 -------------------
.../es/LC_MESSAGES/oslo.concurrency-log-info.po | 27 -----
.../locale/es/LC_MESSAGES/oslo.concurrency.po | 99 -------------------
.../fr/LC_MESSAGES/oslo.concurrency-log-info.po | 27 -----
.../locale/fr/LC_MESSAGES/oslo.concurrency.po | 99 -------------------
.../locale/oslo.concurrency-log-info.pot | 25 -----
oslo.concurrency/locale/oslo.concurrency.pot | 95 ------------------
oslo_concurrency/_i18n.py | 2 +-
.../en_GB/LC_MESSAGES/oslo_concurrency-log-info.po | 27 +++++
.../locale/en_GB/LC_MESSAGES/oslo_concurrency.po | 100 +++++++++++++++++++
.../es/LC_MESSAGES/oslo_concurrency-log-info.po | 27 +++++
.../locale/es/LC_MESSAGES/oslo_concurrency.po | 100 +++++++++++++++++++
.../fr/LC_MESSAGES/oslo_concurrency-log-info.po | 27 +++++
.../locale/fr/LC_MESSAGES/oslo_concurrency.po | 100 +++++++++++++++++++
.../locale/oslo_concurrency-log-info.pot | 25 +++++
oslo_concurrency/locale/oslo_concurrency.pot | 95 ++++++++++++++++++
oslo_concurrency/prlimit.py | 89 +++++++++++++++++
oslo_concurrency/processutils.py | 52 ++++++++++
requirements.txt | 16 +--
setup.cfg | 12 +--
test-requirements.txt | 10 +-
23 files changed, 771 insertions(+), 518 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index ae213e5..e4ccc01 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,8 +5,8 @@
-pbr>=1.6
-Babel>=1.3
-enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3'
-iso8601>=0.1.9
-oslo.config>=3.2.0 # Apache-2.0
-oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils>=3.2.0 # Apache-2.0
-six>=1.9.0
+pbr>=1.6 # Apache-2.0
+Babel>=1.3 # BSD
+enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
+iso8601>=0.1.9 # MIT
+oslo.config>=3.4.0 # Apache-2.0
+oslo.i18n>=2.1.0 # Apache-2.0
+oslo.utils>=3.4.0 # Apache-2.0
+six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index d7b0033..b1a22fa 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,3 +7,3 @@ oslotest>=1.10.0 # Apache-2.0
-coverage>=3.6
-futures>=3.0;python_version=='2.7' or python_version=='2.6'
-fixtures>=1.3.1
+coverage>=3.6 # Apache-2.0
+futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
+fixtures>=1.3.1 # Apache-2.0/BSD
@@ -13 +13 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -15 +15 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-eventlet>=0.17.4
+eventlet!=0.18.0,>=0.17.4 # MIT
More information about the OpenStack-dev
mailing list