Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python314 for openSUSE:Factory checked in at 2025-05-15 17:01:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python314 (Old) and /work/SRC/openSUSE:Factory/.python314.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python314" Thu May 15 17:01:52 2025 rev:10 rq:1277634 version:3.14.0~b1 Changes: -------- --- /work/SRC/openSUSE:Factory/python314/python314.changes 2025-05-12 16:55:21.380971210 +0200 +++ /work/SRC/openSUSE:Factory/.python314.new.30101/python314.changes 2025-05-15 17:02:14.236368974 +0200 @@ -1,0 +2,12 @@ +Mon May 12 16:18:21 UTC 2025 - Andreas Schwab <sch...@suse.de> + +- Skip test_multiprocessing_spawn, test_remote_pdb, test_sys in qemu + linux-user emulation + +------------------------------------------------------------------- +Mon May 12 10:59:41 UTC 2025 - Matej Cepl <mc...@cepl.eu> + +- Simplify python-3.3.0b1-fix_date_time_compiler.patch not to + change getbuildinfo.c, normalizations are already done by gcc. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python314.spec ++++++ --- /var/tmp/diff_new_pack.HKPlfV/_old 2025-05-15 17:02:15.180408605 +0200 +++ /var/tmp/diff_new_pack.HKPlfV/_new 2025-05-15 17:02:15.180408605 +0200 @@ -639,12 +639,15 @@ %if 0%{?qemu_user_space_build} # test_external_inspection: qemu does not support ptrace in test_self_trace # test_faulthandler: test_register_chain is racy +# test_multiprocessing_spawn: qemu does not support CLONE_VFORK # test_os: test_fork_warns_when_non_python_thread_exists fails # test_posix: qemu does not support fexecve with O_CLOEXEC in test_fexecve +# test_remote_pdb: qemu does not support process_vm_readv/writev # test_signal: qemu crashes in test_stress_modifying_handlers # test_socket: many CmsgTrunc tests fail # test_subprocess: qemu does not support CLONE_VFORK -EXCLUDE="$EXCLUDE test_external_inspection test_faulthandler test_os test_posix test_signal test_socket test_subprocess" +# test_sys: qemu does not support process_vm_readv/writev +EXCLUDE="$EXCLUDE test_external_inspection test_faulthandler test_multiprocessing_spawn test_os test_posix test_remote_pdb test_signal test_socket test_subprocess test_sys" %endif # This test (part of test_uuid) requires real network interfaces ++++++ bpo-31046_ensurepip_honours_prefix.patch ++++++ --- /var/tmp/diff_new_pack.HKPlfV/_old 2025-05-15 17:02:15.280412803 +0200 +++ /var/tmp/diff_new_pack.HKPlfV/_new 2025-05-15 17:02:15.284412971 +0200 @@ -15,8 +15,8 @@ Index: Python-3.14.0b1/Doc/library/ensurepip.rst =================================================================== ---- Python-3.14.0b1.orig/Doc/library/ensurepip.rst 2025-05-06 17:33:52.000000000 +0200 -+++ Python-3.14.0b1/Doc/library/ensurepip.rst 2025-05-09 10:36:23.988020340 +0200 +--- Python-3.14.0b1.orig/Doc/library/ensurepip.rst 2025-05-12 10:59:00.152603111 +0000 ++++ Python-3.14.0b1/Doc/library/ensurepip.rst 2025-05-12 10:59:06.662087113 +0000 @@ -61,7 +61,11 @@ By default, ``pip`` is installed into the current virtual environment (if one is active) or into the system site packages (if there is no @@ -59,8 +59,8 @@ .. note:: Index: Python-3.14.0b1/Lib/ensurepip/__init__.py =================================================================== ---- Python-3.14.0b1.orig/Lib/ensurepip/__init__.py 2025-05-09 10:36:06.012023154 +0200 -+++ Python-3.14.0b1/Lib/ensurepip/__init__.py 2025-05-09 10:36:23.988419430 +0200 +--- Python-3.14.0b1.orig/Lib/ensurepip/__init__.py 2025-05-12 10:59:00.152603111 +0000 ++++ Python-3.14.0b1/Lib/ensurepip/__init__.py 2025-05-12 10:59:06.662530889 +0000 @@ -106,27 +106,27 @@ os.environ['PIP_CONFIG_FILE'] = os.devnull @@ -125,8 +125,8 @@ verbosity=args.verbosity, Index: Python-3.14.0b1/Lib/test/test_ensurepip.py =================================================================== ---- Python-3.14.0b1.orig/Lib/test/test_ensurepip.py 2025-05-09 10:36:07.299689896 +0200 -+++ Python-3.14.0b1/Lib/test/test_ensurepip.py 2025-05-09 10:36:23.988614417 +0200 +--- Python-3.14.0b1.orig/Lib/test/test_ensurepip.py 2025-05-12 10:59:00.152603111 +0000 ++++ Python-3.14.0b1/Lib/test/test_ensurepip.py 2025-05-12 10:59:06.662803061 +0000 @@ -100,6 +100,17 @@ unittest.mock.ANY, ) @@ -147,9 +147,9 @@ Index: Python-3.14.0b1/Makefile.pre.in =================================================================== ---- Python-3.14.0b1.orig/Makefile.pre.in 2025-05-09 10:36:18.686043460 +0200 -+++ Python-3.14.0b1/Makefile.pre.in 2025-05-09 10:36:23.989614417 +0200 -@@ -2337,7 +2337,7 @@ +--- Python-3.14.0b1.orig/Makefile.pre.in 2025-05-12 10:59:05.200858322 +0000 ++++ Python-3.14.0b1/Makefile.pre.in 2025-05-12 10:59:06.663191503 +0000 +@@ -2335,7 +2335,7 @@ install|*) ensurepip="" ;; \ esac; \ $(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \ @@ -158,7 +158,7 @@ fi .PHONY: altinstall -@@ -2348,7 +2348,7 @@ +@@ -2346,7 +2346,7 @@ install|*) ensurepip="--altinstall" ;; \ esac; \ $(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \ @@ -170,7 +170,7 @@ Index: Python-3.14.0b1/Misc/NEWS.d/next/Build/2019-12-16-17-50-42.bpo-31046.XA-Qfr.rst =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ Python-3.14.0b1/Misc/NEWS.d/next/Build/2019-12-16-17-50-42.bpo-31046.XA-Qfr.rst 2025-05-09 10:36:23.990105239 +0200 ++++ Python-3.14.0b1/Misc/NEWS.d/next/Build/2019-12-16-17-50-42.bpo-31046.XA-Qfr.rst 2025-05-12 10:59:06.663664734 +0000 @@ -0,0 +1 @@ +A directory prefix can now be specified when using :mod:`ensurepip`. ++++++ python-3.3.0b1-fix_date_time_compiler.patch ++++++ --- /var/tmp/diff_new_pack.HKPlfV/_old 2025-05-15 17:02:15.364416329 +0200 +++ /var/tmp/diff_new_pack.HKPlfV/_new 2025-05-15 17:02:15.368416497 +0200 @@ -1,19 +1,12 @@ --- - Makefile.pre.in | 7 +++++++ - 1 file changed, 7 insertions(+) + Makefile.pre.in | 5 +++++ + 1 file changed, 5 insertions(+) Index: Python-3.14.0b1/Makefile.pre.in =================================================================== ---- Python-3.14.0b1.orig/Makefile.pre.in 2025-05-06 17:33:52.000000000 +0200 -+++ Python-3.14.0b1/Makefile.pre.in 2025-05-09 10:36:18.686043460 +0200 -@@ -1869,11 +1869,18 @@ - $(DTRACE_OBJS) \ - $(srcdir)/Modules/getbuildinfo.c - $(CC) -c $(PY_CORE_CFLAGS) \ -+ -DDATE="\"`date -u -r Makefile.pre.in +"%b %d %Y"`\"" \ -+ -DTIME="\"`date -u -r Makefile.pre.in +"%T"`\"" \ - -DGITVERSION="\"`LC_ALL=C $(GITVERSION)`\"" \ - -DGITTAG="\"`LC_ALL=C $(GITTAG)`\"" \ +--- Python-3.14.0b1.orig/Makefile.pre.in 2025-05-12 10:57:03.566724942 +0000 ++++ Python-3.14.0b1/Makefile.pre.in 2025-05-12 10:57:41.504010702 +0000 +@@ -1874,6 +1874,11 @@ -DGITBRANCH="\"`LC_ALL=C $(GITBRANCH)`\"" \ -o $@ $(srcdir)/Modules/getbuildinfo.c