diff --git a/lxml-6.0.1.tar.gz b/lxml-6.0.1.tar.gz deleted file mode 100644 index 9dc52078d8699bf264c92a133f114c87bc00d228..0000000000000000000000000000000000000000 --- a/lxml-6.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b3a882ebf27dd026df3801a87cf49ff791336e0f94b0fad195db77e01240690 -size 4070214 diff --git a/lxml-6.0.2.tar.gz b/lxml-6.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c2dcbf42ea184a6d275b7d9c8051a77b1f037809 Binary files /dev/null and b/lxml-6.0.2.tar.gz differ diff --git a/python-lxml.spec b/python-lxml.spec index e73058b8846d1689eee8ccb6d9f6eea84b77d075..c5f1bd606e8d471f208566b0b40ed65b29817356 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -4,7 +4,7 @@ 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.1 +Version: 6.0.2 Release: 1 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD-3-Clause AND MIT-CMU AND MIT @@ -55,6 +55,11 @@ make test %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Mon Oct 20 2025 lilu -6.0.2-1 +- update to version 6.0.2 + * fix the bug compiling with libxml2 2.15.0 failed + * fix the bug setting decompress=True in the parser had no effect in libxml2 2.15 + * Fri Aug 22 2025 Funda Wang - 6.0.1-1 - update to 6.0.1