diff --git a/python-lxml.spec b/python-lxml.spec index f7b96dc10cd2b2de680cff84810b8cf4ff1170c7..4094a2f2cd212ec516fcfdf298c68b99ba0a3f4b 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,7 +1,7 @@ Summary: XML processing library combining libxml2/libxslt with the ElementTree API Name: python-lxml Version: 4.9.3 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD and MIT and zlib URL: https://github.com/lxml/lxml Source0: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz @@ -61,6 +61,10 @@ cp -a build/lib.%{python3_platform}-*/* src/ %{python3_sitearch}/lxml-*.egg-info/ %changelog +* Wed Jul 16 2025 Rebuild Robot - 4.9.3-9 +- [Type] security +- [DESC] Rebuilt for libxml2 + * Tue Jul 08 2025 Jiaxin Yang - 4.9.3-8 - [Type] security - [DESC] Make Unicode recovery test work with libxml2 2.12 (GH-383)