diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-02-07 08:42:02 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-09 10:30:07 +0700 |
commit | 29ea2746c175e507bea415b549e40a17901db76e (patch) | |
tree | d5e17f20b9fd4e891bf4d003f74fb5cf527329ce /python | |
parent | ebd19f65b64e436261feebffaf74860d2bbc4bcf (diff) | |
download | slackbuilds-29ea2746c175e507bea415b549e40a17901db76e.tar.gz |
python/python3-parso: Updated for version 0.3.3.
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-parso/python3-parso.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-parso/python3-parso.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-parso/python3-parso.SlackBuild b/python/python3-parso/python3-parso.SlackBuild index 5e4f14020a..0c0f4ce0a3 100644 --- a/python/python3-parso/python3-parso.SlackBuild +++ b/python/python3-parso/python3-parso.SlackBuild @@ -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} diff --git a/python/python3-parso/python3-parso.info b/python/python3-parso/python3-parso.info index b56fb91a3f..925c9fb6f2 100644 --- a/python/python3-parso/python3-parso.info +++ b/python/python3-parso/python3-parso.info @@ -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" |