Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python313 for openSUSE:Factory checked in at 2025-06-01 21:36:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python313 (Old) and /work/SRC/openSUSE:Factory/.python313.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python313" Sun Jun 1 21:36:01 2025 rev:24 rq:1281135 version:3.13.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python313/python313.changes 2025-05-23 14:26:42.186807339 +0200 +++ /work/SRC/openSUSE:Factory/.python313.new.16005/python313.changes 2025-06-01 21:36:02.496015952 +0200 @@ -1,0 +2,6 @@ +Wed May 28 09:46:40 UTC 2025 - Matej Cepl <mc...@cepl.eu> + +- Don't use %elif, it is supported only from rpm 4.15.0, which is + not in SLE-15. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python313.spec ++++++ --- /var/tmp/diff_new_pack.1oMObR/_old 2025-06-01 21:36:05.748150656 +0200 +++ /var/tmp/diff_new_pack.1oMObR/_new 2025-06-01 21:36:05.772151650 +0200 @@ -83,19 +83,20 @@ # No experimental_jit in SLES, there's no clang >=18 %if 0%{?suse_version} <= 1600 %bcond_with experimental_jit -# Disable experimental_jit for primary python. -# llvm is not part of ring0 and experimental_jit requires clang >= 18 -%elif !%{primary_interpreter} -# Currently supported architectures -# https://peps.python.org/pep-0744/#support -%ifarch x86_64 %{x86_64} aarch64 -%bcond_without experimental_jit %else -%bcond_with experimental_jit -%endif - -%else -%bcond_with experimental_jit + # Disable experimental_jit for primary python. + # llvm is not part of ring0 and experimental_jit requires clang >= 18 + %if !%{primary_interpreter} + # Currently supported architectures + # https://peps.python.org/pep-0744/#support + %ifarch x86_64 %{x86_64} aarch64 + %bcond_without experimental_jit + %else + %bcond_with experimental_jit + %endif + %else + %bcond_with experimental_jit + %endif %endif # %%if 0%%{?sle_version} && 0%%{?suse_version} < 1550