[release-announce] python-zaqarclient 1.11.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 24 16:07:24 UTC 2018


We contentedly announce the release of:

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

This release is part of the stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-zaqarclient

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in python-zaqarclient 1.10.0..1.11.0
--------------------------------------------

13e90a0 Properly pass the CA to requests
72cda78 Import zaqarclient-dsvm-functional job
ddff8f4 Remove PyPI downloads
af13fce add python 3.6 unit test job
1f5c5c3 switch documentation job to new PTI
08e021a import zuul job settings from project-config
792a6d0 Replace os-client-config to openstacksdk
09a9567 Update reno for stable/rocky
e8007a6 Update releasenotes index for Rocky
32c5ad3 Comply with Python PTI


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

.gitignore                                      |  1 +
.stestr.conf                                    |  4 ++
.zuul.yaml                                      | 26 +++++++-
README.rst                                      |  4 --
lower-constraints.txt                           |  7 +--
playbooks/zaqarclient-dsvm-functional/post.yaml | 80 +++++++++++++++++++++++++
playbooks/zaqarclient-dsvm-functional/run.yaml  | 74 +++++++++++++++++++++++
releasenotes/source/index.rst                   | 17 +++---
releasenotes/source/rocky.rst                   |  6 ++
test-requirements.txt                           |  5 +-
tox.ini                                         | 19 +++---
zaqarclient/transport/http.py                   | 10 +++-
14 files changed, 221 insertions(+), 42 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index edc7414..d0f6f0f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +9,0 @@ mock>=2.0.0 # BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
@@ -14,3 +13 @@ testtools>=2.2.0 # MIT
-nose>=1.3.7 # LGPL
-nose-exclude>=0.3.0 # LGPL
-openstack.nose-plugin>=0.7 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list