diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-06-09 22:33:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-10 14:01:22 +0700 |
commit | 1d158441f2ec96032d761a3c74c663e57437f452 (patch) | |
tree | b0c4af5a7bdba304e0173714d2521a7d9e8e4f9c /python/thonny | |
parent | f2548efd8fe806b0e6ad6486d01c910ad27a9b2f (diff) |
python/thonny: Updated for version 4.1.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/thonny')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 3 | ||||
-rw-r--r-- | python/thonny/thonny.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 79b798d9bd9a..91312f23738d 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -27,12 +27,13 @@ #4.0.0 23 Aug 2022. version bump #4.0.1 14 Sep 2022. version bump #4.0.2 20 Jan 2023. version bump +#4.1.0 7 Jul 2023. version bump #note. get download link from https://pypi.org/project/thonny/#files cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thonny -VERSION=${VERSION:-4.0.2} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index ef512e38078a..7db52bf44d4e 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="4.0.2" +VERSION="4.1.0" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/41/e1/a25c8a131ffda27591cf6ebbffd4057bbc5e848ffb83aaddb28828ef882e/thonny-4.0.2.tar.gz" -MD5SUM="b4c826a90a2f27671b555930e8ff7388" +DOWNLOAD="https://files.pythonhosted.org/packages/b4/c1/fff54391ea3dd8844802127fb9f8f66459b718685047e3e8b7ea36345285/thonny-4.1.0.tar.gz" +MD5SUM="c0e472bacca4b9fa32e3888bfe7a59a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi python3-pylint pyserial mypy asttokens send2trash" |