Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python for openSUSE:Factory checked in at 2024-03-19 17:29:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python (Old) and /work/SRC/openSUSE:Factory/.python.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python" Tue Mar 19 17:29:25 2024 rev:193 rq:1158938 version:2.7.18 Changes: -------- --- /work/SRC/openSUSE:Factory/python/python-base.changes 2024-03-07 18:27:34.868950596 +0100 +++ /work/SRC/openSUSE:Factory/.python.new.1905/python-base.changes 2024-03-19 17:29:26.513489595 +0100 @@ -1,0 +2,5 @@ +Mon Mar 18 09:54:20 UTC 2024 - Matej Cepl <[email protected]> + +- Switch off tests. ONLY FOR FACTORY!!! (bsc#1219306) + +------------------------------------------------------------------- python-doc.changes: same change python.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-base.spec ++++++ --- /var/tmp/diff_new_pack.hMATDx/_old 2024-03-19 17:29:28.745571425 +0100 +++ /var/tmp/diff_new_pack.hMATDx/_new 2024-03-19 17:29:28.745571425 +0100 @@ -17,6 +17,9 @@ %define so_version 2_7-1_0 +# We really don't care about quality of this package anymore, it +# will be soon gone (bsc#1219306). +%bcond_with tests Name: python-base Version: 2.7.18 @@ -376,6 +379,7 @@ make %{?_smp_mflags} $target %check +%if %{with test} # on hppa, the threading of glibc is quite broken. The tests just stop # at some point, and the machine does not build anything more until a # timeout several hours later. @@ -427,6 +431,8 @@ # use network, be verbose: #make test TESTOPTS="-l -u network -v" %endif +# END OF CHECK SECTION +%endif %install # replace rest of /usr/local/bin/python or /usr/bin/python2.5 with /usr/bin/python python.spec: same change
