Hello community,

here is the log from the commit of package python-lxml for openSUSE:Factory 
checked in at 2017-11-04 10:22:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lxml (Old)
 and      /work/SRC/openSUSE:Factory/.python-lxml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lxml"

Sat Nov  4 10:22:18 2017 rev:62 rq:537927 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes  2017-09-21 
12:28:38.027705880 +0200
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes     
2017-11-04 10:22:18.366129845 +0100
@@ -1,0 +2,5 @@
+Tue Oct 31 14:24:25 UTC 2017 - jmate...@suse.com
+
+- run tests only when the appropriate pythons are available
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-lxml.spec ++++++
--- /var/tmp/diff_new_pack.XUysdS/_old  2017-11-04 10:22:19.178100328 +0100
+++ /var/tmp/diff_new_pack.XUysdS/_new  2017-11-04 10:22:19.182100182 +0100
@@ -90,8 +90,14 @@
 # The tests fail on SLE 11 due to broken incremental parsing
 # in libxml2
 export CFLAGS="%{optflags}"
-LANG=en_US.UTF-8 PYTHONUNBUFFERED=x make test
-LANG=en_US.UTF-8 PYTHONUNBUFFERED=x make test3
+export LANG=en_US.UTF-8
+export PYTHONUNBUFFERED=x
+%if 0%{?have_python2}
+make test
+%endif
+%if 0%{?have_python3}
+make test3
+%endif
 
 %install
 %python_install


Reply via email to