[packages/python3-semver] Migrate to new macros

arekm arekm at pld-linux.org
Sat Feb 8 15:02:32 CET 2025


commit fb56dcbd4e7760576826abbb7a199edc35cd7ab3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Feb 8 14:18:47 2025 +0100

    Migrate to new macros

 python3-semver.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python3-semver.spec b/python3-semver.spec
index c76b40d..d192754 100644
--- a/python3-semver.spec
+++ b/python3-semver.spec
@@ -20,7 +20,7 @@ BuildRequires:	python3-modules >= 1:3.2
 #BuildRequires:	python3-
 %endif
 BuildRequires:	rpm-pythonprov
-BuildRequires:	rpmbuild(macros) >= 1.714
+BuildRequires:	rpmbuild(macros) >= 2.044
 %if %{with doc}
 BuildRequires:	python3-sphinx_autodoc_typehints
 BuildRequires:	sphinx-pdg-3
@@ -53,7 +53,7 @@ Dokumentacja API modułu Pythona %{module}.
 %setup -q -n %{module}-%{version}
 
 %build
-%{__python3} -m build --wheel --no-isolation --outdir build-3
+%py3_build_pyproject
 
 %if %{with tests}
 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
@@ -70,7 +70,7 @@ rm -rf docs/_build/html/_sources
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python3} -m installer --destdir=$RPM_BUILD_ROOT build-3/*.whl
+%py3_install_pyproject
 
 %clean
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-semver.git/commitdiff/fb56dcbd4e7760576826abbb7a199edc35cd7ab3



More information about the pld-cvs-commit mailing list