summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Tim Dickson <dickson.tim@googlemail.com>2023-09-09 08:38:18 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-09 10:14:12 +0700
commita43b5556a5c0ee20f1c0a917d3f5f61fb110ba48 (patch)
treeab32c950416f1be22fe63c8976be2ec0df2e69e2 /python
parentb11de5fce9495213dc5da33f639f43a02816e60b (diff)
downloadslackbuilds-a43b5556a5c0ee20f1c0a917d3f5f61fb110ba48.tar.gz
slackbuilds-a43b5556a5c0ee20f1c0a917d3f5f61fb110ba48.tar.xz
python/asttokens: Updated for version 2.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/asttokens/asttokens.SlackBuild4
-rw-r--r--python/asttokens/asttokens.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/asttokens/asttokens.SlackBuild b/python/asttokens/asttokens.SlackBuild
index bdd1424918..58bcb28559 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/2022 Tim Dickson, Scotland
+# Copyright (c) 2019/2023 Tim Dickson, Scotland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=asttokens
-VERSION=${VERSION:-2.2.1}
+VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/asttokens/asttokens.info b/python/asttokens/asttokens.info
index 1a0c45c08a..95e9987eb5 100644
--- a/python/asttokens/asttokens.info
+++ b/python/asttokens/asttokens.info
@@ -1,8 +1,8 @@
PRGNAM="asttokens"
-VERSION="2.2.1"
+VERSION="2.4.0"
HOMEPAGE="https://github.com/gristlabs/asttokens"
-DOWNLOAD="https://files.pythonhosted.org/packages/c8/e3/b0b4f32162621126fbdaba636c152c6b6baec486c99f48686e66343d638f/asttokens-2.2.1.tar.gz"
-MD5SUM="a9ae6ae0f85398e511bcb9ec87695eed"
+DOWNLOAD="https://files.pythonhosted.org/packages/ed/e0/7e5af07a090b9ef4f88e29b6edb8db8ca3366a0d7736ae9c3a6522fae140/asttokens-2.4.0.tar.gz"
+MD5SUM="af0ff280c88a37516e38a7b3086ad487"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-setuptools-scm python3-wheel python-toml"