Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-social-auth-app-django for
openSUSE:Factory checked in at 2025-10-03 15:43:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-social-auth-app-django (Old)
and /work/SRC/openSUSE:Factory/.python-social-auth-app-django.new.11973
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-social-auth-app-django"
Fri Oct 3 15:43:36 2025 rev:16 rq:1308667 version:5.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-social-auth-app-django/python-social-auth-app-django.changes
2025-06-03 17:54:25.395804645 +0200
+++
/work/SRC/openSUSE:Factory/.python-social-auth-app-django.new.11973/python-social-auth-app-django.changes
2025-10-03 15:44:32.819321403 +0200
@@ -1,0 +2,10 @@
+Thu Oct 2 06:35:26 UTC 2025 - Markéta Machová <[email protected]>
+
+- update to 5.5.1
+ * Dropped support for older Django versions.
+ * Added non-empty constraind on uid.
+ * Added support for session restore with stricter SameSite cookie
+ policy.
+ * Fixed authentication with OpenID based services.
+
+-------------------------------------------------------------------
Old:
----
social-auth-app-django-5.4.2.tar.gz
New:
----
social_auth_app_django-5.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-social-auth-app-django.spec ++++++
--- /var/tmp/diff_new_pack.p1QgIT/_old 2025-10-03 15:44:33.975369134 +0200
+++ /var/tmp/diff_new_pack.p1QgIT/_new 2025-10-03 15:44:33.975369134 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-social-auth-app-django
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,24 @@
#
-%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-social-auth-app-django
-Version: 5.4.2
+Version: 5.5.1
Release: 0
Summary: Python Social Authentication, Django integration
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/python-social-auth/social-app-django
-Source:
https://files.pythonhosted.org/packages/source/s/social-auth-app-django/social-auth-app-django-%{version}.tar.gz
-BuildRequires: %{python_module Django >= 2.2}
+Source:
https://files.pythonhosted.org/packages/source/s/social_auth_app_django/social_auth_app_django-%{version}.tar.gz
+BuildRequires: %{python_module Django >= 5.1}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module python-jose}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module social-auth-core >= 4.1.0}
+BuildRequires: %{python_module social-auth-core >= 4.4.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Django >= 2.2
-Requires: python-python-jose
-Requires: python-social-auth-core >= 4.1.0
+Requires: python-Django >= 5.1
+Requires: python-social-auth-core >= 4.4.0
BuildArch: noarch
%python_subpackages
@@ -46,7 +43,7 @@
in a Django based project.
%prep
-%setup -q -n social-auth-app-django-%{version}
+%setup -q -n social_auth_app_django-%{version}
%build
%pyproject_wheel
@@ -57,8 +54,6 @@
%check
export LANG=en_US.UTF8
-mkdir tests/templates
-echo -n test > tests/templates/test.html
%python_exec manage.py test --verbosity 2
%files %{python_files}