[new][zaqar] python-zaqarclient 1.2.0 release (newton)
We are tickled pink to announce the release of: python-zaqarclient 1.2.0: Client Library for OpenStack Zaqar Messaging API This release is part of the newton release series. With source available at: https://git.openstack.org/cgit/openstack/python-zaqarclient With package available at: 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.1.0..1.2.0 ------------------------------------------ d8e97be Updated from global requirements dda8ae7 Remove discover from test-requirements d911ab6 Clean imports in code 540c807 Update the functional test 7d90ea2 Fix the attribute missing error 51246e1 Create a websocket transport e0d41b7 Updated from global requirements 0bcc8ea Add requests-mock to test-requirements.txt d6174d7 Use osc_lib instead of cliff cf7425b Use osc-lib instead of openstackclient bb08d6a Fix doc build if git is absent Diffstat (except docs and test files) ------------------------------------- requirements.txt | 6 +- setup.cfg | 4 + test-requirements.txt | 11 ++- zaqarclient/queues/cli.py | 14 ++-- zaqarclient/queues/v1/cli.py | 38 ++++----- zaqarclient/queues/v2/cli.py | 18 ++-- zaqarclient/transport/base.py | 13 +++ zaqarclient/transport/http.py | 20 +---- zaqarclient/transport/ws.py | 134 ++++++++++++++++++++++++++++++ 13 files changed, 296 insertions(+), 67 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0b54533..1b19577 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ six>=1.9.0 # MIT -stevedore>=1.10.0 # Apache-2.0 +stevedore>=1.16.0 # Apache-2.0 @@ -11,0 +12 @@ oslo.i18n>=2.1.0 # Apache-2.0 +oslo.utils>=3.16.0 # Apache-2.0 @@ -13 +14,2 @@ oslo.i18n>=2.1.0 # Apache-2.0 -python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 +python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 +osc-lib>=1.0.2 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 07545c8..26888a9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,3 +8,2 @@ hacking<0.11,>=0.10.2 -discover # BSD -fixtures<2.0,>=1.3.1 # Apache-2.0/BSD -mock>=1.2 # BSD +fixtures>=3.0.0 # Apache-2.0/BSD +mock>=2.0 # BSD @@ -26,2 +25,2 @@ ddt>=1.0.1 # MIT -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD -os-client-config>=1.13.1 # Apache-2.0 +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,!=1.21.0,>=1.13.1 # Apache-2.0 @@ -30 +29 @@ openstack-doc-tools>=0.23 # Apache-2.0 -python-openstackclient>=2.1.0 # Apache-2.0 +requests-mock>=1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org