diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-01-25 09:02:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-25 09:02:57 +0700 |
commit | 5cbab2de79f518173450c7fae133472b73af2268 (patch) | |
tree | fb22a077d7774f85ef4b40ac86947692b5fc6aeb /python/thonny | |
parent | 34037102f8fa7d7219ae561d9438044804bd3ada (diff) |
python/thonny: Updated for version 3.2.7.
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 | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index e244f1e38007..b84b352dd372 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -38,10 +38,11 @@ #add optional dep on pygame with python3 support. common for python learners #which thonny is targetted at. #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 #note. get download link from https://pypi.org/project/thonny/#files PRGNAM=thonny -VERSION=${VERSION:-3.2.6} +VERSION=${VERSION:-3.2.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index d32db2e553c3..6ee9e5aabcbf 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,10 +1,10 @@ PRGNAM="thonny" -VERSION="3.2.6" +VERSION="3.2.7" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/03/ec/6d40aa06d8b570ca48641cc09617ac5e379bda58c67dd859bcdb6ccfa830/thonny-3.2.6.tar.gz" -MD5SUM="f75846ba50bf697f8710e226ee694b1b" +DOWNLOAD="https://files.pythonhosted.org/packages/d7/d1/5675b17e8ffede9ac649a1db64a7f52109048353eb13da7ae0fde3616d66/thonny-3.2.7.tar.gz" +MD5SUM="91b2e8f206ec933e0896b406800d05b5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens send2trash" +REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens send2trash python-distro" MAINTAINER="Tim Dickson" EMAIL="dickson.tim@googlemail.com" |