summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-04-17 02:11:17 +0200
committer Willy Sudiarto Raharjo2018-04-21 02:43:04 +0200
commitfbf7bd1ca197ce7127ca57abae7cd38ffe3ab0ca (patch)
tree6e857cd446ff4f1397460a7a928af40a740e6742 /python
parentc87153605d0c73c157fb85e611df8fec066494e0 (diff)
downloadslackbuilds-fbf7bd1ca197ce7127ca57abae7cd38ffe3ab0ca.tar.gz
python/python3-parso: Updated for version 0.2.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python')
-rw-r--r--python/python3-parso/python3-parso.SlackBuild4
-rw-r--r--python/python3-parso/python3-parso.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-parso/python3-parso.SlackBuild b/python/python3-parso/python3-parso.SlackBuild
index 9994e5c9ec..4dd3e3797e 100644
--- a/python/python3-parso/python3-parso.SlackBuild
+++ b/python/python3-parso/python3-parso.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-parso
-# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2018 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=python3-parso
-VERSION=${VERSION:-0.1.1}
+VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-parso/python3-parso.info b/python/python3-parso/python3-parso.info
index b31cc1eea1..ede50857b7 100644
--- a/python/python3-parso/python3-parso.info
+++ b/python/python3-parso/python3-parso.info
@@ -1,8 +1,8 @@
PRGNAM="python3-parso"
-VERSION="0.1.1"
+VERSION="0.2.0"
HOMEPAGE="https://github.com/davidhalter/parso"
-DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.1.1/parso-0.1.1.tar.gz"
-MD5SUM="6cf68662d5b339ad0d7d2e7c59942f35"
+DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.2.0/parso-0.2.0.tar.gz"
+MD5SUM="754fad91d765c2659e0e4440235abda5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"