[release][oslo] oslo.messaging release 2.3.0 (liberty)
We are stoked to announce the release of: oslo.messaging 2.3.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.3.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.messaging Changes in oslo.messaging 2.2.0..2.3.0 -------------------------------------- 774da10 Imported Translations from Transifex 02a2e6d Log warning instead of raising RuntimeError 0dae71d Updated from global requirements d0c107b Replace 'M' with 'Mitaka' e72dc25 Imported Translations from Transifex 1b01d7c Fix BaseDriver.listen_for_notifications() signature 5ea7862 Imported Translations from Transifex 16ef20c Updated from global requirements 0dafde9 Ensures that some assumptions are true. Diffstat (except docs and test files) ------------------------------------- .../locale/de/LC_MESSAGES/oslo.messaging.po | 6 +-- .../en_GB/LC_MESSAGES/oslo.messaging-log-error.po | 4 +- .../locale/en_GB/LC_MESSAGES/oslo.messaging.po | 6 +-- .../es/LC_MESSAGES/oslo.messaging-log-error.po | 4 +- .../locale/es/LC_MESSAGES/oslo.messaging.po | 6 +-- .../fr/LC_MESSAGES/oslo.messaging-log-error.po | 4 +- .../fr/LC_MESSAGES/oslo.messaging-log-warning.po | 26 ++++++++++++ .../locale/fr/LC_MESSAGES/oslo.messaging.po | 14 +++++-- .../locale/oslo.messaging-log-warning.pot | 8 +++- oslo.messaging/locale/oslo.messaging.pot | 10 ++++- .../ru/LC_MESSAGES/oslo.messaging-log-error.po | 4 +- oslo_messaging/_drivers/amqp.py | 2 +- oslo_messaging/_drivers/amqpdriver.py | 2 +- oslo_messaging/_drivers/base.py | 2 +- oslo_messaging/_drivers/impl_qpid.py | 4 +- oslo_messaging/_drivers/impl_rabbit.py | 22 +---------- oslo_messaging/_utils.py | 20 ++++++++++ oslo_messaging/server.py | 40 +++++++++++++++++++ requirements.txt | 10 ++--- test-requirements.txt | 2 +- 24 files changed, 218 insertions(+), 85 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 764d699..9ee9b16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.3 +pbr<2.0,>=1.4 @@ -8 +8 @@ futurist>=0.1.2 # Apache-2.0 -oslo.config>=1.11.0 # Apache-2.0 +oslo.config>=2.1.0 # Apache-2.0 @@ -10,2 +10,2 @@ oslo.context>=0.2.0 # Apache-2.0 -oslo.log>=1.6.0 # Apache-2.0 -oslo.utils>=1.9.0 # Apache-2.0 +oslo.log>=1.8.0 # Apache-2.0 +oslo.utils>=2.0.0 # Apache-2.0 @@ -13 +13 @@ oslo.serialization>=1.4.0 # Apache-2.0 -oslo.service>=0.1.0 # Apache-2.0 +oslo.service>=0.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 25c1281..ca11358 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ testtools>=1.4.0 -oslotest>=1.9.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0
participants (1)
-
davanum@gmail.com