diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-11-13 19:15:25 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-18 09:16:04 +0700 |
commit | 8c0579e0e84550e20ff273bba0439c38549f33da (patch) | |
tree | b81c5ba1bcb7ba06fd7d26112a0ab7c3b42690e2 /python/python3-executing | |
parent | 118cdfa15f5ebc1cc79c73f78702bf83ebb242be (diff) |
python/python3-executing: Updated for version 2.0.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-executing')
-rw-r--r-- | python/python3-executing/python3-executing.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-executing/python3-executing.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-executing/python3-executing.SlackBuild b/python/python3-executing/python3-executing.SlackBuild index 68c3be5bc9ce6..a420b9b44a9aa 100644 --- a/python/python3-executing/python3-executing.SlackBuild +++ b/python/python3-executing/python3-executing.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-executing SRCNAM=executing -VERSION=${VERSION:-2.0.0} +VERSION=${VERSION:-2.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-executing/python3-executing.info b/python/python3-executing/python3-executing.info index 4b192ae00500c..465e83ab6caa3 100644 --- a/python/python3-executing/python3-executing.info +++ b/python/python3-executing/python3-executing.info @@ -1,8 +1,8 @@ PRGNAM="python3-executing" -VERSION="2.0.0" +VERSION="2.0.1" HOMEPAGE="https://github.com/alexmojaki/executing" -DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-2.0.0.tar.gz" -MD5SUM="c75dff7f11e8ae91c9f30fe116423b60" +DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-2.0.1.tar.gz" +MD5SUM="91da12f933267a5fe085033db2a3b84d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |