Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-social-auth-core for 
openSUSE:Factory checked in at 2025-08-19 16:47:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-social-auth-core (Old)
 and      /work/SRC/openSUSE:Factory/.python-social-auth-core.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-social-auth-core"

Tue Aug 19 16:47:04 2025 rev:28 rq:1300232 version:4.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-social-auth-core/python-social-auth-core.changes
  2025-06-16 11:13:23.245546539 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-social-auth-core.new.1085/python-social-auth-core.changes
        2025-08-19 16:48:44.681421682 +0200
@@ -1,0 +2,12 @@
+Mon Aug 18 19:16:52 UTC 2025 - Georg Pfuetzenreuter 
<georg.pfuetzenreu...@suse.com>
+
+- Add pyproject-license.patch to work around setup failure on Leap
+
+-------------------------------------------------------------------
+Mon Aug 18 18:42:10 UTC 2025 - Georg Pfuetzenreuter 
<georg.pfuetzenreu...@suse.com>
+
+- Update to 4.7.0:
+  * multiple versions skipped, reference upstream changelog
+- Build SAML support by default again (remove conditionals, update 
dependencies)
+
+-------------------------------------------------------------------

Old:
----
  social-core-4.5.4.tar.gz

New:
----
  pyproject-license.patch
  social-core-4.7.0.tar.gz

----------(New B)----------
  New:
- Add pyproject-license.patch to work around setup failure on Leap
----------(New E)----------

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

Other differences:
------------------
++++++ python-social-auth-core.spec ++++++
--- /var/tmp/diff_new_pack.NAsAXz/_old  2025-08-19 16:48:45.393451330 +0200
+++ /var/tmp/diff_new_pack.NAsAXz/_new  2025-08-19 16:48:45.397451496 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-social-auth-core
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # Copyright (c) 2017-2018 Matthias Fehring <buschman...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,16 +18,18 @@
 
 
 %define modname social-core
-# saml is optional: packages in TW and Leap not compatible
-%bcond_with saml
 %{?sle15_python_module_pythons}
 Name:           python-social-auth-core
-Version:        4.5.4
+Version:        4.7.0
 Release:        0
 Summary:        Python Social Auth Core
 License:        BSD-3-Clause
 URL:            https://github.com/python-social-auth/social-core
 Source:         
https://github.com/python-social-auth/%{modname}/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz
+%if 0%{?suse_version} < 1600
+# hack around "configuration error: `project.license` must be valid exactly by 
one definition"
+Patch0:         pyproject-license.patch
+%endif
 BuildRequires:  %{python_module PyJWT >= 2.7.0}
 BuildRequires:  %{python_module cryptography >= 2.1.1}
 BuildRequires:  %{python_module defusedxml >= 0.5.0}
@@ -43,20 +45,22 @@
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module google-auth}
 BuildRequires:  %{python_module httpretty >= 0.9.6}
+BuildRequires:  %{python_module responses}
+BuildRequires:  %{python_module typing_extensions}
 #/SECTION
 # SECTION optional requirements for tests
 BuildRequires:  %{python_module python-jose >= 3.0.0}
-%if %{with saml}
-BuildRequires:  %{python_module lxml < 4.7}
-BuildRequires:  %{python_module python3-saml >= 1.2.1}
-%endif
+BuildRequires:  %{python_module lxml}
+BuildRequires:  %{python_module python3-saml >= 1.5.0}
 #/SECTION
 Requires:       python-PyJWT >= 2.0.0
 Requires:       python-cryptography >= 2.1.1
 Requires:       python-defusedxml >= 0.5.0
 Requires:       python-oauthlib >= 1.0.3
 Requires:       python-python3-openid >= 3.0.10
+Requires:       python-python3-saml >= 1.5.0
 Requires:       python-requests >= 2.9.1
 Requires:       python-requests-oauthlib >= 0.6.1
 Recommends:     python-python-jose >= 3.0.0
@@ -83,10 +87,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%if !%{with saml}
-donttest+=" or test_saml"
-%endif
-%pytest -k "not (dummyprefix $donttest)"
+# Steam auth tests require internet access
+%pytest -k 'not SteamOpenIdMissingSteamIdTest'
 
 %files %{python_files}
 %doc CHANGELOG.md README.md

++++++ pyproject-license.patch ++++++
--- a/pyproject.toml    2025-06-27 08:29:45.000000000 +0200
+++ b/pyproject.toml    2025-08-18 21:15:04.317633319 +0200
@@ -49,8 +49,6 @@
 ]
 description = "Python social authentication made simple."
 keywords = ["oauth", "openid", "saml", "social auth"]
-license = "BSD-3-Clause"
-license-files = ["LICENSE"]
 name = "social-auth-core"
 readme = "README.md"
 requires-python = ">=3.9"

++++++ social-core-4.5.4.tar.gz -> social-core-4.7.0.tar.gz ++++++
++++ 18461 lines of diff (skipped)

Reply via email to