[release-announce] [barbican] python-barbicanclient 4.4.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Wed Jul 5 18:50:03 UTC 2017
We high-spiritedly announce the release of:
python-barbicanclient 4.4.0: Client Library for OpenStack Barbican Key
Management API
This release is part of the pike 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://bugs.launchpad.net/python-barbicanclient/
For more details, please see below.
Changes in python-barbicanclient 4.3.0..4.4.0
---------------------------------------------
439ee25 Updated from global requirements
5f4bdc3 Updated from global requirements
53bf232 Updated from global requirements
8254828 Add client list filter functionality
Diffstat (except docs and test files)
-------------------------------------
barbicanclient/secrets.py | 32 +++-
.../client/v1/functional/test_secrets.py | 181 +++++++++++++++++++++
requirements.txt | 4 +-
test-requirements.txt | 4 +-
4 files changed, 215 insertions(+), 6 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 68b2a46..626ca00 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
@@ -8 +8 @@ cliff>=2.6.0 # Apache-2.0
-keystoneauth1>=2.20.0 # Apache-2.0
+keystoneauth1>=2.21.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6079cac..5c4d755 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ nose # LGPL
-oslo.config>=4.0.0 # Apache-2.0
+oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
@@ -17 +17 @@ python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
-sphinx!=1.6.1,>=1.5.1 # BSD
+sphinx>=1.6.2 # BSD
More information about the Release-announce
mailing list