diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2019-11-16 19:55:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-16 19:56:19 +0700 |
commit | 3bce55d8f5ecb01665a2fcf42547988f589d4745 (patch) | |
tree | 4434184300ae6f7af7108bcce45941ecd86611c9 | |
parent | b1202a3aa3951ace60b1e692af1bc48705303d2c (diff) | |
download | slackbuilds-3bce55d8f5ecb01665a2fcf42547988f589d4745.tar.gz |
python/thonny: Updated for version 3.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 b3ae4bc0fb..1680cb97aa 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -32,12 +32,13 @@ #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 +#3.2.3 4 Nov 2019. version bump. #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.2} +VERSION=${VERSION:-3.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 36a2db3572..eb45286695 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="3.2.2" +VERSION="3.2.3" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/d5/e8/46af9617d6722aeb49ea41f2b60af75d0bbc950ffe9d7f2678dae3b03a25/thonny-3.2.2.tar.gz" -MD5SUM="eb73a8fcd1f7439b14c50cd549cbae28" +DOWNLOAD="https://files.pythonhosted.org/packages/e8/b7/67485794b995db9e655d2a0edd8a1eda4681209680e44ff46f92fbb45061/thonny-3.2.3.tar.gz" +MD5SUM="e599e2da191044f632c930ce602f651d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens" |