[openstack-announce] [release][oslo] oslo.concurrency release 3.0.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Mon Nov 23 21:18:09 UTC 2015
We are glad to announce the release of:
oslo.concurrency 3.0.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
For more details, please see the git log history below and:
http://launchpad.net/oslo.concurrency/+milestone/3.0.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.concurrency
Changes in oslo.concurrency 2.8.0..3.0.0
----------------------------------------
8dcf666 Updated from global requirements
8176163 Updated from global requirements
beb1c94 Remove python 2.6 classifier
e5baaf8 Remove python 2.6 and cleanup tox.ini
e014180 Use versionadded and versionchanged in doc
e55aee8 Updated from global requirements
931a576 Imported Translations from Zanata
75bfab5 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
.../en_GB/LC_MESSAGES/oslo.concurrency-log-info.po | 9 ++++----
.../locale/en_GB/LC_MESSAGES/oslo.concurrency.po | 7 +++----
.../es/LC_MESSAGES/oslo.concurrency-log-info.po | 13 ++++++------
.../locale/es/LC_MESSAGES/oslo.concurrency.po | 7 +++----
.../fr/LC_MESSAGES/oslo.concurrency-log-info.po | 13 ++++++------
.../locale/fr/LC_MESSAGES/oslo.concurrency.po | 7 +++----
.../locale/oslo.concurrency-log-critical.pot | 20 ------------------
.../locale/oslo.concurrency-log-error.pot | 20 ------------------
.../locale/oslo.concurrency-log-warning.pot | 20 ------------------
oslo_concurrency/fixture/lockutils.py | 2 ++
oslo_concurrency/lockutils.py | 17 +++++++++++++++
oslo_concurrency/processutils.py | 24 +++++++++++++++++++++-
oslo_concurrency/watchdog.py | 6 ++++++
requirements.txt | 4 ++--
setup.cfg | 1 -
test-requirements.txt | 2 +-
tox.ini | 14 ++-----------
17 files changed, 80 insertions(+), 106 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 99b4b98..b0f32c2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ iso8601>=0.1.9
-oslo.config>=2.3.0 # Apache-2.0
+oslo.config>=2.7.0 # Apache-2.0
@@ -11 +11 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils>=2.4.0 # Apache-2.0
+oslo.utils>=2.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7a50698..d7b0033 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ fixtures>=1.3.1
-oslosphinx>=2.5.0 # Apache-2.0
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
More information about the OpenStack-announce
mailing list