[release-announce] [zaqar] python-zaqarclient 1.7.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 28 07:43:24 UTC 2017


We are overjoyed to announce the release of:

python-zaqarclient 1.7.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.

1.7.0
^^^^^


New Features
************

* Zaqar client has the doc page now. The link will work after a new
  release. [Link python-zaqarclient doc page
  (https://docs.openstack.org/python-zaqarclient/latest/)]


Bug Fixes
*********

* Fix the creation issue when special meanings words in queue name.
  When using zaqarclient to create a queue with some special meanings
  words like "#" and "%", then cli will return the queue with the name
  has created successfully, but in zaqar server side, the name is not
  as same as the client side. Add the check for some special meanings
  words, it will raise error message when using those words in queue
  name.

* Change zaqarclient command to keep the same format like other
  project does. the consistent command format is 'openstack messaging
  XXX'. Marks those old commands as deprecated and will remove them
  after Queen release.

Changes in python-zaqarclient 1.6.0..1.7.0
------------------------------------------

abb1cfa Updated from global requirements
478b630 Switch from oslosphinx to openstackdocstheme
3a2676f Update the documentation link for doc migration
19796a6 Add new command guide doc
1bf03ee Fix query claim NoneType error
0d8c0c3 Replace uuid.uuid4() with uuidutils.generate_uuid()
fa88a03 Fix the inconsistent command format in openstackclient
84af8ee Add ZaqarClient "set metadata" help message
405399f Updated from global requirements
8e55b55 Fix the creation issue when special meanings words in queue name
dd79c47 Add subscription other properties


Diffstat (except docs and test files)
-------------------------------------

...validation-for-queue-name-6e417870cc257308.yaml |   9 +
...consistent-command-format-82df852b384bd284.yaml |   5 +
.../notes/support-doc-f12538ac5f35a282.yaml        |   2 +-
releasenotes/source/conf.py                        |  13 +-
requirements.txt                                   |  10 +-
setup.cfg                                          |  81 ++++--
test-requirements.txt                              |  10 +-
zaqarclient/queues/v1/cli.py                       | 302 ++++++++++++++++++++-
zaqarclient/queues/v1/client.py                    |   5 +-
zaqarclient/queues/v1/queues.py                    |  10 +
zaqarclient/queues/v2/cli.py                       | 282 ++++++++++++++++++-
zaqarclient/queues/v2/client.py                    |   5 +-
zaqarclient/transport/ws.py                        |   4 +-
19 files changed, 1261 insertions(+), 73 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 032a6c8..e46d01f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,2 +4,2 @@
-pbr>=2.0.0 # Apache-2.0
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
@@ -11 +11 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
-oslo.i18n>=2.1.0 # Apache-2.0
+oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
@@ -15,2 +15,2 @@ oslo.utils>=3.20.0 # Apache-2.0
-keystoneauth1>=2.18.0 # Apache-2.0
-osc-lib>=1.2.0 # Apache-2.0
+keystoneauth1>=3.0.1 # Apache-2.0
+osc-lib>=1.7.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 98372e7..bb060cd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -20 +20 @@ openstack.nose-plugin>=0.7 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -25,4 +25,4 @@ ddt>=1.0.1 # MIT
-sphinx>=1.5.1 # BSD
-os-client-config>=1.22.0 # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+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






More information about the Release-announce mailing list