[packages/python3-towncrier] - use patch -P

baggins baggins at pld-linux.org
Sun Mar 9 23:13:12 CET 2025


commit e8b657cf0e50617b4b90a4a6bd55a2528507f043
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 9 23:13:08 2025 +0100

    - use patch -P

 python3-towncrier.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python3-towncrier.spec b/python3-towncrier.spec
index 00c7558..99f65d0 100644
--- a/python3-towncrier.spec
+++ b/python3-towncrier.spec
@@ -61,7 +61,7 @@ Dokumentacja API modułu Pythona %{module}.
 
 %prep
 %setup -q -n %{module}-%{version}
-%patch0 -p1
+%patch -P 0 -p1
 
 %{__sed} -i -e 's/^import mock/from unittest import mock/' src/towncrier/test/test_create.py
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-towncrier.git/commitdiff/e8b657cf0e50617b4b90a4a6bd55a2528507f043



More information about the pld-cvs-commit mailing list