[horizon] django_openstack_auth 3.6.0 (pike)
We joyfully announce the release of: django_openstack_auth 3.6.0: Django authentication backend for use with OpenStack Identity This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/django_openstack_auth/ Download the package from: https://pypi.python.org/pypi/django_openstack_auth Please report issues through launchpad: https://bugs.launchpad.net/django-openstack-auth For more details, please see below. Changes in django_openstack_auth 3.5.0..3.6.0 --------------------------------------------- 4973ee1 Imported Translations from Zanata 0bacf00 Zuul: Remove project name 04491de Don't add required attribute to html form fields f82f425 Imported Translations from Zanata c6c8c59 Add .zuul.yaml for pike 9e108ed Imported Translations from Zanata cbccc06 Imported Translations from Zanata 9780ece Updated from global requirements fd3769d Update UPPER_CONSTRAINTS_FILE for stable/pike aa82be7 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 11 ++++++++ openstack_auth/forms.py | 1 + openstack_auth/locale/en_AU/LC_MESSAGES/django.po | 8 +++--- openstack_auth/locale/en_GB/LC_MESSAGES/django.po | 32 +++++++++++++++++++---- openstack_auth/locale/es/LC_MESSAGES/django.po | 29 ++++++++++++++++---- openstack_auth/locale/es_MX/LC_MESSAGES/django.po | 12 ++++----- openstack_auth/locale/fr/LC_MESSAGES/django.po | 15 +++++++---- openstack_auth/locale/ja/LC_MESSAGES/django.po | 11 ++++---- openstack_auth/locale/ko_KR/LC_MESSAGES/django.po | 15 +++++------ openstack_auth/locale/nl_NL/LC_MESSAGES/django.po | 12 ++++----- openstack_auth/locale/pa_IN/LC_MESSAGES/django.po | 12 ++++----- openstack_auth/locale/pl_PL/LC_MESSAGES/django.po | 12 ++++----- openstack_auth/locale/pt_BR/LC_MESSAGES/django.po | 8 +++--- openstack_auth/locale/tr_TR/LC_MESSAGES/django.po | 8 +++--- openstack_auth/locale/zh_CN/LC_MESSAGES/django.po | 17 +++++++----- openstack_auth/locale/zh_TW/LC_MESSAGES/django.po | 12 ++++----- requirements.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 2 +- 20 files changed, 141 insertions(+), 81 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5bef7b5..31b7b7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -keystoneauth1>=2.21.0 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 125e760..489f306 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org