We are delighted to announce the release of: oslo.messaging 5.28.0: Oslo Messaging API This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.messaging Download the package from: https://pypi.python.org/pypi/oslo.messaging Please report issues through launchpad: https://bugs.launchpad.net/oslo.messaging For more details, please see below. Changes in oslo.messaging 5.27.0..5.28.0 ---------------------------------------- 2fb4a21 Updated from global requirements eccdea5 Add kafka_driver directory 53b699b Fix html_last_updated_fmt for Python3. Diffstat (except docs and test files) ------------------------------------- oslo_messaging/_drivers/impl_kafka.py | 2 +- oslo_messaging/_drivers/kafka_driver/__init__.py | 0 .../_drivers/kafka_driver/kafka_options.py | 62 ++++++++++++++++++++++ oslo_messaging/_drivers/kafka_options.py | 62 ---------------------- oslo_messaging/opts.py | 2 +- requirements.txt | 2 +- 8 files changed, 67 insertions(+), 68 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1c0de51..cce3d96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ futurist!=0.15.0,>=0.11.0 # Apache-2.0 -oslo.config>=4.0.0 # Apache-2.0 +oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org