We are delighted to announce the release of: oslo.messaging 2.2.0: Oslo Messaging API This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.messaging With package available at: https://pypi.python.org/pypi/oslo.messaging For more details, please see the git log history below and: http://launchpad.net/oslo.messaging/+milestone/2.2.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.messaging Changes in oslo.messaging 2.1.0..2.2.0 -------------------------------------- 41531d6 Imported Translations from Transifex 8ce1fcf Imported Translations from Transifex 53111db Updated from global requirements 93eb0fe Fully use futurist code-base to abstract concurrent.futures away Diffstat (except docs and test files) ------------------------------------- oslo.messaging/locale/de/LC_MESSAGES/oslo.messaging.po | 4 ++-- .../locale/en_GB/LC_MESSAGES/oslo.messaging-log-error.po | 4 ++-- oslo.messaging/locale/en_GB/LC_MESSAGES/oslo.messaging.po | 4 ++-- .../locale/es/LC_MESSAGES/oslo.messaging-log-error.po | 4 ++-- oslo.messaging/locale/es/LC_MESSAGES/oslo.messaging.po | 4 ++-- .../locale/fr/LC_MESSAGES/oslo.messaging-log-error.po | 4 ++-- oslo.messaging/locale/fr/LC_MESSAGES/oslo.messaging.po | 4 ++-- oslo.messaging/locale/oslo.messaging-log-critical.pot | 10 +++++----- oslo.messaging/locale/oslo.messaging-log-error.pot | 12 ++++++------ oslo.messaging/locale/oslo.messaging-log-info.pot | 10 +++++----- oslo.messaging/locale/oslo.messaging-log-warning.pot | 10 +++++----- oslo.messaging/locale/oslo.messaging.pot | 6 +++--- .../locale/ru/LC_MESSAGES/oslo.messaging-log-error.po | 4 ++-- oslo_messaging/_executors/impl_pooledexecutor.py | 6 ++---- requirements.txt | 12 ------------ test-requirements.txt | 2 +- 16 files changed, 43 insertions(+), 57 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1ec26bf..764d699 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,12 +39,0 @@ oslo.middleware>=2.4.0 # Apache-2.0 -# FIXME: concurrent.futures is part of the Python stdlib since Python 3.2, -# but the requirements is still needed because of a bug in tox: -# https://bitbucket.org/hpk42/tox/issue/236/tox-must-create-the-source-distrib... -# -# Tox builds a source distribution with "python setup.py sdist" which uses -# requirements.txt even if tox wants to build the py34 virtual environment. -# As a consequence, oslo.messaging.egg_info/requires.txt contains futures -# and oslo_messaging.tests.test_opts.OptsTestCase.test_entry_point fails. -# -# for the futures based executor -futures>=3.0;python_version=='2.7' or python_version=='2.6' - diff --git a/test-requirements.txt b/test-requirements.txt index 2e0bbcf..25c1281 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ testtools>=1.4.0 -oslotest>=1.7.0 # Apache-2.0 +oslotest>=1.9.0 # Apache-2.0