[release-announce] python-zaqarclient 1.12.0 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 5 21:06:04 UTC 2019


We jubilantly announce the release of:

python-zaqarclient 1.12.0: Client Library for OpenStack Zaqar
Messaging API

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/python-zaqarclient

Download the package from:

    https://pypi.org/project/python-zaqarclient

Please report issues through:

    https://bugs.launchpad.net/python-zaqarclient/+bugs

For more details, please see below.

Changes in python-zaqarclient 1.11.0..1.12.0
--------------------------------------------

6d3fe69 Uncap jsonschema
374f3ad Add Python 3 Train unit tests
4504a6f Remove pool group totally in zaqarclient
daf69fc OpenDev Migration Patch
b9a845b Replace openstack.org git:// URLs with https://
5bd769b Update mailinglist from dev to discuss


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

.gitreview                                     |  2 +-
.zuul.yaml                                     |  5 +--
playbooks/zaqarclient-dsvm-functional/run.yaml |  8 ++--
requirements.txt                               |  2 +-
setup.cfg                                      |  5 ++-
tox.ini                                        |  2 +-
zaqarclient/queues/v1/cli.py                   | 61 +++++++++++++-------------
zaqarclient/queues/v1/flavor.py                |  6 +--
zaqarclient/queues/v1/pool.py                  |  8 ++--
zaqarclient/queues/v2/cli.py                   |  7 ++-
13 files changed, 84 insertions(+), 86 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 223f759..1f185a4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ stevedore>=1.20.0 # Apache-2.0
-jsonschema<3.0.0,>=2.6.0 # MIT
+jsonschema>=2.6.0 # MIT






More information about the Release-announce mailing list