commit python-dnspython for openSUSE:Factory
Hello community, here is the log from the commit of package python-dnspython for openSUSE:Factory checked in at 2014-11-28 08:44:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dnspython (Old) and /work/SRC/openSUSE:Factory/.python-dnspython.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-dnspython" Changes: -------- --- /work/SRC/openSUSE:Factory/python-dnspython/python-dnspython.changes 2014-10-25 08:33:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-dnspython.new/python-dnspython.changes 2014-11-28 08:44:39.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Nov 25 11:18:34 UTC 2014 - dmueller@suse.com + +- fix build on SLE11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dnspython.spec ++++++ --- /var/tmp/diff_new_pack.TWtr41/_old 2014-11-28 08:44:40.000000000 +0100 +++ /var/tmp/diff_new_pack.TWtr41/_new 2014-11-28 08:44:40.000000000 +0100 @@ -58,11 +58,14 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check +# Requires TestLoader.discover which only exists in Python 2.7.x +%if 0%{?suse_version} > 1110 pushd tests # skip the resolver test suite as it requires an internet connection test -f test_resolver.py && rm test_resolver.py make check popd +%endif %files %defattr(-,root,root) -- 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