We are tickled pink to announce the release of: python-barbicanclient 5.0.0: Client Library for OpenStack Barbican Key Management API This release is part of the victoria 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. 5.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of python- barbicanclient to support python 2.7 is OpenStack Train. The minimum version of Python now supported is Python 3.6. Changes in python-barbicanclient 4.10.0..5.0.0 ---------------------------------------------- ea2e642 Switch to newer openstackdocstheme and reno versions 9577fe0 Use unittest.mock instead of third party mock 69a1491 [ussuri][goal] Drop python 2.7 support and testing 6420da3 Fix gate job failures and py3 compatibility Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 5 +- barbicanclient/barbican_cli/v1/acls.py | 4 +- barbicanclient/barbican_cli/v1/secrets.py | 11 +- barbicanclient/v1/secrets.py | 18 +- .../cli/v1/behaviors/container_behaviors.py | 2 +- .../cli/v1/behaviors/secret_behaviors.py | 15 +- .../client/v1/functional/test_containers.py | 12 +- .../client/v1/functional/test_orders.py | 4 +- .../client/v1/functional/test_secrets.py | 22 +- .../notes/drop-py-2-7-50042a0e2227c095.yaml | 6 + setup.cfg | 4 +- test-requirements.txt | 1 - tox.ini | 11 +- 25 files changed, 254 insertions(+), 241 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1491aef..1e831cf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +7,0 @@ requests-mock>=1.2.0 # Apache-2.0 -mock>=2.0.0 # BSD