Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2018-01-06 18:45:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python (Old)
 and      /work/SRC/openSUSE:Factory/.python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python"

Sat Jan  6 18:45:50 2018 rev:126 rq:561149 version:2.7.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/python/python-base.changes       2017-11-30 
12:33:17.600311784 +0100
+++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes  2018-01-06 
18:45:54.288439713 +0100
@@ -1,0 +2,9 @@
+Fri Dec 22 16:49:38 UTC 2017 - jmate...@suse.com
+
+- exclude test_regrtest for s390, where it does not segfault as it should
+  (fixes bsc#1073269)
+- fix segfault while creating weakref - bsc#1073748, bpo#29347
+  (this is actually fixed by the 2.7.14 update; mentioning this for purposes
+  of bugfix tracking)
+
+-------------------------------------------------------------------
python.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-base.spec ++++++
--- /var/tmp/diff_new_pack.ixzsjq/_old  2018-01-06 18:45:58.776230017 +0100
+++ /var/tmp/diff_new_pack.ixzsjq/_new  2018-01-06 18:45:58.784229643 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-base
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -217,6 +217,11 @@
 # qemu bug (siginterrupt handling)
 EXCLUDE="$EXCLUDE test_signal"
 %endif
+%ifarch s390 s390x
+# test_regrtest tries to segfault the interpreter by dereferencing a NULL 
pointer, but that doesn't
+# actually produce a segfault on S390
+EXCLUDE="$EXCLUDE test_regrtest"
+%endif
 
 # This test (part of test_uuid) requires real network interfaces
 # so that ifconfig output has "HWaddr <something>".  Some kvm instances

++++++ python-doc.spec ++++++
--- /var/tmp/diff_new_pack.ixzsjq/_old  2018-01-06 18:45:58.828227587 +0100
+++ /var/tmp/diff_new_pack.ixzsjq/_new  2018-01-06 18:45:58.832227400 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-doc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

python.spec: same change



Reply via email to