diff --git a/python-social-auth-core.changes b/python-social-auth-core.changes index 7cc93dd..15338b3 100644 --- a/python-social-auth-core.changes +++ b/python-social-auth-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 16 06:12:22 UTC 2025 - Steve Kowalik + +- Switch to pyroject macros. + ------------------------------------------------------------------- Mon Oct 7 20:53:21 UTC 2024 - Dirk Müller diff --git a/python-social-auth-core.spec b/python-social-auth-core.spec index f74f789..a51f0ee 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) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2017-2018 Matthias Fehring # # All modifications and additions to the file contributed by third parties @@ -32,10 +32,12 @@ BuildRequires: %{python_module PyJWT >= 2.7.0} BuildRequires: %{python_module cryptography >= 2.1.1} BuildRequires: %{python_module defusedxml >= 0.5.0} BuildRequires: %{python_module oauthlib >= 1.0.3} +BuildRequires: %{python_module pip} BuildRequires: %{python_module python3-openid >= 3.0.10} BuildRequires: %{python_module requests >= 2.9.1} BuildRequires: %{python_module requests-oauthlib >= 0.6.1} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: ca-certificates BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -74,10 +76,10 @@ storage solutions. %autosetup -p1 -n %{modname}-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -90,6 +92,6 @@ donttest+=" or test_saml" %doc CHANGELOG.md README.md %license LICENSE %{python_sitelib}/social_core -%{python_sitelib}/social_auth_core-%{version}*-info +%{python_sitelib}/social_auth_core-%{version}.dist-info %changelog