diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-12-11 21:01:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-12 07:09:22 +0700 |
commit | a1dfc84f1d0dc201bb7f9ca030acb66a82c53cd9 (patch) | |
tree | f9a78de25229898d00d526fc16d5321d10c9506f /python/thonny | |
parent | 5c36d75989a699e4782f7ada4d635b9f44af4bc8 (diff) | |
download | slackbuilds-a1dfc84f1d0dc201bb7f9ca030acb66a82c53cd9.tar.gz |
python/thonny: Updated for version 3.3.1.
Signed-off-by: Dave Woodfall <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 9c432d7422..f33a025bdf 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -40,10 +40,11 @@ #3.2.6 06 Jan 2020. version bump. also added optional dep of esptool #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. #note. get download link from https://pypi.org/project/thonny/#files PRGNAM=thonny -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 8fe076f5df..9ff21fb602 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="3.3.0" +VERSION="3.3.1" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/3b/bb/df86fe84fbc789729ee4adfb7e419e3f48664a51bb799bd9bcfb6acb59ac/thonny-3.3.0.tar.gz" -MD5SUM="a688d3f77306f6013626996078706ed3" +DOWNLOAD="https://files.pythonhosted.org/packages/3d/b1/5df3d6ee75332927e858c871fba1b3e0289d117bef6892248dcbbe2a4712/thonny-3.3.1.tar.gz" +MD5SUM="9b8b3a392a0038384f2f394b85cbf5ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens send2trash python-distro" |