Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package recode for openSUSE:Factory checked in at 2025-04-02 18:25:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/recode (Old) and /work/SRC/openSUSE:Factory/.recode.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "recode" Wed Apr 2 18:25:20 2025 rev:13 rq:1266591 version:3.7.15 Changes: -------- --- /work/SRC/openSUSE:Factory/recode/recode.changes 2025-03-31 11:44:38.647804244 +0200 +++ /work/SRC/openSUSE:Factory/.recode.new.1907/recode.changes 2025-04-02 18:25:25.990404614 +0200 @@ -1,0 +2,10 @@ +Wed Apr 2 15:05:18 UTC 2025 - Andreas Vetter <vet...@physik.uni-wuerzburg.de> + +- simplify python version selection + +------------------------------------------------------------------- +Mon Mar 31 10:24:40 UTC 2025 - Andreas Vetter <vet...@physik.uni-wuerzburg.de> + +- Require python >= 3.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ recode.spec ++++++ --- /var/tmp/diff_new_pack.fUYdgx/_old 2025-04-02 18:25:26.962445466 +0200 +++ /var/tmp/diff_new_pack.fUYdgx/_new 2025-04-02 18:25:26.966445634 +0200 @@ -26,9 +26,18 @@ Group: Productivity/Text/Convertors URL: https://github.com/rrthomas/recode Source: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: python3 -BuildRequires: python3-Cython -BuildRequires: python3-setuptools + + +# Need python >= 3.8, SLE/Leap15 has 3.6 as default +%if 0%{?suse_version} > 1500 +%global pythons %{primary_python} +%else +%global pythons python311 +%endif + +BuildRequires: %{pythons} +BuildRequires: %{pythons}-Cython +BuildRequires: %{pythons}-setuptools %description Recode converts files between various character sets.