[openstack-announce] [release][oslo] oslo.concurrency release 2.7.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Oct 12 15:58:27 UTC 2015


We are jazzed to announce the release of:

oslo.concurrency 2.7.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/2.7.0

Please report issues through launchpad:

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

Changes in oslo.concurrency 2.6.0..2.7.0
----------------------------------------

de13b46 Fix Tests to run under OSX
7057ed4 Fix coverage configuration and execution
ecf034a Imported Translations from Zanata
2176f3f Move 'history' -> release notes section
933669c add auto-generated docs for config options
722910a Change ignore-errors to ignore_errors
c275334 Updated from global requirements
e735fd1 Imported Translations from Zanata
ed7472e Use int enumerations for log error constants

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

.coveragerc                                        |  7 ++--
.gitignore                                         |  3 +-
.../en_GB/LC_MESSAGES/oslo.concurrency-log-info.po | 10 +++--
.../locale/en_GB/LC_MESSAGES/oslo.concurrency.po   | 10 +++--
.../locale/es/LC_MESSAGES/oslo.concurrency.po      | 10 +++--
.../locale/fr/LC_MESSAGES/oslo.concurrency.po      | 10 +++--
.../locale/oslo.concurrency-log-critical.pot       |  6 +--
.../locale/oslo.concurrency-log-error.pot          |  6 +--
.../locale/oslo.concurrency-log-info.pot           |  8 ++--
.../locale/oslo.concurrency-log-warning.pot        |  6 +--
oslo.concurrency/locale/oslo.concurrency.pot       | 32 +++++++--------
oslo_concurrency/processutils.py                   | 48 +++++++++++++++-------
requirements.txt                                   |  3 +-
setup.py                                           |  2 +-
tox.ini                                            |  2 +-
19 files changed, 125 insertions(+), 75 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9ac5e1c..01f9272 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=1.6
+pbr>=1.6
@@ -6,0 +7 @@ Babel>=1.3
+enum34;python_version=='2.7' or python_version=='2.6'





More information about the OpenStack-announce mailing list