From e6e6ff721c410c8b77dbd17981ebc5bb57ebfeeea741d06515053a28c72dc10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Jun 2020 10:04:32 +0000 Subject: [PATCH] - Update to 0.42.0 * New providers: EDX, Yandex, Mixer. * Fixed Twitch get_avatar_url() * The Facebook API version now defaults to v7.0. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-allauth?expand=0&rev=10 --- django-allauth-0.41.0.tar.gz | 3 --- django-allauth-0.42.0.tar.gz | 3 +++ python-django-allauth.changes | 8 ++++++++ python-django-allauth.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 django-allauth-0.41.0.tar.gz create mode 100644 django-allauth-0.42.0.tar.gz diff --git a/django-allauth-0.41.0.tar.gz b/django-allauth-0.41.0.tar.gz deleted file mode 100644 index 4ac03dc..0000000 --- a/django-allauth-0.41.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ab91485b80d231da191d5c7999ba93170ef1bf14ab6487d886598a1ad03e1d8 -size 545344 diff --git a/django-allauth-0.42.0.tar.gz b/django-allauth-0.42.0.tar.gz new file mode 100644 index 0000000..373c3c8 --- /dev/null +++ b/django-allauth-0.42.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17209410b7f87da0a84639fd79d3771b596a6d3fc1a8e48ce50dabc7f441d30 +size 549566 diff --git a/python-django-allauth.changes b/python-django-allauth.changes index a73869b..ca6d3c6 100644 --- a/python-django-allauth.changes +++ b/python-django-allauth.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jun 9 10:00:44 UTC 2020 - Ondřej Súkup + +- Update to 0.42.0 + * New providers: EDX, Yandex, Mixer. + * Fixed Twitch get_avatar_url() + * The Facebook API version now defaults to v7.0. + ------------------------------------------------------------------- Tue Jan 7 09:59:46 UTC 2020 - Tomáš Chvátal diff --git a/python-django-allauth.spec b/python-django-allauth.spec index 65b93b3..fec62d4 100644 --- a/python-django-allauth.spec +++ b/python-django-allauth.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-django-allauth -Version: 0.41.0 +Version: 0.42.0 Release: 0 Summary: Django authentication, registration, account management License: MIT