python/python3-parso: Updated for version 0.3.3.

This commit is contained in:
Benjamin Trigona-Harany 2019-02-07 08:42:02 -08:00 committed by Willy Sudiarto Raharjo
parent ebd19f65b6
commit 29ea2746c1
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
SRCNAM=parso
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-0.3.2}
VERSION=${VERSION:-0.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-parso"
VERSION="0.3.2"
VERSION="0.3.3"
HOMEPAGE="https://github.com/davidhalter/parso"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.3.2/parso-0.3.2.tar.gz"
MD5SUM="1c4af11d30f50900385767a13da2ce36"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.3.3/parso-0.3.3.tar.gz"
MD5SUM="42d0a3afb828fe47a9d45ce6d5049abf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"