[openstack-dev] [release][horizon] django_openstack_auth 2.2.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 3 20:20:32 UTC 2016


We are tickled pink to announce the release of:

django_openstack_auth 2.2.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

Please report issues through launchpad:

    https://bugs.launchpad.net/django-openstack-auth

For more details, please see below.

Changes in django_openstack_auth 2.1.1..2.2.0
---------------------------------------------

9de5d87 Updated from global requirements
d3bca7a Update URLs to Django 1.8+ style
d0e3856 Add app_label
0be06b4 Change log.error to log.warning
e008112 Fix "Add API version to identity endpoint URLs"
d779eb6 Add convenient method to get admin roles and permissions
7f26e7d Update translation setup
d252117 Drop supporting python3.3
25ece10 Remove openstack-common.conf
c04a75b Updated from global requirements
b525627 Updated from global requirements
d8a9ad9 Fix the py27dj19 tests
658d955 Add py27dj19 tox env
1252df5 Updated from global requirements
474c503 Fix WebSSO when Keystone server hostname contains 'auth'
8011e9c Update url_for parameter for domain policy check
5ab3908 Unscoped PKI token should no longer be hashed multiple times.
2d88515 Python 3 deprecated the logger.warn method in favor of warning
c57b380 Use consistent region during login
ad98c9d Imported Translations from Zanata
27fcdc4 Imported Translations from Zanata
58ce9d7 Add API version to identity endpoint URLs
447bab5 Deprecated tox -downloadcache option removed

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

babel-django.cfg                                  |  1 +
babel.cfg                                         |  1 -
openstack-common.conf                             |  2 -
openstack_auth/backend.py                         | 30 ++++++--
openstack_auth/forms.py                           | 10 +--
openstack_auth/locale/django.pot                  | 88 ++++++++++++++++++++++
openstack_auth/locale/openstack_auth.pot          | 88 ----------------------
openstack_auth/locale/pa_IN/LC_MESSAGES/django.po | 31 +++++---
openstack_auth/locale/ru/LC_MESSAGES/django.po    | 14 ++--
openstack_auth/policy.py                          |  8 +-
openstack_auth/urls.py                            | 22 +++---
openstack_auth/user.py                            | 26 ++++---
openstack_auth/utils.py                           | 72 +++++++++++++++++-
openstack_auth/views.py                           | 16 +---
requirements.txt                                  | 12 +--
setup.cfg                                         |  6 +-
test-requirements.txt                             | 12 +--
tox.ini                                           | 15 ++--
21 files changed, 360 insertions(+), 200 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bc5ff28..3d62f8b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,3 +4,3 @@
-pbr>=1.6
-Django<1.9,>=1.8
-oslo.config>=2.7.0 # Apache-2.0
+pbr>=1.6 # Apache-2.0
+Django<1.9,>=1.8 # BSD
+oslo.config>=3.7.0 # Apache-2.0
@@ -8,3 +8,3 @@ oslo.policy>=0.5.0 # Apache-2.0
-python-keystoneclient!=1.8.0,>=1.6.0
-keystoneauth1>=2.1.0
-six>=1.9.0
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+keystoneauth1>=2.1.0 # Apache-2.0
+six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 80cbd10..133922c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,5 +5,5 @@ hacking<0.11,>=0.10.0
-Babel>=1.3
-coverage>=3.6
-mock>=1.2
-mox3>=0.7.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+Babel>=1.3 # BSD
+coverage>=3.6 # Apache-2.0
+mock>=1.2 # BSD
+mox3>=0.7.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -11 +11 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-testscenarios>=0.4
+testscenarios>=0.4 # Apache-2.0/BSD





More information about the OpenStack-dev mailing list