[release-announce] python-barbicanclient 5.4.0 (zed)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 15 10:10:46 UTC 2022


We are happy to announce the release of:

python-barbicanclient 5.4.0: Client Library for OpenStack Barbican Key
Management API

This release is part of the zed release series.

The source is available from:

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

Download the package from:

    https://tarballs.openstack.org/python-barbicanclient/

Please report issues through:

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

For more details, please see below.

Changes in python-barbicanclient 5.3.0..5.4.0
---------------------------------------------

771eb86 Remove unicode literal
69125bf Remove six
1fc7d45 setup.cfg: Replace dashes by underscores
1c46400 Add Python3 zed unit tests
57b559b Replace deprecated UPPER_CONSTRAINTS_FILE variable
ca596f0 Fix unit test failue with cliff>=3.5.0
d6a7022 Replace git.openstack.org URLs with opendev.org URLs
65db569 Updating python testing as per Yoga testing runtime
ed56446 Add Python 3 only classifier
03c59e8 Fix the import warning of secrets
8e3a391 Drop lower-constraints.txt and its testing


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

.zuul.yaml                                         |  3 +-
README.rst                                         | 22 +++---
barbicanclient/barbican_cli/v1/secrets.py          |  2 +-
barbicanclient/v1/orders.py                        |  8 +--
barbicanclient/v1/secrets.py                       | 31 ++++----
.../client/v1/functional/test_secrets.py           |  2 +-
lower-constraints.txt                              | 74 -------------------
requirements.txt                                   |  5 +-
setup.cfg                                          |  9 +--
tox.ini                                            | 10 +--
21 files changed, 130 insertions(+), 221 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index aab6108..9c37a45 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix.
+
@@ -6 +9,0 @@ requests>=2.14.2 # Apache-2.0
-six>=1.10.0 # MIT






More information about the Release-announce mailing list