summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2020-04-11 21:58:15 +0200
committer Willy Sudiarto Raharjo2020-04-19 05:52:37 +0200
commit62b051753fe0d55f1c25ad5786504e4fbd770426 (patch)
tree0bbadb33cbf6ba0d816db02b3b6c0e49168cd88a
parent44d5594e4d56bf95a741462ea24e0286e9dfa4cd (diff)
downloadslackbuilds-62b051753fe0d55f1c25ad5786504e4fbd770426.tar.gz
python/python3-pyrsistent: Updated for version 0.16.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-pyrsistent/python3-pyrsistent.SlackBuild4
-rw-r--r--python/python3-pyrsistent/python3-pyrsistent.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
index 65bdb476cc..5317cfcc37 100644
--- a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
+++ b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-pyrsistent
-# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2019-2020 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-pyrsistent
-VERSION=${VERSION:-0.15.7}
+VERSION=${VERSION:-0.16.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-pyrsistent/python3-pyrsistent.info b/python/python3-pyrsistent/python3-pyrsistent.info
index 765d40123b..beccf3483b 100644
--- a/python/python3-pyrsistent/python3-pyrsistent.info
+++ b/python/python3-pyrsistent/python3-pyrsistent.info
@@ -1,8 +1,8 @@
PRGNAM="python3-pyrsistent"
-VERSION="0.15.7"
+VERSION="0.16.0"
HOMEPAGE="https://github.com/tobgu/pyrsistent/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-0.15.7.tar.gz"
-MD5SUM="da9486d00ef5b213f40d5cf3c5bca82d"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-0.16.0.tar.gz"
+MD5SUM="4ba30da6f0a63554e70ac6c4c1904929"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-six"