[openstack-dev] [new][horizon] django_openstack_auth 3.0.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Tue Nov 1 17:24:15 UTC 2016


We are grateful to announce the release of:

django_openstack_auth 3.0.0: Django authentication backend for use
with OpenStack Identity

This release is part of the ocata 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 2.4.0..3.0.0
---------------------------------------------

5810f9c Removing token revoke / delete calls
44bfd6d Updated from global requirements
24de1fb Updated from global requirements
b3ea023 Updated from global requirements
8dfdc94 Updated from global requirements
2c76ee7 Updated from global requirements
00416db Imported Translations from Zanata
6f9ac95 Updated from global requirements
1fd6556 Modify use of assertTrue(A in B)
964fb89 Imported Translations from Zanata
0034688 Add is_authenticated and is_anonymous properties
bba6c38 Imported Translations from Zanata
2c859f1 Correctly initialize TestResponses
cec7a02 Fix wrong warning about keystone version
bebbfc2 Imported Translations from Zanata
dc08b5e Updated from global requirements
806dbae Add reason attribute to TestResponse


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

openstack_auth/locale/de/LC_MESSAGES/django.po    |  8 +--
openstack_auth/locale/en_AU/LC_MESSAGES/django.po | 10 ++-
openstack_auth/locale/fr/LC_MESSAGES/django.po    | 12 ++--
openstack_auth/locale/id/LC_MESSAGES/django.po    | 78 +++++++++++++++++++++++
openstack_auth/locale/ja/LC_MESSAGES/django.po    | 13 ++--
openstack_auth/locale/ko_KR/LC_MESSAGES/django.po | 20 +++---
openstack_auth/user.py                            | 75 +++++++++++++---------
openstack_auth/utils.py                           |  3 +-
openstack_auth/views.py                           | 35 +---------
requirements.txt                                  |  8 +--
test-requirements.txt                             |  6 +-
13 files changed, 172 insertions(+), 117 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 59bbca7..9d8e216 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,4 +6,4 @@ Django<1.9,>=1.8 # BSD
-oslo.config>=3.14.0 # Apache-2.0
-oslo.policy>=1.9.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
-keystoneauth1>=2.10.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
+oslo.policy>=1.15.0 # Apache-2.0
+python-keystoneclient>=3.6.0 # Apache-2.0
+keystoneauth1>=2.14.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6610270..61f1b27 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ Babel>=2.3.4 # BSD
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -9,2 +9,2 @@ mox3>=0.7.0 # Apache-2.0
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0





More information about the OpenStack-dev mailing list