aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-11-24 21:30:31 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-24 21:30:31 +0700
commitf7ffa6a32972c0653100433cd60cc424ca7b4cc2 (patch)
treeceeba241658fc7b7efc5c74a937dbf82a2c548b2
parentc99715dc6f103e527a8996fee9855829e419b771 (diff)
python/stack_data: Updated for version 0.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/stack_data/stack_data.SlackBuild2
-rw-r--r--python/stack_data/stack_data.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/stack_data/stack_data.SlackBuild b/python/stack_data/stack_data.SlackBuild
index 3fb2e7ebe0d49..1227d8374911b 100644
--- a/python/stack_data/stack_data.SlackBuild
+++ b/python/stack_data/stack_data.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=stack_data
-VERSION=${VERSION:-0.6.0}
+VERSION=${VERSION:-0.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/stack_data/stack_data.info b/python/stack_data/stack_data.info
index 4ed792ad0ab44..9ff4e4be0e24a 100644
--- a/python/stack_data/stack_data.info
+++ b/python/stack_data/stack_data.info
@@ -1,10 +1,10 @@
PRGNAM="stack_data"
-VERSION="0.6.0"
+VERSION="0.6.1"
HOMEPAGE="https://github.com/alexmojaki/stack_data"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/s/stack_data/stack_data-0.6.0.tar.gz"
-MD5SUM="eedee8944e6e08ddb3195f968553e861"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/s/stack_data/stack_data-0.6.1.tar.gz"
+MD5SUM="05c8c6c58c02280bc87b6851e40d38e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="asttokens python-executing pure_eval"
+REQUIRES="asttokens python3-executing pure_eval"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"