Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python39 for openSUSE:Factory
checked in at 2023-06-04 00:12:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python39 (Old)
and /work/SRC/openSUSE:Factory/.python39.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python39"
Sun Jun 4 00:12:18 2023 rev:45 rq:1085861 version:3.9.16
Changes:
--------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python39.spec ++++++
--- /var/tmp/diff_new_pack.cD7i2e/_old 2023-06-04 00:12:21.169444439 +0200
+++ /var/tmp/diff_new_pack.cD7i2e/_new 2023-06-04 00:12:21.177444487 +0200
@@ -556,11 +556,6 @@
EXCLUDE="$EXCLUDE test_faulthandler test_multiprocessing_forkserver
test_multiprocessing_spawn test_os test_posix test_signal test_socket
test_subprocess"
%endif
-# gh#python/cpython#81350
-%if 0%{?suse_version} <= 1500
-EXCLUDE="$EXCLUDE test_capi"
-%endif
-
# This test (part of test_uuid) requires real network interfaces
# so that ifconfig output has "HWaddr <something>". Some kvm instances
# done have any such interface breaking the uuid module.