[zaqar] python-zaqarclient 1.8.0 (queens)
We are psyched to announce the release of: python-zaqarclient 1.8.0: Client Library for OpenStack Zaqar Messaging API This release is part of the queens 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.7.0..1.8.0 ------------------------------------------ 299699f Add claim_count to message __init__() a827823 Remove -U from pip install 9a662f3 Avoid tox_install.sh for constraints support 8f33935 Remove setting of version/release from releasenotes a411366 Updated from global requirements c95f94c Updated from global requirements cbfc28f Update queue metadata failed when the original value is zero. 05dd0f6 Updated from global requirements d0fd8bc Fix functional CI failure 9714d5b Updated from global requirements da67ae1 Fix renew claim NoneType error e9ed93a Update reno for stable/pike 8f07c29 Fix class Queue __init__ method's param note Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 11 +++-------- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++++ requirements.txt | 12 ++++++------ test-requirements.txt | 16 ++++++++-------- tools/tox_install.sh | 30 ------------------------------ tox.ini | 8 ++++---- zaqarclient/queues/v1/cli.py | 2 +- zaqarclient/queues/v1/message.py | 3 ++- zaqarclient/queues/v1/queues.py | 4 ++++ zaqarclient/queues/v2/message.py | 3 ++- zaqarclient/queues/v2/queues.py | 2 +- 13 files changed, 43 insertions(+), 67 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e46d01f..199b431 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ requests>=2.14.2 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT @@ -8 +8 @@ stevedore>=1.20.0 # Apache-2.0 -jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT +jsonschema<3.0.0,>=2.6.0 # MIT @@ -11,3 +11,3 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.log>=3.30.0 # Apache-2.0 +oslo.utils>=3.31.0 # Apache-2.0 @@ -15 +15 @@ oslo.utils>=3.20.0 # Apache-2.0 -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index bb060cd..bddb3c1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,2 +9,2 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0 # BSD -python-subunit>=0.0.18 # Apache-2.0/BSD +mock>=2.0.0 # BSD +python-subunit>=1.0.0 # Apache-2.0/BSD @@ -12 +12 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT @@ -15,2 +15,2 @@ testtools>=1.4.0 # MIT -nose # LGPL -nose-exclude # LGPL +nose>=1.3.7 # LGPL +nose-exclude>=0.3.0 # LGPL @@ -27,3 +27,3 @@ os-client-config>=1.28.0 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 -requests-mock>=1.1 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 +requests-mock>=1.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org