[openstack-announce] [release][horizon] django_openstack_auth release 1.4.0 (liberty)

Sergey Lukjanov slukjanov+osdev at mirantis.com
Mon Aug 24 15:57:58 UTC 2015


We are satisfied to announce the release of:

django_openstack_auth 1.4.0: Installed /Users/frostman/workspace/work
/openstack-gerrit/openstack-infra/release-tools/release-tag-
django_openstack_auth-
DYB/openstack/django_openstack_auth/.eggs/pbr-1.5.0-py2.7.egg [pbr]
Generating ChangeLog Django authentication backend for use with
OpenStack Identity

This release is part of the liberty 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

For more details, please see the git log history below and:

    https://launchpad.net/django-openstack-auth/+milestone/1.4.0

Please report issues through launchpad:

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

Changes in django_openstack_auth 1.3.1..1.4.0
---------------------------------------------

aed2885 initialize the hasher for unscoped token
0aca97c Imported Translations from Transifex
e30e7a8 Imported Translations from Transifex
f91a5b2 Imported Translations from Transifex
a500e41 Updated from global requirements
ca31e5e Imported Translations from Transifex
da23951 Extend User from AbstractBaseUser and AnonymousUser
898615d Imported Translations from Transifex
07a86a7 Imported Translations from Transifex
5dba48b Imported Translations from Transifex
70b6305 Updated from global requirements
ece924a Configurable token hashing
85f1f00 Imported Translations from Transifex
66922e7 Imported Translations from Transifex
85b5ffb Updated from global requirements
88fb974 Update supported keystone versions
7dc28b7 Fix doc reference in README
ce75990 Add message show for switch project
e4062e3 Use unscoped token for scoping to project
1524a22 Fixing docstring formatting for param
9c8406c Fix Login form's fields sorting for Django 1.7
ff51ae3 Updated from global requirements
6a3db6d Imported Translations from Transifex
aa8751e Fixes modules index generated by Sphinx
05acc64 Imported Translations from Transifex
2fcf6f5 Add Coverage Reports To DOA
2034755 Imported Translations from Transifex
a5bd6e6 Imported Translations from Transifex
ad61d1f Updated from global requirements
0c8002b Imported Translations from Transifex
cbdb7f3 Updated from global requirements
827ef10 Imported Translations from Transifex
120fe75 Imported Translations from Transifex
c622934 Imported Translations from Transifex
b0af48d Imported Translations from Transifex
789fc81 Updated from global requirements
9ca674b Imported Translations from Transifex
2e804b0 Support removal of last_activity session flag
7f359e1 Use graduated version of oslo.policy
0194814 Imported Translations from Transifex
9f1b2df Imported Translations from Transifex
b8b2280 Imported Translations from Transifex
8aa0293 Add missing _ import to plugin/base.py
bd3b532 Imported Translations from Transifex

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

.gitignore                                        |   3 +
README.rst                                        |   2 +-
openstack-common.conf                             |   6 -
openstack_auth/backend.py                         |  15 +-
openstack_auth/forms.py                           |  17 +-
openstack_auth/locale/ar/LC_MESSAGES/django.po    |  40 +-
openstack_auth/locale/ca/LC_MESSAGES/django.po    |  38 +-
openstack_auth/locale/cs/LC_MESSAGES/django.po    |  62 +-
openstack_auth/locale/de/LC_MESSAGES/django.po    |  99 +--
openstack_auth/locale/en_AU/LC_MESSAGES/django.po |  86 +-
openstack_auth/locale/en_GB/LC_MESSAGES/django.po |  86 +-
openstack_auth/locale/es/LC_MESSAGES/django.po    |  97 +--
openstack_auth/locale/es_MX/LC_MESSAGES/django.po |  55 +-
openstack_auth/locale/fi_FI/LC_MESSAGES/django.po |  38 +-
openstack_auth/locale/fr/LC_MESSAGES/django.po    | 100 +--
openstack_auth/locale/hi/LC_MESSAGES/django.po    |  36 +-
openstack_auth/locale/it/LC_MESSAGES/django.po    |  50 +-
openstack_auth/locale/ja/LC_MESSAGES/django.po    |  95 +--
openstack_auth/locale/ko_KR/LC_MESSAGES/django.po |  90 +--
openstack_auth/locale/ne/LC_MESSAGES/django.po    |  36 +-
openstack_auth/locale/nl_NL/LC_MESSAGES/django.po |  44 +-
openstack_auth/locale/openstack_auth.pot          |  70 +-
openstack_auth/locale/pa_IN/LC_MESSAGES/django.po |  38 +-
openstack_auth/locale/pl_PL/LC_MESSAGES/django.po |  88 +--
openstack_auth/locale/pt/LC_MESSAGES/django.po    |  52 +-
openstack_auth/locale/pt_BR/LC_MESSAGES/django.po |  94 +--
openstack_auth/locale/ru/LC_MESSAGES/django.po    |  95 +--
openstack_auth/locale/sl_SI/LC_MESSAGES/django.po |  36 +-
openstack_auth/locale/sr/LC_MESSAGES/django.po    |  44 +-
openstack_auth/locale/tr_TR/LC_MESSAGES/django.po |  63 +-
openstack_auth/locale/uk/LC_MESSAGES/django.po    |  40 +-
openstack_auth/locale/zh_CN/LC_MESSAGES/django.po |  90 +--
openstack_auth/locale/zh_TW/LC_MESSAGES/django.po |  83 +-
openstack_auth/openstack/__init__.py              |   0
openstack_auth/openstack/common/__init__.py       |   0
openstack_auth/openstack/common/_i18n.py          |  40 -
openstack_auth/openstack/common/fileutils.py      | 146 ----
openstack_auth/openstack/common/local.py          |  45 --
openstack_auth/openstack/common/log.py            | 705 -----------------
openstack_auth/openstack/common/policy.py         | 924
----------------------
openstack_auth/plugin/base.py                     |   1 +
openstack_auth/plugin/password.py                 |   3 +-
openstack_auth/policy.py                          |  31 +-
openstack_auth/user.py                            |  23 +-
openstack_auth/utils.py                           |   7 +-
openstack_auth/views.py                           |  24 +-
requirements.txt                                  |   9 +-
setup.py                                          |   3 +-
test-requirements.txt                             |   8 +-
tox.ini                                           |  23 +-
55 files changed, 896 insertions(+), 3030 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 963b63b..1a99dc7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4,5 @@
-pbr>=0.11,<2.0
-Django>=1.4.2,<1.8
-oslo.config>=1.11.0  # Apache-2.0
-python-keystoneclient>=1.3.0
+pbr<2.0,>=1.4
+Django<1.8,>=1.4.2
+oslo.config>=2.1.0 # Apache-2.0
+oslo.policy>=0.5.0 # Apache-2.0
+python-keystoneclient>=1.6.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 58cab54..ca74a87 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -7 +7 @@ coverage>=3.6
-mock>=1.0
+mock>=1.2
@@ -9,2 +9,2 @@ mox3>=0.7.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0  # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx>=2.5.0 # Apache-2.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-announce/attachments/20150824/fdc2b4a2/attachment-0001.html>


More information about the OpenStack-announce mailing list