[oslo] oslo.messaging 5.34.0 (queens)
We high-spiritedly announce the release of: oslo.messaging 5.34.0: Oslo Messaging API This release is part of the queens 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.33.1..5.34.0 ---------------------------------------- c0814b2 Remove setting of version/release from releasenotes 709ee79 Updated from global requirements 8c12945 Updated from global requirements 8bfc363 Catch socket.timeout when doing heartbeat_check d1e5cf2 Updated from global requirements 7fe91cc fix batch handling a89317a Remove stable/newton from zuul settings d4348ad Zuul: add file extension to playbook path Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 116 +++++++++------------ oslo_messaging/_drivers/base.py | 30 ++---- oslo_messaging/_drivers/impl_rabbit.py | 3 +- .../run.yaml | 12 +-- .../run.yaml | 12 +-- .../run.yaml | 12 +-- .../run.yaml | 12 +-- .../run.yaml | 12 +-- releasenotes/source/conf.py | 12 +-- requirements.txt | 6 +- test-requirements.txt | 4 +- 11 files changed, 77 insertions(+), 154 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 44630ab..b8e2251 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ oslo.log>=3.30.0 # Apache-2.0 -oslo.utils>=3.28.0 # Apache-2.0 +oslo.utils>=3.31.0 # Apache-2.0 @@ -19 +19 @@ monotonic>=0.6 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT @@ -35 +35 @@ pika-pool>=0.1.3 # BSD -futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD +futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 8d1dba0..4fab1b8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ mock>=2.0.0 # BSD -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD @@ -13 +13 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org