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

no-reply at openstack.org no-reply at openstack.org
Wed May 31 12:36:57 UTC 2017


We are jazzed to announce the release of:

django_openstack_auth 3.2.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.1.1..3.2.0
---------------------------------------------

525b76d Imported Translations from Zanata
0dd5497 Updated from global requirements
4531110 Updated from global requirements
d17f699 Updated from global requirements
09233f7 Updated from global requirements
444b317 Imported Translations from Zanata
6eea808 Imported Translations from Zanata
0a730b5 Updated from global requirements
bc5f1df Cleanup doc warnings and enforce warning-is-error in sphinx
13af89c Imported Translations from Zanata
a8111da Updated from global requirements
4e24faa The python 3.5 added
a0f213f Updated from global requirements
d8a5179 Update hacking version to fix tests
d0a4f14 Implement expiration date alert message
9c02a16 Updated from global requirements
b19cf2c Imported Translations from Zanata
8fc4eb7 Imported Translations from Zanata
c488505 Imported Translations from Zanata


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

openstack_auth/backend.py                         |  7 +++-
openstack_auth/locale/ar/LC_MESSAGES/django.po    | 47 ----------------------
openstack_auth/locale/ca/LC_MESSAGES/django.po    | 48 ----------------------
openstack_auth/locale/de/LC_MESSAGES/django.po    | 14 ++++---
openstack_auth/locale/fi_FI/LC_MESSAGES/django.po | 47 ----------------------
openstack_auth/locale/fr/LC_MESSAGES/django.po    | 31 +++++++++++---
openstack_auth/locale/hi/LC_MESSAGES/django.po    | 46 ---------------------
openstack_auth/locale/id/LC_MESSAGES/django.po    | 13 ++++--
openstack_auth/locale/ko_KR/LC_MESSAGES/django.po | 26 ++++++++++--
openstack_auth/locale/ne/LC_MESSAGES/django.po    | 47 ----------------------
openstack_auth/locale/pt/LC_MESSAGES/django.po    | 47 ----------------------
openstack_auth/locale/sl_SI/LC_MESSAGES/django.po | 47 ----------------------
openstack_auth/locale/sr/LC_MESSAGES/django.po    | 49 -----------------------
openstack_auth/locale/tr_TR/LC_MESSAGES/django.po | 33 ++++++++++++---
openstack_auth/locale/zh_CN/LC_MESSAGES/django.po | 28 ++++++++++---
openstack_auth/locale/zh_TW/LC_MESSAGES/django.po | 26 ++++++++++--
openstack_auth/user.py                            | 43 +++++++++++++++-----
openstack_auth/utils.py                           | 22 ++++++----
openstack_auth/views.py                           | 10 +++++
requirements.txt                                  |  8 ++--
setup.cfg                                         |  4 +-
setup.py                                          |  2 +-
test-requirements.txt                             |  8 ++--
tox.ini                                           |  2 +-
25 files changed, 215 insertions(+), 442 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f06a736..370fe00 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,3 +4,3 @@
-pbr>=1.8 # Apache-2.0
-Django<1.9,>=1.8 # BSD
-oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+Django<1.10,>=1.8 # BSD
+oslo.config>=3.22.0 # Apache-2.0
@@ -9 +9 @@ python-keystoneclient>=3.8.0 # Apache-2.0
-keystoneauth1>=2.18.0 # Apache-2.0
+keystoneauth1>=2.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4ccc23e..58047f3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,3 +4,3 @@
-hacking<0.11,>=0.10.0
-Babel>=2.3.4 # BSD
-coverage>=4.0 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+Babel!=2.4.0,>=2.3.4 # BSD
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -9 +9 @@ mox3!=0.19.0,>=0.7.0 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD





More information about the Release-announce mailing list