diff --git a/lxml-5.4.0.tar.gz b/lxml-6.0.0.tar.gz similarity index 32% rename from lxml-5.4.0.tar.gz rename to lxml-6.0.0.tar.gz index 1585a0583468db6db0b4095b3084f3628f723e88..15f95633443658b064c8ed619cf66ce41823f230 100644 --- a/lxml-5.4.0.tar.gz +++ b/lxml-6.0.0.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd -size 3679479 +oid sha256:032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72 +size 4096938 diff --git a/python-lxml.spec b/python-lxml.spec index 1f22180d121eea02a86e60992aff4f8dff53f95a..334945fa750db7cc31393df2dbefb3875b96ad11 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -2,11 +2,10 @@ %global _description \ The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. \ It is unique in that it combines the speed and XML feature completeness of these libraries with \ -the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API. \ -The latest release works with all CPython versions from 2.7 to 3.7. +the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API. Name: python-lxml -Version: 5.4.0 +Version: 6.0.0 Release: 1 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD-3-Clause AND MIT-CMU AND MIT @@ -44,38 +43,21 @@ find -type f -name '*.c' -print -delete %install %py3_install -pushd %{buildroot} -if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst -fi -if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst -fi -if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst -fi -if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst -fi -touch doclist.lst -if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst -fi -popd -mv %{buildroot}/filelist.lst . -mv %{buildroot}/doclist.lst . %check make test -%files -n python3-lxml -f filelist.lst +%files -n python3-lxml %license doc/licenses/*.txt LICENSES.txt -%dir %{python3_sitearch}/* +%{python3_sitearch}/* -%files help -f doclist.lst +%files help %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Sun Jul 27 2025 Funda Wang - 6.0.0-1 +- update to version 6.0.0 + * Tue May 06 2025 Funda Wang - 5.4.0-1 - update to version 5.4.0