wok diff psycopg2/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 65784e875d45
children
line diff
     1.1 --- a/psycopg2/receipt	Wed Aug 17 07:09:31 2022 +0000
     1.2 +++ b/psycopg2/receipt	Thu Sep 29 20:05:23 2022 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  Version=${VERSION%.*}
     1.5  Version=${Version/./-}
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WGET_URL="${WEB_SITE}tarballs/PSYCOPG-$Version/$TARBALL"
     1.8 +WGET_URL="https://files.pythonhosted.org/packages/source/p/psycopg2/$TARBALL"
     1.9  
    1.10  DEPENDS="egenix-mx-base libpostgresqlclient python"
    1.11  BUILD_DEPENDS="postgresql-dev python-dev python-setuptools"