We are stoked to announce the release of: python-zaqarclient 1.4.0: Client Library for OpenStack Zaqar Messaging API This release is part of the ocata stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-zaqarclient Download the package from: https://pypi.python.org/pypi/python-zaqarclient Please report issues through launchpad: https://bugs.launchpad.net/python-zaqarclient For more details, please see below. Changes in python-zaqarclient 1.3.0..1.4.0 ------------------------------------------ bdeb81f Updated from global requirements 35404c7 Set client module __version__ 23aa5c1 Enable release notes translation cff83ad Switch to oslo_log c8674db Remove unnecessary utf8 coding format in the head of files Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 5 +++-- requirements.txt | 3 ++- zaqarclient/__init__.py | 19 +++++++++++++++++++ zaqarclient/queues/cli.py | 4 +--- zaqarclient/queues/v1/cli.py | 2 +- zaqarclient/queues/v2/cli.py | 2 +- zaqarclient/transport/ws.py | 2 +- 10 files changed, 32 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 339caf8..ab2b167 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,0 +12 @@ oslo.i18n>=2.1.0 # Apache-2.0 +oslo.log>=3.11.0 # Apache-2.0 @@ -14 +15 @@ oslo.utils>=3.18.0 # Apache-2.0 -keystoneauth1>=2.16.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0