From a1dfc84f1d0dc201bb7f9ca030acb66a82c53cd9 Mon Sep 17 00:00:00 2001 From: Tim Dickson Date: Fri, 11 Dec 2020 21:01:19 +0000 Subject: [PATCH] python/thonny: Updated for version 3.3.1. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/thonny/thonny.SlackBuild | 3 ++- 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"