[release-announce] python-zaqarclient 2.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 18 16:58:24 UTC 2020


We enthusiastically announce the release of:

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

This release is part of the victoria 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.

2.0.0
^^^^^

Upgrade Notes

* Python 2.7 support has been dropped. Last release of python-
  zaqarclient to support py2.7 is OpenStack Train. The minimum version
  of Python now supported by python-zaqarclient is Python 3.6.

Changes in python-zaqarclient 1.13.1..2.0.0
-------------------------------------------

db7f5cd Switch to newer openstackdocstheme and reno versions
d399c7d Cleanup py27 support
d7c3cb9 Update hacking for Python3
93811d1 Drop python 2.7 support and testing
d5c88fc Update master for stable/ussuri


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

.zuul.yaml                                         |  3 +--
examples/claims.py                                 |  1 +
examples/management.py                             |  1 +
examples/simple.py                                 |  1 +
lower-constraints.txt                              |  4 ----
playbooks/zaqarclient-dsvm-functional/run.yaml     |  1 -
.../notes/drop-py-2-7-20019a123a9d5e8f.yaml        |  6 ++++++
releasenotes/source/conf.py                        |  9 +++++----
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ussuri.rst                     |  6 ++++++
setup.cfg                                          | 12 +++---------
setup.py                                           |  9 ---------
test-requirements.txt                              |  2 +-
tox.ini                                            | 21 +++++++--------------
zaqarclient/_i18n.py                               |  2 +-
zaqarclient/queues/v1/cli.py                       |  4 ++--
zaqarclient/queues/v1/queues.py                    |  2 +-
20 files changed, 46 insertions(+), 72 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index d0f6f0f..879bf76 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list