python/python3-parso: Updated for version 0.4.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2019-04-07 11:26:32 -07:00 committed by Willy Sudiarto Raharjo
parent c3ea8fe7e2
commit 535b1c5b75
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.4}
VERSION=${VERSION:-0.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-parso"
VERSION="0.3.4"
VERSION="0.4.0"
HOMEPAGE="https://github.com/davidhalter/parso"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.3.4/parso-0.3.4.tar.gz"
MD5SUM="7e936ccde8722a362f80d98b85d25729"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.4.0/parso-0.4.0.tar.gz"
MD5SUM="721c1d9bd98e9d58869f14d595382b72"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"