Browse Source

python/python3-lxml: Updated for version 5.2.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
Jeremy Hansen 2 years ago
committed by Willy Sudiarto Raharjo
parent
commit
16db440c2e
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      python/python3-lxml/python3-lxml.SlackBuild
  2. 6
      python/python3-lxml/python3-lxml.info

2
python/python3-lxml/python3-lxml.SlackBuild

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

6
python/python3-lxml/python3-lxml.info

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

Loading…
Cancel
Save