diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-11-24 15:35:46 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-01 08:50:53 +0700 |
commit | d9e98a799ea8b894ea8d7c314ffbe867bd7447ba (patch) | |
tree | 6e2f7fa23af38e892daecf71d4ed4aff6aaa4d49 /python/python3-pyrsistent | |
parent | c0c20bdb302899cee2814f3f2cd9682474499527 (diff) |
python/python3-pyrsistent: Updated for version 0.15.6.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'python/python3-pyrsistent')
-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 e09303c58072..d4adab078976 100644 --- a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild +++ b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=pyrsistent PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-0.15.5} +VERSION=${VERSION:-0.15.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pyrsistent/python3-pyrsistent.info b/python/python3-pyrsistent/python3-pyrsistent.info index 3c03d4adeb60..c9d48bfdea10 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.5" +VERSION="0.15.6" HOMEPAGE="https://github.com/tobgu/pyrsistent/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-0.15.5.tar.gz" -MD5SUM="903c518c8829de4ee255cff68ff8da45" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-0.15.6.tar.gz" +MD5SUM="f08e3100273be5f76389e2fd1fe401e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-six" |