Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-lxml for openSUSE:Factory checked in at 2023-09-07 21:12:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lxml (Old) and /work/SRC/openSUSE:Factory/.python-lxml.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lxml" Thu Sep 7 21:12:06 2023 rev:104 rq:1109332 version:4.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes 2023-08-15 16:39:00.382577915 +0200 +++ /work/SRC/openSUSE:Factory/.python-lxml.new.1766/python-lxml.changes 2023-09-07 21:12:11.040110593 +0200 @@ -1,0 +2,6 @@ +Wed Sep 6 20:04:29 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- skip html5lib tests - cyclic dependency with html5lib tests +- remove python 2.x from testing + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lxml.spec ++++++ --- /var/tmp/diff_new_pack.zqwu01/_old 2023-09-07 21:12:12.576165504 +0200 +++ /var/tmp/diff_new_pack.zqwu01/_new 2023-09-07 21:12:12.580165647 +0200 @@ -111,18 +111,9 @@ export CFLAGS="%{optflags}" export LANG=en_US.UTF-8 export PYTHONUNBUFFERED=x -%if 0%{?have_python2} -%{python_expand # define python version for test: -export PYTHON="$python" -%make_build test -} -%endif -%if 0%{?have_python3} -%{python_expand # define python version for test: -export PYTHON3="$python" -%make_build test3 -} -%endif +# cyclic dependency between html5lib and lxml +rm -v src/lxml/html/tests/test_html5parser.py +%{python_expand PYTHON3="$python" %make_build test3} %install %python_install