summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/parso/parso.SlackBuild2
-rw-r--r--python/parso/parso.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/parso/parso.SlackBuild b/python/parso/parso.SlackBuild
index 86799e47b6..3a1be03978 100644
--- a/python/parso/parso.SlackBuild
+++ b/python/parso/parso.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=parso
-VERSION=${VERSION:-0.5.0}
+VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/parso/parso.info b/python/parso/parso.info
index b94221568b..31cd09fe52 100644
--- a/python/parso/parso.info
+++ b/python/parso/parso.info
@@ -1,8 +1,8 @@
PRGNAM="parso"
-VERSION="0.5.0"
+VERSION="0.5.1"
HOMEPAGE="https://github.com/davidhalter/parso"
-DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.5.0/parso-0.5.0.tar.gz"
-MD5SUM="bd5849a42b7cbe9d1ebcfb279e60dc52"
+DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.5.1/parso-0.5.1.tar.gz"
+MD5SUM="49c6ee6f308985626f0f19874d4aac45"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"