We are excited to announce the release of: python-zaqarclient 1.6.0: Client Library for OpenStack Zaqar Messaging API This release is part of the pike 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.5.0..1.6.0 ------------------------------------------ ab7e5ca Update purge doc 5eea275 CLI: support homedoc in client d94f83e Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- setup.cfg | 1 + zaqarclient/queues/v2/api.py | 5 +++++ zaqarclient/queues/v2/cli.py | 12 ++++++++++++ zaqarclient/queues/v2/client.py | 6 ++++++ zaqarclient/queues/v2/core.py | 18 ++++++++++++++++++ 8 files changed, 70 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8f78664..032a6c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.log>=3.11.0 # Apache-2.0 +oslo.log>=3.22.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org