[openstack-dev] [new][horizon] django_openstack_auth 2.3.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon May 30 11:42:56 UTC 2016


We are jubilant to announce the release of:

django_openstack_auth 2.3.0: Django authentication backend for use
with OpenStack Identity

This release is part of the newton 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.2.0..2.3.0
---------------------------------------------

dd56c4e Clarify the confusing warning in case of Keystone v2.0 vs v3 conflict
405cb08 Fix Keystone url version suffix when webpath is present
086fc27 Use login endpoint as key for AVAILABLE_REGIONS
313827c Updated from global requirements
5f9fbac Imported Translations from Zanata
62e079e Updated from global requirements
7f2f632 Updated from global requirements
0d69d13 Imported Translations from Zanata
489bedf Updated from global requirements
d7a2dce When calculating session_time, use the actual token life
9545694 Imported Translations from Zanata
1961c1a Imported Translations from Zanata
e9e09a4 Imported Translations from Zanata
67ce03e Fix token hashing with python 3
75a6b97 Don't call the Keystone client if the token is None

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

openstack_auth/backend.py                         |  2 +-
openstack_auth/locale/ar/LC_MESSAGES/django.po    | 10 +--
openstack_auth/locale/ca/LC_MESSAGES/django.po    | 10 +--
openstack_auth/locale/cs/LC_MESSAGES/django.po    | 10 +--
openstack_auth/locale/de/LC_MESSAGES/django.po    | 17 +++--
openstack_auth/locale/django.pot                  | 88 -----------------------
openstack_auth/locale/en_AU/LC_MESSAGES/django.po | 11 ++-
openstack_auth/locale/en_GB/LC_MESSAGES/django.po | 10 +--
openstack_auth/locale/es/LC_MESSAGES/django.po    | 17 +++--
openstack_auth/locale/es_MX/LC_MESSAGES/django.po | 11 ++-
openstack_auth/locale/fi_FI/LC_MESSAGES/django.po | 10 +--
openstack_auth/locale/fr/LC_MESSAGES/django.po    | 25 +++----
openstack_auth/locale/hi/LC_MESSAGES/django.po    | 10 +--
openstack_auth/locale/it/LC_MESSAGES/django.po    | 43 +++++++++--
openstack_auth/locale/ja/LC_MESSAGES/django.po    | 18 ++---
openstack_auth/locale/ko_KR/LC_MESSAGES/django.po | 33 +++++----
openstack_auth/locale/ne/LC_MESSAGES/django.po    | 10 +--
openstack_auth/locale/nl_NL/LC_MESSAGES/django.po | 10 +--
openstack_auth/locale/pa_IN/LC_MESSAGES/django.po | 10 ++-
openstack_auth/locale/pl_PL/LC_MESSAGES/django.po | 16 +++--
openstack_auth/locale/pt/LC_MESSAGES/django.po    | 10 +--
openstack_auth/locale/pt_BR/LC_MESSAGES/django.po | 17 +++--
openstack_auth/locale/ru/LC_MESSAGES/django.po    |  9 ++-
openstack_auth/locale/sl_SI/LC_MESSAGES/django.po | 10 +--
openstack_auth/locale/sr/LC_MESSAGES/django.po    | 10 +--
openstack_auth/locale/tr_TR/LC_MESSAGES/django.po | 27 +++----
openstack_auth/locale/zh_CN/LC_MESSAGES/django.po | 31 ++++----
openstack_auth/locale/zh_TW/LC_MESSAGES/django.po | 28 ++++++--
openstack_auth/user.py                            |  6 +-
openstack_auth/utils.py                           | 27 ++++---
openstack_auth/views.py                           |  3 +-
requirements.txt                                  |  4 +-
test-requirements.txt                             |  2 +-
35 files changed, 300 insertions(+), 287 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3d62f8b..6d19807 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ Django<1.9,>=1.8 # BSD
-oslo.config>=3.7.0 # Apache-2.0
+oslo.config>=3.9.0 # Apache-2.0
@@ -8 +8 @@ oslo.policy>=0.5.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 133922c..282368c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@ hacking<0.11,>=0.10.0
-Babel>=1.3 # BSD
+Babel>=2.3.4 # BSD





More information about the OpenStack-dev mailing list