Package Release Info

python-django-allauth-0.42.0-bp154.1.35

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-django-allauth

Change Logs

Version: 0.42.0-bp153.1.20
* Tue Jun 09 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- Update to 0.42.0
  * New providers: EDX, Yandex, Mixer.
  * Fixed Twitch get_avatar_url()
  * The Facebook API version now defaults to v7.0.
Version: 0.41.0-bp152.1.15
* Tue Jan 07 2020 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.41.0:
  * Fixes CVE-2019-19844: Potential account hijack via password reset form
  bsc#1159447
  * Dropped Python 2 and Django 1 compatibility.
- Do not bother with the lang subpkg as it is needed to have languages
  to be present always anyway
* Mon Sep 16 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.40.0:
  * The instagram provider now extracts the user's full name.
  * New provider: NextCloud (OAuth2)
  * Added an SDK_URL setting for customizing the loading of the Facebook JavaScript SDK.
  * Updated Twitch provider to use new authentication endpoints (https://id.twitch.tv) over deprecated v5 endpoints (https://api.twitch.tv/kraken)
  * Added support for Patreon API v2, with API v1 set as default for backwards compatibility.
* Sat Sep 14 2019 John Vandenberg <jayvdb@gmail.com>
- Use %ifpython2/3 to allow building only one flavour
Version: 0.39.1-bp151.1.2
* Mon Mar 11 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.39.1:
  * The linkedin_oauth2 provider now gracefully deals with old V1 data that might still be present in SocialAccount.extra_data.
  * New providers: JupyterHub (OAuth2), Steam (OpenID)
  * Refactor translations: Portuguese (Portugal).
  * Add testing for Django 2.2 (no code changes required)
  * linkedin_oauth2: As the LinkedIn V1 API is deprecated, the user info endpoint has been moved over to use the API V2. The format of the user extra_data is different and the profile picture is absent by default.
* Sun Feb 17 2019 John Vandenberg <jayvdb@gmail.com>
- Skip five failing tests
* Sat Feb 16 2019 John Vandenberg <jayvdb@gmail.com>
- Initial spec for v0.38.0