14
0

Accepting request 1285969 from devel:languages:python

- Switch to pyroject macros.

OBS-URL: https://build.opensuse.org/request/show/1285969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-social-auth-core?expand=0&rev=27
This commit is contained in:
2025-06-16 09:13:11 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 16 06:12:22 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyroject macros.
-------------------------------------------------------------------
Mon Oct 7 20:53:21 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -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 <buschmann23@opensuse.org>
#
# 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