From 52f945d0682b17bb8dcae83642bf9771e88067f68c7544fe30cb891cab9b50ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 19 Aug 2025 08:06:51 +0000 Subject: [PATCH] - Update to 4.7.0 - Build SAML support by default again OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=55 --- pyproject-license.patch | 11 +++++++++++ python-social-auth-core.changes | 12 ++++++++++++ python-social-auth-core.spec | 26 ++++++++++++++------------ social-core-4.5.4.tar.gz | 3 --- social-core-4.7.0.tar.gz | 3 +++ 5 files changed, 40 insertions(+), 15 deletions(-) create mode 100644 pyproject-license.patch delete mode 100644 social-core-4.5.4.tar.gz create mode 100644 social-core-4.7.0.tar.gz diff --git a/pyproject-license.patch b/pyproject-license.patch new file mode 100644 index 0000000..93afe40 --- /dev/null +++ b/pyproject-license.patch @@ -0,0 +1,11 @@ +--- 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" diff --git a/python-social-auth-core.changes b/python-social-auth-core.changes index 15338b3..cf8c529 100644 --- a/python-social-auth-core.changes +++ b/python-social-auth-core.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Aug 18 19:16:52 UTC 2025 - Georg Pfuetzenreuter + +- Add pyproject-license.patch to work around setup failure on Leap + +------------------------------------------------------------------- +Mon Aug 18 18:42:10 UTC 2025 - Georg Pfuetzenreuter + +- Update to 4.7.0: + * multiple versions skipped, reference upstream changelog +- Build SAML support by default again (remove conditionals, update dependencies) + ------------------------------------------------------------------- Mon Jun 16 06:12:22 UTC 2025 - Steve Kowalik diff --git a/python-social-auth-core.spec b/python-social-auth-core.spec index a51f0ee..c2cf2be 100644 --- a/python-social-auth-core.spec +++ b/python-social-auth-core.spec @@ -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 # # 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: fdupes 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 @@ storage solutions. %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 diff --git a/social-core-4.5.4.tar.gz b/social-core-4.5.4.tar.gz deleted file mode 100644 index a163182..0000000 --- a/social-core-4.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0070f7d9a0eb4903de2990d6b8cd42ff5ea91f8caff83386a2f6a087ebeaa577 -size 211976 diff --git a/social-core-4.7.0.tar.gz b/social-core-4.7.0.tar.gz new file mode 100644 index 0000000..a50a8da --- /dev/null +++ b/social-core-4.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31568e0a8ce8bc0d5653c83d360b71d8f8889d13b31ec2d896285c15ab9a826 +size 223852