From 0ca461f99cb52d29839e83b560e8b40504fa43c8ae6efebd5bc6886584357eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Sep 2019 10:09:12 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-allauth?expand=0&rev=6 --- django-allauth-0.39.1.tar.gz | 3 --- django-allauth-0.40.0.tar.gz | 3 +++ python-django-allauth.changes | 10 ++++++++++ python-django-allauth.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 django-allauth-0.39.1.tar.gz create mode 100644 django-allauth-0.40.0.tar.gz diff --git a/django-allauth-0.39.1.tar.gz b/django-allauth-0.39.1.tar.gz deleted file mode 100644 index 5dc1703..0000000 --- a/django-allauth-0.39.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4444434c2f43188e16e0a7732c3638e12787ca7e5032f69b6d30b2912f53809e -size 534674 diff --git a/django-allauth-0.40.0.tar.gz b/django-allauth-0.40.0.tar.gz new file mode 100644 index 0000000..cbe5ca7 --- /dev/null +++ b/django-allauth-0.40.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a189fc4d3ee23596c3fd6e9f49c59b5b15618980118171a50675dd6a27cc589 +size 541807 diff --git a/python-django-allauth.changes b/python-django-allauth.changes index 8f3f92b..cec3b95 100644 --- a/python-django-allauth.changes +++ b/python-django-allauth.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 16 10:06:12 UTC 2019 - Tomáš Chvátal + +- 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 03:39:42 UTC 2019 - John Vandenberg diff --git a/python-django-allauth.spec b/python-django-allauth.spec index a885f44..b59864e 100644 --- a/python-django-allauth.spec +++ b/python-django-allauth.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-django-allauth -Version: 0.39.1 +Version: 0.40.0 Release: 0 Summary: Django authentication, registration, account management License: MIT