Hello community, here is the log from the commit of package python-WebTest for openSUSE:Factory checked in at 2013-03-08 09:49:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old) and /work/SRC/openSUSE:Factory/.python-WebTest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-WebTest", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes 2012-11-28 14:35:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes 2013-03-08 09:49:15.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Jan 11 11:22:19 UTC 2013 - [email protected] + +- Disable testsuite on SLE_11_SP2 to fix the build (unittest module + lacks support) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-WebTest.spec ++++++ --- /var/tmp/diff_new_pack.FJvu7F/_old 2013-03-08 09:49:15.000000000 +0100 +++ /var/tmp/diff_new_pack.FJvu7F/_new 2013-03-08 09:49:15.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-WebTest # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -69,8 +69,10 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%if 0%{?suse_version} > 1110 %check python setup.py test +%endif %files %defattr(-,root,root,-) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
