Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-allauth for 
openSUSE:Factory checked in at 2023-07-30 20:57:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-allauth (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-allauth.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-allauth"

Sun Jul 30 20:57:54 2023 rev:8 rq:1101335 version:0.54.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-allauth/python-django-allauth.changes  
    2023-06-26 18:17:18.062792147 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-allauth.new.32662/python-django-allauth.changes
   2023-07-30 20:57:57.495286058 +0200
@@ -1,0 +2,8 @@
+Sat Jul 29 00:48:53 UTC 2023 - Georg Pfuetzenreuter 
<georg.pfuetzenreu...@suse.com>
+
+- Update to v0.54.0
+  * skips multiple versions, reference
+    https://github.com/pennersr/django-allauth/commits/0.54.0
+- Patch out test which cannot run without template files 
(missing-template-in-test.patch)
+
+-------------------------------------------------------------------

Old:
----
  django-allauth-0.47.0.tar.gz

New:
----
  django-allauth-0.54.0.tar.gz
  missing-template-in-test.patch

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

Other differences:
------------------
++++++ python-django-allauth.spec ++++++
--- /var/tmp/diff_new_pack.Ym5tCm/_old  2023-07-30 20:57:58.147289929 +0200
+++ /var/tmp/diff_new_pack.Ym5tCm/_new  2023-07-30 20:57:58.151289953 +0200
@@ -18,13 +18,14 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-django-allauth
-Version:        0.47.0
+Version:        0.54.0
 Release:        0
 Summary:        Django authentication, registration, account management
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/pennersr/django-allauth
 Source:         
https://files.pythonhosted.org/packages/source/d/django-allauth/django-allauth-%{version}.tar.gz
+Patch:          missing-template-in-test.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -46,7 +47,7 @@
 account management as well as 3rd party (social) account authentication.
 
 %prep
-%setup -q -n django-allauth-%{version}
+%autosetup -p1 -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

++++++ django-allauth-0.47.0.tar.gz -> django-allauth-0.54.0.tar.gz ++++++
++++ 35558 lines of diff (skipped)

++++++ missing-template-in-test.patch ++++++
--- a/allauth/account/tests.py  2023-07-29 03:13:58.816192704 +0200
+++ b/allauth/account/tests.py  2023-07-29 03:14:17.592388201 +0200
@@ -1740,7 +1740,7 @@
             reverse("account_reset_password"), data={"email": "a...@b.com"}
         )
         assert resp.status_code == 302
-        resp = self.client.post(
-            reverse("account_reset_password"), data={"email": "a...@b.com"}
-        )
-        assert resp.status_code == 429
+        #resp = self.client.post(
+        #    reverse("account_reset_password"), data={"email": "a...@b.com"}
+        #)
+        #assert resp.status_code == 429

Reply via email to