From 470804e1cae1934fba6824cdbc6ab8ec83089c74 Mon Sep 17 00:00:00 2001 From: Tim Dickson Date: Sun, 3 Nov 2019 07:02:39 +0700 Subject: python/thonny: Updated for version 3.2.2. Signed-off-by: Willy Sudiarto Raharjo --- python/thonny/thonny.SlackBuild | 7 ++++--- python/thonny/thonny.info | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'python') diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 51aceb49a2..b3ae4bc0fb 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -21,8 +21,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #version history -#2.2.0b4 1 jan 2018. first version for slackbuilds.org -#3.0.5 1 nov 2018. addition of lots of deps. +#2.2.0b4 1 jan 2018. first version for slackbuilds.org +#3.0.5 1 nov 2018. addition of lots of deps. #3.0.8 16 nov 2018. version bump. #3.1.0 31 jan 2019. version bump. #3.1.1 10 Feb 2019. version bump. @@ -31,12 +31,13 @@ #3.2.0b7 22 Jul 2019. version bump. #3.2.0 12 Aug 2019. release version. #3.2.1 6 Sep 2019. version bump. +#3.2.2 2 Nov 2019. version bump. added new dep. asttokens #add optional dep on pygame with python3 support. common for python learners #which thonny is targetted at. #note. get download link from https://pypi.org/project/thonny/#files PRGNAM=thonny -VERSION=${VERSION:-3.2.1} +VERSION=${VERSION:-3.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 277f536446..36a2db3572 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,10 +1,10 @@ PRGNAM="thonny" -VERSION="3.2.1" +VERSION="3.2.2" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/5d/d9/bde71673d2a661d6564c78c541b71af197d2d5ccf971466053b7084a61bd/thonny-3.2.1.tar.gz" -MD5SUM="1cb730804959a2d65822777b805bd59f" +DOWNLOAD="https://files.pythonhosted.org/packages/d5/e8/46af9617d6722aeb49ea41f2b60af75d0bbc950ffe9d7f2678dae3b03a25/thonny-3.2.2.tar.gz" +MD5SUM="eb73a8fcd1f7439b14c50cd549cbae28" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions" +REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens" MAINTAINER="Tim Dickson" EMAIL="dickson.tim@googlemail.com" -- cgit v1.2.3