python3-lxml: update to 4.9.2.

This commit is contained in:
Andrew J. Hesford 2023-01-20 11:17:50 -05:00
parent 2c61f280f2
commit d7398f6f7b

View file

@ -1,6 +1,6 @@
# Template file for 'python3-lxml' # Template file for 'python3-lxml'
pkgname=python3-lxml pkgname=python3-lxml
version=4.9.0 version=4.9.2
revision=1 revision=1
build_style=python3-module build_style=python3-module
make_build_args="--with-cython" make_build_args="--with-cython"
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause, custom:ElementTree" license="BSD-3-Clause, custom:ElementTree"
homepage="https://lxml.de/" homepage="https://lxml.de/"
distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz" distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
checksum=9c7159b061c93e8658b4c4d9c4916ae493e771365512281c0e45ea4651262c7d checksum=c057e334efc357fc88eb71b888d2df3a44cf3c7aaac56a8753e92090c5217050
do_check() { do_check() {
make test3 make test3