python-zaqarclient 1.7.1 (pike)
We exuberantly announce the release of: python-zaqarclient 1.7.1: Client Library for OpenStack Zaqar Messaging API This release is part of the pike stable 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.7.0..1.7.1 ------------------------------------------ bdb9615 OpenDev Migration Patch a230c91 fix README.rst format error 376e37a Replace openstack.org git:// URLs with https:// 82e5360 Import zaqarclient-dsvm-functional job e5081dc import zuul job settings from project-config 48a71ba Updated from global requirements 7df28d5 Update UPPER_CONSTRAINTS_FILE for stable/pike 18400d3 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- .zuul.yaml | 27 +++++++++ README.rst | 20 +------ playbooks/zaqarclient-dsvm-functional/post.yaml | 80 +++++++++++++++++++++++++ playbooks/zaqarclient-dsvm-functional/run.yaml | 74 +++++++++++++++++++++++ requirements.txt | 2 +- test-requirements.txt | 2 +- tools/tox_install.sh | 5 ++ tox.ini | 2 +- 9 files changed, 194 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e46d01f..0cd98b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ oslo.utils>=3.20.0 # Apache-2.0 -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index bb060cd..91abed0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -27 +27 @@ os-client-config>=1.28.0 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org