python-barbicanclient 5.0.1 (victoria)
We are thrilled to announce the release of: python-barbicanclient 5.0.1: Client Library for OpenStack Barbican Key Management API This release is part of the victoria stable 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.0.0..5.0.1 --------------------------------------------- 1f0feb3 Zuul: port to native v3 job and add victoria unit tests f7faf9b add py38 package metadata 441ac7c Switch from unittest2 compat methods to Python 3.x methods a9913ea Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 16 +-- barbicanclient/barbican.py | 1 + barbicanclient/barbican_cli/v1/containers.py | 2 +- barbicanclient/client.py | 118 ++++++++++----------- barbicanclient/v1/orders.py | 11 +- playbooks/python-barbicanclient-dsvm/post.yaml | 15 --- playbooks/python-barbicanclient-dsvm/run.yaml | 64 ----------- setup.cfg | 1 + test-requirements.txt | 3 +- tox.ini | 2 +- 15 files changed, 87 insertions(+), 208 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1e831cf..d0c96f1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,0 +4,2 @@ +hacking>=3.1.0,<3.2.0 # Apache-2.0 + @@ -5 +6,0 @@ coverage!=4.4,>=4.1 # Apache-2.0 -hacking>=1.1.0,<1.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org