[oslo] castellan 0.8.0 (pike)
We are psyched to announce the release of: castellan 0.8.0: Generic Key Manager interface for OpenStack This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/castellan Download the package from: https://tarballs.openstack.org/castellan/ Please report issues through launchpad: http://bugs.launchpad.net/castellan For more details, please see below. Changes in castellan 0.7.0..0.8.0 --------------------------------- 3042780 MockKeyManager should return a copy of the object instead of actual object 067c765 Replacing six.iteritems() with .items() 29500eb Updated from global requirements a216e48 Updated from global requirements 80249ab Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 5 files changed, 25 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 90e1bc2..6e3f3b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14 +14 @@ oslo.utils>=3.20.0 # Apache-2.0 -keystoneauth1>=2.18.0 # Apache-2.0 +keystoneauth1>=2.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index cf5835c..9f68652 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org