diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-01-22 16:34:14 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-25 09:03:46 +0700 |
commit | af9891cc5f69be4087ef49b1d96c23c8f47b51d4 (patch) | |
tree | ed5e2ea3e6ad8f09f514eb481383a0ef7d65723a /python/python3-executing | |
parent | 1c57b3658e290a749b228d08bfb781d6cdb5fe35 (diff) |
python/python3-executing: Version bump to 2.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-executing')
-rw-r--r-- | python/python3-executing/python3-executing.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-executing/python3-executing.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-executing/python3-executing.SlackBuild b/python/python3-executing/python3-executing.SlackBuild index 9d085f2a94..a73ddcb387 100644 --- a/python/python3-executing/python3-executing.SlackBuild +++ b/python/python3-executing/python3-executing.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-executing # Copyright 2022 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2023-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-executing SRCNAM=executing -VERSION=${VERSION:-2.1.0} +VERSION=${VERSION:-2.2.0} 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 d859dfdde0..989953f0db 100644 --- a/python/python3-executing/python3-executing.info +++ b/python/python3-executing/python3-executing.info @@ -1,8 +1,8 @@ PRGNAM="python3-executing" -VERSION="2.1.0" +VERSION="2.2.0" HOMEPAGE="https://github.com/alexmojaki/executing" -DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-2.1.0.tar.gz" -MD5SUM="e64dd9916bb0a6c89f88295f4867c1b6" +DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-2.2.0.tar.gz" +MD5SUM="6d79de70b73814ee0ac523140c47714f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |