[packages/python-bs4] - use patch -P

baggins baggins at pld-linux.org
Sun Mar 9 21:41:56 CET 2025


commit 9cfeea22aa57db8896be2170623994db3fbf65c5
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 9 21:34:50 2025 +0100

    - use patch -P

 python-bs4.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-bs4.spec b/python-bs4.spec
index 70600a9..c5a36a8 100644
--- a/python-bs4.spec
+++ b/python-bs4.spec
@@ -77,8 +77,8 @@ Dokumentacja API modułu Pythona beautifulsoup4.
 
 %prep
 %setup -q -n beautifulsoup4-%{version}
-%patch0 -p1
-%patch2 -p1
+%patch -P 0 -p1
+%patch -P 2 -p1
 
 # no longer supported by setuptools
 %{__sed} -i -e '/use_2to3/d' setup.py
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-bs4.git/commitdiff/9cfeea22aa57db8896be2170623994db3fbf65c5



More information about the pld-cvs-commit mailing list