From c22a6b58ec27ca2d25fdcdddd310626bd9e9664d Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Wed, 16 Feb 2022 14:28:49 +0000 Subject: [PATCH] Migrate pyproject_macros --- python-suds.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/python-suds.spec b/python-suds.spec index d69d6a5..4cdb6dd 100644 --- a/python-suds.spec +++ b/python-suds.spec @@ -3,14 +3,14 @@ Summary: A python SOAP client Name: python-suds Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/suds-community/suds/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz License: LGPLv3+ BuildArch: noarch URL: https://github.com/suds-community/suds BuildRequires: python3-devel -BuildRequires: %{py3_dist pytest setuptools six} +BuildRequires: %{py3_dist pytest six} %global _description %{expand: The suds project is a python soap web services client lib. Suds leverages @@ -30,20 +30,25 @@ Summary: %{summary} %autosetup -p1 -n %{srcname}-%{version} %build -%py3_build +%pyproject_wheel + +%generate_buildrequires +%pyproject_buildrequires %install -%py3_install +%pyproject_install +%pyproject_save_files suds %check %pytest -%files -n python3-%{srcname} -%{python3_sitelib}/%{srcname}*/ +%files -n python3-%{srcname} -f %{pyproject_files} %doc README.md -%license LICENSE.txt %changelog +* Wed Feb 16 2022 Steve Traylen - 1.0.0-3 +- Migrate pyproject_macros + * Fri Jan 21 2022 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild