We are glad to announce the release of: keystone 2015.1.4: OpenStack Identity This release is part of the kilo stable release series. For more details, please see below. Changes in keystone 2015.1.3..2015.1.4 -------------------------------------- a0a57ad Updated from global requirements 47102e5 Updated from global requirements 7c7f521 use self.skipTest instead of self.skip 8124748 Bump stable/kilo next version to 2015.1.4 Diffstat (except docs and test files) ------------------------------------- requirements-py3.txt | 2 +- requirements.txt | 2 +- setup.cfg | 2 +- test-requirements-py3.txt | 4 +++- test-requirements.txt | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements-py3.txt b/requirements-py3.txt index d2bdfc6..2b796c8 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -33 +33 @@ oauthlib>=0.6 -pysaml2 +pysaml2<4.0.4 diff --git a/requirements.txt b/requirements.txt index 2326962..ce02050 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32 +32 @@ oauthlib>=0.6 -pysaml2 +pysaml2<4.0.4 diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index d9a4b20..cc0227d 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -30,0 +31,2 @@ pymongo<3.0,>=2.6.3 + + @@ -53 +55 @@ testrepository>=0.0.18 -testtools!=1.2.0,>=0.9.36 +testtools!=1.2.0,<2.0.0,>=0.9.36 diff --git a/test-requirements.txt b/test-requirements.txt index 6249173..631da6c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -44 +44 @@ testrepository>=0.0.18 -testtools!=1.2.0,>=0.9.36 +testtools!=1.2.0,<2.0.0,>=0.9.36