From aef56a38a4734b701d24162026bf29f684e9d48c Mon Sep 17 00:00:00 2001 From: ocs-bot Date: Wed, 16 Jul 2025 14:23:34 +0800 Subject: [PATCH] Rebuilt for libxml2 --- python-lxml.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-lxml.spec b/python-lxml.spec index f7b96dc..4094a2f 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) -- Gitee