diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-04-17 11:38:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 10:00:18 +0700 |
commit | 90c2f80de5e0cf6931153c17cc25cc2f9326b1cf (patch) | |
tree | 07bfe4e637f3da2c3ca565d93a225be897cd7e0b /python | |
parent | 5d717c6cf2f60c49ce478665a1a1758a5bbd7d96 (diff) |
python/asttokens: Updated for version 2.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/asttokens/asttokens.SlackBuild | 4 | ||||
-rw-r--r-- | python/asttokens/asttokens.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/asttokens/asttokens.SlackBuild b/python/asttokens/asttokens.SlackBuild index b6fc4691a6f0..77f17e5f4b8e 100644 --- a/python/asttokens/asttokens.SlackBuild +++ b/python/asttokens/asttokens.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for asttokens # Written by Tim Dickson dickson.tim@googlemail.com -# Copyright (c) 2019 Tim Dickson, Scotland +# Copyright (c) 2019/2020 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ # so use pypi.org/project/asttokens download source tar.gz instead. PRGNAM=asttokens -VERSION=${VERSION:-2.0.3} +VERSION=${VERSION:-2.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/asttokens/asttokens.info b/python/asttokens/asttokens.info index 596b2e6e4ff5..c41a00872ea5 100644 --- a/python/asttokens/asttokens.info +++ b/python/asttokens/asttokens.info @@ -1,8 +1,8 @@ PRGNAM="asttokens" -VERSION="2.0.3" +VERSION="2.0.4" HOMEPAGE="https://github.com/gristlabs/asttokens" -DOWNLOAD="https://files.pythonhosted.org/packages/bd/37/1f5ef752e221e5cf25e0c5ecdfd11327717d790a5dc4a2ca18ed1c645435/asttokens-2.0.3.tar.gz" -MD5SUM="8a9211d70cb5630207b74c1e40b2134d" +DOWNLOAD="https://files.pythonhosted.org/packages/1d/d2/cf56e804cd7b4e8b92813e943a815f96b0d2545c967927356783b6860a2e/asttokens-2.0.4.tar.gz" +MD5SUM="3e90edd0656e9d86daf7a7909e583a3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |