[release][stable][horizon] django_openstack_auth release 1.2.1 (kilo)
We are chuffed to announce the release of: django_openstack_auth 1.2.1: Django authentication backend for use with OpenStack Identity This release is part of the kilo stable release series. With source available at: http://git.openstack.org/cgit/openstack/django_openstack_auth/ With package available at: https://pypi.python.org/pypi/django_openstack_auth For more details, please see below and: https://launchpad.net/django-openstack-auth/+milestone/1.2.1 Please report issues through launchpad: https://bugs.launchpad.net/django-openstack-auth Changes in django_openstack_auth 1.2.0..1.2.1 --------------------------------------------- 4031259 Updated from global requirements 285e416 initialize the hasher for unscoped token 7581221 Updated from global requirements 11a7d12 Use unscoped token for scoping to project f29d95f Updated from global requirements bacb045 Add missing olso library entries to requirements.txt 3f1eb3f Prepend WEBROOT to redirect URL for WebSSO 124a35b Add missing _ import to plugin/base.py d19c032 Set default value for new token attributes 5267ef7 update .tx/config to match Kilo Transifex resources c913e94 update defaultbranch Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 ++ .tx/config | 2 +- openstack_auth/backend.py | 8 +++----- openstack_auth/plugin/base.py | 1 + openstack_auth/plugin/password.py | 3 ++- openstack_auth/user.py | 6 ++++-- openstack_auth/utils.py | 9 +++++++++ openstack_auth/views.py | 2 +- requirements.txt | 11 +++++++---- setup.py | 1 - test-requirements.txt | 10 +++++----- 12 files changed, 65 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8116201..0eb24a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,7 @@ -pbr>=0.6,!=0.7,<1.0 -Django>=1.4.2,<1.8 -oslo.config>=1.9.3,<1.10.0 # Apache-2.0 -python-keystoneclient>=1.1.0 +pbr!=0.7,<1.0,>=0.6 +Django<1.8,>=1.4.2 +oslo.config<1.10.0,>=1.9.3 # Apache-2.0 +oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0 +oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0 +oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0 +python-keystoneclient<1.4.0,>=1.2.0 diff --git a/test-requirements.txt b/test-requirements.txt index c8c6a3b..8af0a39 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=0.10.0,<0.11 +hacking<0.11,>=0.10.0 @@ -7,4 +7,4 @@ coverage>=3.6 -mock>=1.0 -mox3>=0.7.0 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -oslosphinx>=2.5.0,<2.6.0 # Apache-2.0 +mock<1.1.0,>=1.0 +mox3<0.8.0,>=0.7.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
participants (1)
-
davanum@gmail.com