wok diff python-html5lib/receipt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents ac8ca9758df1
children 0262035dc1e7
line diff
     1.1 --- a/python-html5lib/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/python-html5lib/receipt	Thu Sep 29 20:05:23 2022 +0000
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-html5lib"
     1.7 -VERSION="1.0.1"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Standards-compliant library for parsing HTML documents in Python."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -WEB_SITE="https://github.com/html5lib/html5lib-python"
    1.14 +WEB_SITE="https://pypi.org/project/html5lib/"
    1.15  
    1.16 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.18 +SOURCE="html5lib"
    1.19 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21 +REPOLOGY="python:html5lib"
    1.22  
    1.23  DEPENDS="python python-six"
    1.24 -BUILD_DEPENDS="python-dev python-setuptools"
    1.25 +BUILD_DEPENDS="python-dev python-setuptools wget"
    1.26  
    1.27  HOST_ARCH="i486 arm"
    1.28