python/python3-lxml: Version bump to 5.3.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-08-14 23:52:02 -07:00 committed by Willy Sudiarto Raharjo
parent ab3f9d74fd
commit c36a007dba
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-lxml
SRCNAM=lxml
VERSION=${VERSION:-5.2.2}
VERSION=${VERSION:-5.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-lxml"
VERSION="5.2.2"
VERSION="5.3.0"
HOMEPAGE="https://lxml.de/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/lxml/lxml-5.2.2.tar.gz"
MD5SUM="e8cefce4d9c007360195825037b66673"
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/lxml/lxml-5.3.0.tar.gz"
MD5SUM="d3e6f800f4b73f2756663cc4a76df5e0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup4 html5lib python3-cssselect"