python-barbicanclient 6.0.0 (dalmatian)
We are jazzed to announce the release of: python-barbicanclient 6.0.0: Client Library for OpenStack Barbican Key Management API This release is part of the dalmatian 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.7.0..6.0.0 --------------------------------------------- 73e1732 Remove old excludes 08e6662 Replace pytz 2b67664 Bump hacking a29eba3 Bump hacking 8b55b86 coveragerc: Remove non-existent path 95e0d16 Update python classifier in setup.cfg Diffstat (except docs and test files) ------------------------------------- .coveragerc | 6 +++++- requirements.txt | 10 +++------- setup.cfg | 4 ++-- test-requirements.txt | 7 ++----- 6 files changed, 15 insertions(+), 22 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d1955a0..57fea8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4 @@ - -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -10 +6 @@ requests>=2.14.2 # Apache-2.0 -cliff!=2.9.0,>=2.8.0 # Apache-2.0 +cliff>=2.8.0 # Apache-2.0 @@ -13 +9 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.serialization>=2.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8f24b71..0df3d64 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -hacking>=3.1.0,<3.2.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -6 +3 @@ hacking>=3.1.0,<3.2.0 # Apache-2.0 -coverage!=4.4,>=4.1 # Apache-2.0 +coverage>=4.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org