[packages/python-simplexml] Rel 9; switch from 2to3 to fissix

arekm arekm at pld-linux.org
Wed Apr 30 14:52:55 CEST 2025


commit 8fb9d25a15c4cd22175f86facc9976b74bd4bec4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Apr 30 14:08:53 2025 +0200

    Rel 9; switch from 2to3 to fissix

 python-simplexml.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-simplexml.spec b/python-simplexml.spec
index cd390ca..de44edb 100644
--- a/python-simplexml.spec
+++ b/python-simplexml.spec
@@ -6,7 +6,7 @@ Summary:	Simplexml in Python
 Summary(pl.UTF-8):	simplexml w Pythonie
 Name:		python-%{module}
 Version:	0.6.5
-Release:	8
+Release:	9
 License:	GPL
 Group:		Libraries/Python
 Source0:	http://www.fit.vutbr.cz/~smrcka/projects/simplexml/%{module}-%{version}.tar.gz
@@ -18,7 +18,7 @@ BuildRequires:	rpmbuild(macros) >= 1.219
 Requires:	python-modules
 %endif
 %if %{with python3}
-BuildRequires:	python3-2to3
+BuildRequires:	python3-fissix
 %endif
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -88,7 +88,7 @@ install *.py $RPM_BUILD_ROOT%{py3_sitescriptdir}/simplexml/
 %endif
 
 %if %{with python3}
-2to3 -w -n $RPM_BUILD_ROOT%{py3_sitescriptdir}
+%{__python3} -m fissix -w -n $RPM_BUILD_ROOT%{py3_sitescriptdir}
 %py3_ocomp $RPM_BUILD_ROOT%{py3_sitescriptdir}
 %py3_comp $RPM_BUILD_ROOT%{py3_sitescriptdir}
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-simplexml.git/commitdiff/8fb9d25a15c4cd22175f86facc9976b74bd4bec4



More information about the pld-cvs-commit mailing list