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-02-25 19:54:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lxml (Old) and /work/SRC/openSUSE:Factory/.python-lxml.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lxml" Sat Feb 25 19:54:56 2023 rev:97 rq:1067479 version:4.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes 2023-01-30 17:13:57.521439399 +0100 +++ /work/SRC/openSUSE:Factory/.python-lxml.new.31432/python-lxml.changes 2023-02-25 19:55:08.187275733 +0100 @@ -1,0 +2,5 @@ +Thu Feb 16 20:17:22 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- allow building against any libxml2 version in sle15 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lxml.spec ++++++ --- /var/tmp/diff_new_pack.2p24Ho/_old 2023-02-25 19:55:08.723279036 +0100 +++ /var/tmp/diff_new_pack.2p24Ho/_new 2023-02-25 19:55:08.727279061 +0100 @@ -34,7 +34,12 @@ BuildRequires: %{python_module cssselect >= 0.9.1} BuildRequires: %{python_module setuptools >= 18.0.1} BuildRequires: fdupes +%if 0%{?suse_version} == 1500 +# Assume the best that the old libxml2 in SLE15 is patched for https://gitlab.gnome.org/GNOME/libxml2/-/issues/378 (CVE-2022-2309) +BuildRequires: libxml2-devel +%else BuildRequires: libxml2-devel >= 2.10.2 +%endif BuildRequires: libxslt-devel >= 1.1.27 BuildRequires: python-rpm-macros Requires: python-cssselect >= 0.9.1