Update python-django-allauth to version 0.60.1 / rev 13 via SR 1140111
https://build.opensuse.org/request/show/1140111
by user dirkmueller + anag+factory
- update to 0.60.1:
* User sessions: after changing your password in case of
ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = False, the list of
sessions woud be empty instead of showing your current
session.
* SAML: accessing the SLS/ACS views using a GET request would
result in a crash (500).
* SAML: the login view did not obey the
SOCIALACCOUNT_LOGIN_ON_GET = False setting.