diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-30 20:38:49 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:20 +0700 |
commit | 69ca41eee3cf5f38e82a4142daa5ff99db1bce9b (patch) | |
tree | 544481975c40a3c78199bd809dd214f9ea173c98 /python | |
parent | b4011fcbf87053c1bdd5227e66ce3111f12cee00 (diff) |
python/python3-pyrsistent: Updated for version 0.17.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pyrsistent/python3-pyrsistent.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pyrsistent/python3-pyrsistent.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild index 5317cfcc37a07..e1058b9a1ac42 100644 --- a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild +++ b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-pyrsistent -VERSION=${VERSION:-0.16.0} +VERSION=${VERSION:-0.17.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pyrsistent/python3-pyrsistent.info b/python/python3-pyrsistent/python3-pyrsistent.info index beccf3483b701..988972d2a126c 100644 --- a/python/python3-pyrsistent/python3-pyrsistent.info +++ b/python/python3-pyrsistent/python3-pyrsistent.info @@ -1,8 +1,8 @@ PRGNAM="python3-pyrsistent" -VERSION="0.16.0" +VERSION="0.17.3" HOMEPAGE="https://github.com/tobgu/pyrsistent/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-0.16.0.tar.gz" -MD5SUM="4ba30da6f0a63554e70ac6c4c1904929" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-0.17.3.tar.gz" +MD5SUM="cd38658ea772a7f9b12b6f9485a7018b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-six" |