summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2021-01-02 10:09:35 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-01-09 14:30:42 +0700
commitde99cf770e4e8c532806e679ea89edf670376d03 (patch)
treeba018db5076f45cf1c868c0e500c3d915d39953d /python
parent8960c813f614dc9fdadf4bddf8d52340b42b9c4b (diff)
downloadslackbuilds-de99cf770e4e8c532806e679ea89edf670376d03.tar.gz
slackbuilds-de99cf770e4e8c532806e679ea89edf670376d03.tar.xz
python/parso: Updated for version 0.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/parso/parso.SlackBuild4
-rw-r--r--python/parso/parso.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/parso/parso.SlackBuild b/python/parso/parso.SlackBuild
index f44c5907d6..99d4f2b672 100644
--- a/python/parso/parso.SlackBuild
+++ b/python/parso/parso.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for parso
-# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2021 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.8.0}
+VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/parso/parso.info b/python/parso/parso.info
index b0a44f6c58..5d4aae4a03 100644
--- a/python/parso/parso.info
+++ b/python/parso/parso.info
@@ -1,8 +1,8 @@
PRGNAM="parso"
-VERSION="0.8.0"
+VERSION="0.8.1"
HOMEPAGE="https://github.com/davidhalter/parso"
-DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.8.0/parso-0.8.0.tar.gz"
-MD5SUM="3c5bf3f854eede59461fb0b26895a860"
+DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.8.1/parso-0.8.1.tar.gz"
+MD5SUM="a3544333cfcc6c5f670c92247d713fd8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"