Hello community,
here is the log from the commit of package python-django-allauth for
openSUSE:Factory checked in at 2019-09-18 13:11:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-allauth (Old)
and /work/SRC/openSUSE:Factory/.python-django-allauth.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-allauth"
Wed Sep 18 13:11:27 2019 rev:3 rq:731237 version:0.40.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-allauth/python-django-allauth.changes
2019-03-11 11:18:05.865281432 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-allauth.new.7948/python-django-allauth.changes
2019-09-18 13:11:28.688689416 +0200
@@ -1,0 +2,15 @@
+Mon Sep 16 10:06:12 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- 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 <[email protected]>
+
+- Use %ifpython2/3 to allow building only one flavour
+
+-------------------------------------------------------------------
Old:
----
django-allauth-0.39.1.tar.gz
New:
----
django-allauth-0.40.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-allauth.spec ++++++
--- /var/tmp/diff_new_pack.Vs17Hc/_old 2019-09-18 13:11:29.172689314 +0200
+++ /var/tmp/diff_new_pack.Vs17Hc/_new 2019-09-18 13:11:29.176689313 +0200
@@ -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
@@ -93,13 +93,13 @@
%exclude %{python_sitelib}/allauth/locale
%{python_sitelib}/*
-%if %have_python2 && ! 0%{?skip_python2}
+%ifpython2
%files -n %{python2_prefix}-django-allauth-lang -f
django_%{python2_bin_suffix}.lang
%license LICENSE
%{python2_sitelib}/allauth/locale
%endif
-%if %have_python2 && ! 0%{?skip_python3}
+%ifpython3
%files -n %{python3_prefix}-django-allauth-lang -f
django_%{python3_bin_suffix}.lang
%license LICENSE
%{python3_sitelib}/allauth/locale
++++++ django-allauth-0.39.1.tar.gz -> django-allauth-0.40.0.tar.gz ++++++
++++ 14174 lines of diff (skipped)