Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python314 for openSUSE:Factory checked in at 2026-03-05 17:29:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python314 (Old) and /work/SRC/openSUSE:Factory/.python314.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python314" Thu Mar 5 17:29:08 2026 rev:33 rq:1336639 version:3.14.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python314/python314.changes 2026-02-14 21:39:35.842285263 +0100 +++ /work/SRC/openSUSE:Factory/.python314.new.561/python314.changes 2026-03-05 17:29:10.061497370 +0100 @@ -1,0 +2,6 @@ +Wed Mar 4 13:02:48 UTC 2026 - Daniel Garcia <[email protected]> + +- Adapt %suse_version checks to support new %suse_version design for + 16.1 and following (1610, 1620, 1630...) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python314.spec ++++++ --- /var/tmp/diff_new_pack.TTUjyj/_old 2026-03-05 17:29:11.969576728 +0100 +++ /var/tmp/diff_new_pack.TTUjyj/_new 2026-03-05 17:29:11.973576895 +0100 @@ -61,7 +61,7 @@ %endif # No experimental_jit in SLES, there's no clang >=19 -%if 0%{?suse_version} <= 1600 +%if 0%{?suse_version} < 1699 %bcond_with experimental_jit %else # Doesn’t work with GIL support disabled @@ -80,7 +80,7 @@ # Only for Tumbleweed # https://en.opensuse.org/openSUSE:Python:Externally_managed -%if 0%{?suse_version} > 1600 +%if 0%{?suse_version} >= 1699 %bcond_without externally_managed %else %bcond_with externally_managed ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.TTUjyj/_old 2026-03-05 17:29:12.089581719 +0100 +++ /var/tmp/diff_new_pack.TTUjyj/_new 2026-03-05 17:29:12.097582052 +0100 @@ -1,6 +1,6 @@ -mtime: 1771012381 -commit: a667dcdda9411dd3229f34372172827d7f1721d811713c99dd2c9f89129b0012 +mtime: 1772629393 +commit: 17ea692e8ed65461d189ee6efbbc4e8d0e765b02abace4ef24d93c95c5b51465 url: https://src.opensuse.org/python-interpreters/python314.git -revision: a667dcdda9411dd3229f34372172827d7f1721d811713c99dd2c9f89129b0012 +revision: 17ea692e8ed65461d189ee6efbbc4e8d0e765b02abace4ef24d93c95c5b51465 projectscmsync: https://src.opensuse.org/python-interpreters/_ObsPrj ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-04 17:05:48.000000000 +0100 @@ -0,0 +1,6 @@ +.osc +*.obscpio +_build.* +.pbuild +*.orig +python314-*-build/
