diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2021-01-28 22:14:28 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-30 10:29:11 +0700 |
commit | 6ad5458642604db036c6f9a9f69928cac2705ecc (patch) | |
tree | b27c6b61e404cef43e9e4666a34b4116489a5ad5 /python | |
parent | c436e2c47a8b8b1d93c3045b3ba7f2cbb78baa68 (diff) | |
download | slackbuilds-6ad5458642604db036c6f9a9f69928cac2705ecc.tar.gz |
python/thonny: Updated for version 3.3.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 6 | ||||
-rw-r--r-- | python/thonny/thonny.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index f33a025bdf..fb9c5f3734 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # Slackware build script for thonny -# Copyright 2017-20 Tim Dickson, Scotland +# Copyright 2017-21 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -41,10 +41,12 @@ #3.2.7 23 Jan 2020. version bump. added dep of python-distro #3.3.0 16 Nov 2020. version bump. #3.3.1 7 Dec 2020. version bump. +#3.3.2 14 Jan 2021. version bump. +#3.3.3 27 Jan 2021. version bump. #note. get download link from https://pypi.org/project/thonny/#files PRGNAM=thonny -VERSION=${VERSION:-3.3.1} +VERSION=${VERSION:-3.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 9ff21fb602..651c1d249e 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="3.3.1" +VERSION="3.3.3" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/3d/b1/5df3d6ee75332927e858c871fba1b3e0289d117bef6892248dcbbe2a4712/thonny-3.3.1.tar.gz" -MD5SUM="9b8b3a392a0038384f2f394b85cbf5ea" +DOWNLOAD="https://files.pythonhosted.org/packages/91/79/29353fde3dd505cfc9e01bd419c52c6a0d20052b5a5f3566930a6d126405/thonny-3.3.3.tar.gz" +MD5SUM="7685b1be523762125cc0e4bce0d04ef0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens send2trash python-distro" |