commit python for openSUSE:Factory
Hello community, here is the log from the commit of package python for openSUSE:Factory checked in at 2013-06-28 18:55:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python (Old) and /work/SRC/openSUSE:Factory/.python.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python" Changes: -------- --- /work/SRC/openSUSE:Factory/python/python-base.changes 2013-06-25 06:57:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes 2013-06-28 18:55:56.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jun 5 15:17:51 UTC 2013 - schwab@suse.de + +- Disable test_asyncore in QEmu build +- Reenable testsuite on arm + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/python/python.changes 2013-06-25 06:57:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python.new/python.changes 2013-06-28 18:55:56.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jun 5 15:19:14 UTC 2013 - schwab@suse.de + +- Reenable testsuite on arm + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-base.spec ++++++ --- /var/tmp/diff_new_pack.fXTTjw/_old 2013-06-28 18:55:58.000000000 +0200 +++ /var/tmp/diff_new_pack.fXTTjw/_new 2013-06-28 18:55:58.000000000 +0200 @@ -169,7 +169,7 @@ # 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. -%ifnarch hppa %arm +%ifnarch hppa # test_file(2k) fails in autobuild env - "stdin.seek(-1)" wrongly succeeds. probably an issue with autobuild's stdin # test_urllib2 relies on being able to resolve local address, which is notoriously impossible in autobuild EXCLUDE="-x test_urllib2 -x test_file -x test_file2k" @@ -183,6 +183,10 @@ %endif # test_unicode fails in Factory EXCLUDE="$EXCLUDE -x test_unicode" +%if 0%{?qemu_user_space_build} +# test_asyncore fails because of unimplemented sockopt +EXCLUDE="$EXCLUDE -x test_asyncore" +%endif # Limit virtual memory to avoid spurious failures if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then ulimit -v 10000000 || : ++++++ python.spec ++++++ --- /var/tmp/diff_new_pack.fXTTjw/_old 2013-06-28 18:55:58.000000000 +0200 +++ /var/tmp/diff_new_pack.fXTTjw/_new 2013-06-28 18:55:58.000000000 +0200 @@ -209,7 +209,7 @@ # 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. -%ifnarch hppa %arm +%ifnarch hppa # Limit virtual memory to avoid spurious failures if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then ulimit -v 10000000 || : -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de