python/lxml: Updated for version 4.8.0

Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Duncan Roe 2022-03-07 17:12:50 +11:00 committed by Willy Sudiarto Raharjo
parent 676a925a3c
commit 018fa3ff5c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lxml
VERSION=${VERSION:-4.6.3}
VERSION=${VERSION:-4.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="lxml"
VERSION="4.6.3"
VERSION="4.8.0"
HOMEPAGE="https://lxml.de/"
DOWNLOAD="https://pypi.io/packages/source/l/lxml/lxml-4.6.3.tar.gz"
MD5SUM="017f94473dcec0f9b2e9b03524398fa5"
DOWNLOAD="https://files.pythonhosted.org/packages/3b/94/e2b1b3bad91d15526c7e38918795883cee18b93f6785ea8ecf13f8ffa01e/lxml-4.8.0.tar.gz"
MD5SUM="ddb9f25a41ca5fb4f7d174a9d74bfa46"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup4 html5lib"