Hello community,

here is the log from the commit of package python-django-allauth for 
openSUSE:Leap:15.2 checked in at 2020-02-23 16:47:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-allauth (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-django-allauth.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-allauth"

Sun Feb 23 16:47:12 2020 rev:3 rq:776561 version:0.41.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-django-allauth/python-django-allauth.changes
    2020-01-15 15:48:35.799431265 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-django-allauth.new.26092/python-django-allauth.changes
 2020-02-23 16:47:13.278291775 +0100
@@ -1,0 +2,25 @@
+Tue Jan  7 09:59:46 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- 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 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.41.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-allauth.spec ++++++
--- /var/tmp/diff_new_pack.YCvejd/_old  2020-02-23 16:47:13.922293013 +0100
+++ /var/tmp/diff_new_pack.YCvejd/_new  2020-02-23 16:47:13.930293029 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-allauth
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,57 +17,38 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-django-allauth
-Version:        0.39.1
+Version:        0.41.0
 Release:        0
 Summary:        Django authentication, registration, account management
 License:        MIT
 Group:          Development/Languages/Python
-URL:            http://github.com/pennersr/django-allauth
+URL:            https://github.com/pennersr/django-allauth
 Source:         
https://files.pythonhosted.org/packages/source/d/django-allauth/django-allauth-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-Django >= 1.11
+Requires:       python-Django >= 2.0
+Requires:       python-python3-openid >= 3.0.8
 Requires:       python-requests
 Requires:       python-requests-oauthlib >= 0.3.0
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module Django >= 1.11}
+BuildRequires:  %{python_module Django >= 2.0}
+BuildRequires:  %{python_module python3-openid >= 3.0.8}
 BuildRequires:  %{python_module requests-oauthlib >= 0.3.0}
 BuildRequires:  %{python_module requests}
-BuildRequires:  python2-mock >= 1.0.1
-BuildRequires:  python2-python-openid >= 2.2.5
-BuildRequires:  python3-python3-openid >= 3.0.8
 # /SECTION
-%ifpython2
-Requires:       python-python-openid >= 2.2.5
-%endif
-%ifpython3
-Requires:       python-python3-openid >= 3.0.8
-%endif
 %python_subpackages
 
-%package lang
-Summary:        Translations for package %{name}
-Group:          System/Localization
-Requires:       %{name} = %{version}
-Provides:       %{name}-lang-all = %{version}
-Supplements:    %{name}
-BuildArch:      noarch
-
-%description lang
-Provides translations for the "%{name}" package.
-
 %description
 Integrated set of Django applications addressing authentication, registration,
 account management as well as 3rd party (social) account authentication.
 
 %prep
 %setup -q -n django-allauth-%{version}
-
 # Five errors reported at 
https://github.com/pennersr/django-allauth/issues/2210
-
 # Cern provider test module fails
 rm allauth/socialaccount/providers/cern/tests.py
 
@@ -79,8 +60,6 @@
 
 %install
 %python_install
-%find_lang django
-%python_expand grep -F "%{$python_sitelib}" django.lang > 
django_%{$python_bin_suffix}.lang
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -90,19 +69,6 @@
 %files %{python_files}
 %doc AUTHORS ChangeLog.rst README.rst
 %license LICENSE
-%exclude %{python_sitelib}/allauth/locale
 %{python_sitelib}/*
 
-%if %have_python2 && ! 0%{?skip_python2}
-%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}
-%files -n %{python3_prefix}-django-allauth-lang -f 
django_%{python3_bin_suffix}.lang
-%license LICENSE
-%{python3_sitelib}/allauth/locale
-%endif
-
 %changelog

++++++ django-allauth-0.39.1.tar.gz -> django-allauth-0.41.0.tar.gz ++++++
++++ 13225 lines of diff (skipped)


Reply via email to