diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-07-25 17:49:27 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-30 11:26:24 +0700 |
commit | a6acf00389699c4abb24d482215a7d36dcbe12a6 (patch) | |
tree | b77c04a8cf883055368fddb4cf74a83ca9c1d821 /python | |
parent | 756ac25c09621a68ba982e3a8125200460ee9672 (diff) | |
download | slackbuilds-a6acf00389699c4abb24d482215a7d36dcbe12a6.tar.gz |
python/python-executing: Updated for version 0.9.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/python-executing/python-executing.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-executing/python-executing.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-executing/python-executing.SlackBuild b/python/python-executing/python-executing.SlackBuild index 8073b14dd6..ed6231f330 100644 --- a/python/python-executing/python-executing.SlackBuild +++ b/python/python-executing/python-executing.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-executing -VERSION=${VERSION:-0.8.3} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python-executing/python-executing.info b/python/python-executing/python-executing.info index 5f78fefb52..cc0b5d7a5e 100644 --- a/python/python-executing/python-executing.info +++ b/python/python-executing/python-executing.info @@ -1,8 +1,8 @@ PRGNAM="python-executing" -VERSION="0.8.3" +VERSION="0.9.0" HOMEPAGE="https://github.com/alexmojaki/executing" -DOWNLOAD="https://files.pythonhosted.org/packages/16/14/5a9b7b7725e85aa66f00a89f1e912ded203217016562747f8b8effcf52bc/executing-0.8.3.tar.gz" -MD5SUM="43da806fc75eaba315e4947b329d2a90" +DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-0.9.0.tar.gz" +MD5SUM="528397668221290db40c2b6b433d5c09" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |