[release-announce] [horizon] django_openstack_auth 3.3.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 6 15:03:06 UTC 2017


We are happy to announce the release of:

django_openstack_auth 3.3.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.2.0..3.3.0
---------------------------------------------

c15dfe5 Bump Django requirements cap
39137dc Migrate settings on a feature merged recently
1af9190 Add Django 1.11 tox env
35a2fb3 Add support for a domain dropdown menu at login
0390301 doc: Add configuration reference
43c6e31 doc: cleanup doc build configuration
dd3b786 Imported Translations from Zanata
1faa079 Updated from global requirements
d1efd47 switch from oslosphinx to openstackdocstheme
8455ebc move documentation into the new standard layout
08a5622 Imported Translations from Zanata
243654a Updated from global requirements
b0a2a39 Fix doc build


Diffstat (except docs and test files)
-------------------------------------

openstack_auth/forms.py                           |  21 +-
openstack_auth/locale/ko_KR/LC_MESSAGES/django.po |  15 +-
openstack_auth/locale/pt_BR/LC_MESSAGES/django.po |  35 +-
requirements.txt                                  |   8 +-
test-requirements.txt                             |   4 +-
tox.ini                                           |   5 +-
23 files changed, 616 insertions(+), 201 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 370fe00..0c0245d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,3 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Django<1.10,>=1.8 # BSD
-oslo.config>=3.22.0 # Apache-2.0
-oslo.policy>=1.17.0 # Apache-2.0
+Django<1.11,>=1.8 # BSD
+oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
+oslo.policy>=1.23.0 # Apache-2.0
@@ -9 +9 @@ python-keystoneclient>=3.8.0 # Apache-2.0
-keystoneauth1>=2.20.0 # Apache-2.0
+keystoneauth1>=2.21.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 58047f3..125e760 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9,2 @@ mox3!=0.19.0,>=0.7.0 # Apache-2.0
-sphinx!=1.6.1,>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0





More information about the Release-announce mailing list