[release-announce] python-zaqarclient 1.10.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Jul 23 16:06:46 UTC 2018


We are overjoyed to announce the release of:

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

This release is part of the rocky 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.9.0..1.10.0
-------------------------------------------

1a50023 fix tox python3 overrides
06f40b8 Fix doc CI failure
684ab20 Trivial: Update pypi url to new url
a38a7ec Follow the new PTI for document build
0796199 add lower-constraints job
8ee272a Fix the old or invalid links in docs
d7d8467 Updated from global requirements
c6e6339 Fix zuul check failure at legacy-zaqarclient-dsvm-functional
82b3022 Support client of bp support-md5-of-body
fd7a025 Add checksum to message __init__()
284a49e Update reno for stable/queens
ca207da Updated from global requirements
d85d2e1 fix README.rst format error
8333f29 Cleanup test-requirements
8671a16 Change wrong url for zaqarclient


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

.zuul.yaml                          |  7 ++++
HACKING.rst                         |  2 +-
README.rst                          | 30 ++++----------
lower-constraints.txt               | 79 +++++++++++++++++++++++++++++++++++++
releasenotes/source/index.rst       |  3 +-
releasenotes/source/queens.rst      |  6 +++
requirements.txt                    |  8 ++--
setup.cfg                           | 10 +----
test-requirements.txt               |  9 +----
tox.ini                             | 16 +++++++-
zaqarclient/queues/v1/client.py     | 13 ++----
zaqarclient/queues/v1/message.py    |  3 +-
zaqarclient/queues/v2/claim.py      | 25 +++++++++++-
zaqarclient/queues/v2/cli.py        | 22 ++++++++++-
zaqarclient/queues/v2/client.py     | 11 ++----
zaqarclient/queues/v2/message.py    |  3 +-
zaqarclient/queues/v2/queues.py     |  5 +++
24 files changed, 243 insertions(+), 101 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 199b431..223f759 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,2 +12,2 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
-oslo.utils>=3.31.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
@@ -15,2 +15,2 @@ oslo.utils>=3.31.0 # Apache-2.0
-keystoneauth1>=3.2.0 # Apache-2.0
-osc-lib>=1.7.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
+osc-lib>=1.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index bddb3c1..edc7414 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +9,0 @@ mock>=2.0.0 # BSD
-python-subunit>=1.0.0 # Apache-2.0/BSD
@@ -23,7 +22 @@ ddt>=1.0.1 # MIT
-
-# Documentation
-sphinx>=1.6.2 # BSD
-os-client-config>=1.28.0 # 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
+requests-mock>=1.2.0 # Apache-2.0






More information about the Release-announce mailing list