We are happy to announce the release of: django_openstack_auth 2.0.1: Django authentication backend for use with OpenStack Identity This release is part of the liberty 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 the git log history below and: https://launchpad.net/django-openstack-auth/+milestone/2.0.1 Please report issues through launchpad: https://bugs.launchpad.net/django-openstack-auth Notable changes ---------------- Fixes bug that prevents using SQL DB session backends. Changes in django_openstack_auth 2.0.0..2.0.1 --------------------------------------------- 88fb89b doa does not work with mysql e91e82c Imported Translations from Zanata 933daf7 Updated from global requirements 2a6bc26 Update .gitreview for stable/liberty Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + openstack_auth/locale/ar/LC_MESSAGES/django.po | 19 +++++++----- openstack_auth/locale/ca/LC_MESSAGES/django.po | 17 +++++----- openstack_auth/locale/cs/LC_MESSAGES/django.po | 17 +++++----- openstack_auth/locale/de/LC_MESSAGES/django.po | 20 +++++++----- openstack_auth/locale/en_AU/LC_MESSAGES/django.po | 30 ++++++++++++------ openstack_auth/locale/en_GB/LC_MESSAGES/django.po | 19 +++++++----- openstack_auth/locale/es/LC_MESSAGES/django.po | 19 +++++++----- openstack_auth/locale/es_MX/LC_MESSAGES/django.po | 34 +++++++++++++++----- openstack_auth/locale/fi_FI/LC_MESSAGES/django.po | 17 +++++----- openstack_auth/locale/fr/LC_MESSAGES/django.po | 38 +++++++++++++---------- openstack_auth/locale/hi/LC_MESSAGES/django.po | 17 +++++----- openstack_auth/locale/it/LC_MESSAGES/django.po | 17 +++++----- openstack_auth/locale/ja/LC_MESSAGES/django.po | 29 ++++++++++------- openstack_auth/locale/ko_KR/LC_MESSAGES/django.po | 34 +++++++++++--------- openstack_auth/locale/ne/LC_MESSAGES/django.po | 17 +++++----- openstack_auth/locale/nl_NL/LC_MESSAGES/django.po | 19 +++++++----- openstack_auth/locale/pa_IN/LC_MESSAGES/django.po | 17 +++++----- openstack_auth/locale/pl_PL/LC_MESSAGES/django.po | 37 +++++++++++++++------- openstack_auth/locale/pt/LC_MESSAGES/django.po | 17 +++++----- openstack_auth/locale/pt_BR/LC_MESSAGES/django.po | 19 +++++++----- openstack_auth/locale/ru/LC_MESSAGES/django.po | 21 +++++++------ openstack_auth/locale/sl_SI/LC_MESSAGES/django.po | 19 +++++++----- openstack_auth/locale/sr/LC_MESSAGES/django.po | 19 +++++++----- openstack_auth/locale/tr_TR/LC_MESSAGES/django.po | 17 +++++----- openstack_auth/locale/zh_CN/LC_MESSAGES/django.po | 17 +++++----- openstack_auth/locale/zh_TW/LC_MESSAGES/django.po | 17 +++++----- openstack_auth/user.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- 30 files changed, 346 insertions(+), 224 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 48fd606..af72bba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr<2.0,>=1.6 +pbr>=1.6