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>
This commit is contained in:
Benjamin Trigona-Harany 2020-04-11 12:58:15 -07:00 committed by Willy Sudiarto Raharjo
parent 44d5594e4d
commit 62b051753f
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"