diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-14 00:55:36 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-17 09:00:17 +0700 |
commit | 7bf912f94210a239c51be09f226bbad1e2bccacf (patch) | |
tree | 3c1263d9ca6f543c15a87d7c68136716d052fd01 /python/python3-pyrsistent | |
parent | 5f580e046aabbd9cac307543df30348382bf14c0 (diff) |
python/python3-pyrsistent: Update for 0.19.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 42c4a606bcab6..61efbd1a4b3da 100644 --- a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild +++ b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyrsistent -VERSION=${VERSION:-0.18.1} +VERSION=${VERSION:-0.19.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pyrsistent/python3-pyrsistent.info b/python/python3-pyrsistent/python3-pyrsistent.info index a5428ae9570a0..94d498c1511e5 100644 --- a/python/python3-pyrsistent/python3-pyrsistent.info +++ b/python/python3-pyrsistent/python3-pyrsistent.info @@ -1,8 +1,8 @@ PRGNAM="python3-pyrsistent" -VERSION="0.18.1" +VERSION="0.19.0" HOMEPAGE="https://github.com/tobgu/pyrsistent/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-0.18.1.tar.gz" -MD5SUM="cef3da08455664bf917dcf8cd00d49a4" +DOWNLOAD="https://github.com/tobgu/pyrsistent/archive/v0.19.0/pyrsistent-0.19.0.tar.gz" +MD5SUM="9c929dbe0eff85887381241ff4282ef6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |