summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-01-26 01:28:56 +0100
committer Willy Sudiarto Raharjo2019-01-26 01:53:32 +0100
commit68009082c97c3435a44578e58b981059a5e37e3c (patch)
treeb35a7e841770635f54710f5f899884e2805936be
parent7cc2475015cb4ad4ce9eaa66553b79e767da0cb8 (diff)
downloadslackbuilds-68009082c97c3435a44578e58b981059a5e37e3c.tar.gz
python/python3-parso: Updated for version 0.3.2.
-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 b70ee105e6..5e4f14020a 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-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
@@ -24,7 +24,7 @@
SRCNAM=parso
PRGNAM=python3-$SRCNAM
-VERSION=${VERSION:-0.3.1}
+VERSION=${VERSION:-0.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-parso/python3-parso.info b/python/python3-parso/python3-parso.info
index 768d11458c..b56fb91a3f 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.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="python3"