diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-01-25 16:28:03 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-26 07:53:32 +0700 |
commit | 7cc2475015cb4ad4ce9eaa66553b79e767da0cb8 (patch) | |
tree | 1ff2c589e55c9e309487a7a6604bf4850010218b /python | |
parent | 08305c5ed722898e55ab71a13fef7652472f5b5a (diff) | |
download | slackbuilds-7cc2475015cb4ad4ce9eaa66553b79e767da0cb8.tar.gz |
python/parso: Updated for version 0.3.2.
Diffstat (limited to 'python')
-rw-r--r-- | python/parso/parso.SlackBuild | 4 | ||||
-rw-r--r-- | python/parso/parso.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/parso/parso.SlackBuild b/python/parso/parso.SlackBuild index 2117f1eaff..3a97a419ad 100644 --- a/python/parso/parso.SlackBuild +++ b/python/parso/parso.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for parso -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=parso -VERSION=${VERSION:-0.3.1} +VERSION=${VERSION:-0.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/parso/parso.info b/python/parso/parso.info index c9806eab4c..449d1819d2 100644 --- a/python/parso/parso.info +++ b/python/parso/parso.info @@ -1,8 +1,8 @@ PRGNAM="parso" -VERSION="0.3.1" +VERSION="0.3.2" HOMEPAGE="https://github.com/davidhalter/parso" -DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.3.1/parso-0.3.1.tar.gz" -MD5SUM="55e6d2c26b89c9b9742586eca0e73f32" +DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.3.2/parso-0.3.2.tar.gz" +MD5SUM="1c4af11d30f50900385767a13da2ce36" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |