[release][horizon] django_openstack_auth release 2.1.0 (mitaka)
We are pleased to announce the release of: django_openstack_auth 2.1.0: Django authentication backend for use with OpenStack Identity This release is part of the mitaka 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/2.1.0 Please report issues through launchpad: https://bugs.launchpad.net/django-openstack-auth Changes in django_openstack_auth 2.0.0..2.1.0 --------------------------------------------- b7ac39b Imported Translations from Zanata b699a53 Makes policy.check aware of domain scoped token 3fa1c17 Updated from global requirements 517de5f Add domain scoped token to session in multidomain 91dec72 Revert - Cache the User's Project by Token ID a4496c8 Updated from global requirements d8b8953 Imported Translations from Zanata e3bda90 Updated from global requirements 2bdf23e Imported Translations from Zanata 731fc62 doa does not work with mysql 25b7d77 Imported Translations from Zanata b98871f Fix the path of build docs in .gitignore a2480c5 Imported Translations from Zanata 4162475 Imported Translations from Zanata 7fdb915 Updated from global requirements 0c69d7d Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- openstack_auth/backend.py | 60 ++++++- openstack_auth/locale/ar/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/ca/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/cs/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/de/LC_MESSAGES/django.po | 21 ++- openstack_auth/locale/en_AU/LC_MESSAGES/django.po | 29 ++- openstack_auth/locale/en_GB/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/es/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/es_MX/LC_MESSAGES/django.po | 35 +++- openstack_auth/locale/fi_FI/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/fr/LC_MESSAGES/django.po | 34 ++-- openstack_auth/locale/hi/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/it/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/ja/LC_MESSAGES/django.po | 34 ++-- openstack_auth/locale/ko_KR/LC_MESSAGES/django.po | 37 ++-- openstack_auth/locale/ne/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/nl_NL/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/openstack_auth.pot | 28 +-- openstack_auth/locale/pa_IN/LC_MESSAGES/django.po | 34 +++- openstack_auth/locale/pl_PL/LC_MESSAGES/django.po | 36 ++-- openstack_auth/locale/pt/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/pt_BR/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/ru/LC_MESSAGES/django.po | 22 +-- openstack_auth/locale/sl_SI/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/sr/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/tr_TR/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/zh_CN/LC_MESSAGES/django.po | 20 ++- openstack_auth/locale/zh_TW/LC_MESSAGES/django.po | 20 ++- openstack_auth/policy.py | 85 +++++++-- openstack_auth/user.py | 2 +- openstack_auth/utils.py | 58 ++---- openstack_auth/views.py | 10 +- requirements.txt | 8 +- setup.py | 2 +- test-requirements.txt | 2 +- 39 files changed, 842 insertions(+), 422 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 48fd606..80f10cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,3 @@ -pbr<2.0,>=1.6 -Django<1.9,>=1.7 -oslo.config>=2.3.0 # Apache-2.0 +pbr>=1.6 +Django<1.9,>=1.8 +oslo.config>=2.7.0 # Apache-2.0 @@ -8 +8 @@ oslo.policy>=0.5.0 # Apache-2.0 -python-keystoneclient>=1.6.0 +python-keystoneclient!=1.8.0,>=1.6.0 diff --git a/test-requirements.txt b/test-requirements.txt index ca74a87..80cbd10 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
participants (1)
-
davanum@gmail.com