From deba0124c459c8cb6ace1e3e778a647991187fec Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 22 Aug 2025 23:36:25 +0800 Subject: [PATCH] 6.0.1 (cherry picked from commit f6feea220e03481f26927df7ff3f549d69a40708) --- lxml-6.0.0.tar.gz => lxml-6.0.1.tar.gz | 4 ++-- python-lxml.spec | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) rename lxml-6.0.0.tar.gz => lxml-6.0.1.tar.gz (32%) diff --git a/lxml-6.0.0.tar.gz b/lxml-6.0.1.tar.gz similarity index 32% rename from lxml-6.0.0.tar.gz rename to lxml-6.0.1.tar.gz index 15f9563..9dc5207 100644 --- a/lxml-6.0.0.tar.gz +++ b/lxml-6.0.1.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72 -size 4096938 +oid sha256:2b3a882ebf27dd026df3801a87cf49ff791336e0f94b0fad195db77e01240690 +size 4070214 diff --git a/python-lxml.spec b/python-lxml.spec index 8c28cb6..e73058b 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -4,8 +4,8 @@ It is unique in that it combines the speed and XML feature completeness of these the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API. Name: python-lxml -Version: 6.0.0 -Release: 2 +Version: 6.0.1 +Release: 1 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD-3-Clause AND MIT-CMU AND MIT URL: https://github.com/lxml/lxml @@ -23,6 +23,8 @@ BuildRequires: libxslt-devel BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-Cython +Requires: libxml2 >= %(rpm -q --queryformat="%%{VERSION}" libxml2) +Requires: libxslt >= %(rpm -q --queryformat="%%{VERSION}" libxslt) %description -n python3-lxml %{_description} @@ -53,6 +55,9 @@ make test %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Fri Aug 22 2025 Funda Wang - 6.0.1-1 +- update to 6.0.1 + * Mon Aug 04 2025 Funda Wang - 6.0.0-2 - fix build -- Gitee