We are jazzed to announce the release of: python-barbicanclient 4.8.1: Client Library for OpenStack Barbican Key Management API This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/python-barbicanclient/ Download the package from: https://tarballs.openstack.org/python-barbicanclient/ Please report issues through launchpad: https://storyboard.openstack.org/#!/project/984 For more details, please see below. Changes in python-barbicanclient 4.8.0..4.8.1 --------------------------------------------- 2eae978 Update hacking version 4eec712 Secret payload should also be fetched by UUID 32244ec Use template for lower-constraints 128b15d Update mailinglist from dev to discuss f7f6439 Change openstack-dev to openstack-discuss e1121e9 Add Python 3.6 classifier to setup.cfg 7424664 add python 3.6 unit test job ceb5325 Update min tox version to 2.0 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 +++---- barbicanclient/v1/secrets.py | 6 ++---- setup.cfg | 4 +++- test-requirements.txt | 2 +- tox.ini | 4 ++-- 6 files changed, 20 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0426a1e..da9fdc7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ coverage!=4.4,>=4.0 # Apache-2.0 -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0