[release-announce] [oslo] oslo.messaging 6.2.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Apr 17 15:37:52 UTC 2018


We are psyched to announce the release of:

oslo.messaging 6.2.0: Oslo Messaging API

This release is part of the rocky 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.

6.2.0
^^^^^


Prelude
*******

Projects using any of the optional drivers can use extras to pull in
dependencies for that driver.


Upgrade Notes
*************

* Projects using the AMQP 1.0 driver may now depend on
  oslo.messaging[amqp1]. Projects using the Kafka driver may now
  depend on oslo.messaging[kafka]

Changes in oslo.messaging 6.1.0..6.2.0
--------------------------------------

1231c4c Move requirements for the optional drivers (amqp1, kafka)
629d449 set default python to python3
e67bafd fix lower constraints and uncap eventlet
865ab52 Update kafka and dsvm jobs


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

.zuul.yaml                                         |  5 ++-
lower-constraints.txt                              |  7 ++--
.../run.yaml                                       | 34 ++++------------
...-extras-for-optional-deps-2a00e8007ef7a629.yaml | 12 ++++++
setup-test-env-kafka.sh                            |  2 +-
setup.cfg                                          | 14 +++++++
test-requirements.txt                              |  7 +---
tox.ini                                            | 23 ++++++++---
10 files changed, 93 insertions(+), 57 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index f1f6615..0ca1232 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -30,5 +29,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-# this is required for the docs build jobs
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
-
@@ -42 +37 @@ bandit>=1.1.0 # Apache-2.0
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT






More information about the Release-announce mailing list