python3-lxml: update to 6.0.0.

This commit is contained in:
Andrew J. Hesford 2025-07-28 12:03:51 -04:00
parent a41b10e64e
commit 505ca9d786

View file

@ -1,6 +1,6 @@
# Template file for 'python3-lxml' # Template file for 'python3-lxml'
pkgname=python3-lxml pkgname=python3-lxml
version=5.4.0 version=6.0.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
make_build_args="-C--build-option=--with-cython" make_build_args="-C--build-option=--with-cython"
@ -14,7 +14,7 @@ license="BSD-3-Clause, custom:ElementTree"
homepage="https://lxml.de/" homepage="https://lxml.de/"
changelog="https://raw.githubusercontent.com/lxml/lxml/master/CHANGES.txt" changelog="https://raw.githubusercontent.com/lxml/lxml/master/CHANGES.txt"
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz" distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
checksum=12ed971a99bd07977e236bf59314cfd53fbf5d59f39d4a13caad901c7fceb0a2 checksum=5560ee7bd3bcea0e64221bbb23f4ee1d222296ef25ba217e327a5f1d963005d9
do_check() { do_check() {
make test make test