diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-10-28 09:17:19 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 09:15:09 +0700 |
commit | c7b5192de8efa86c9f277b197c28a98037aee363 (patch) | |
tree | 94f1c0b2f9840c3ed769eaf4492a7eeabf25e46f /python/thonny | |
parent | eb7f400a266eff79b0ce065a7a7b7c3a4061fa1a (diff) |
python/thonny: Update deps.
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 | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index f314e7c2fa30..68e35eab1ed7 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -27,13 +27,14 @@ #4.1.1 16 Jun 2023. version bump #4.1.2 16 Aug 2023. version bump #4.1.3 5 Oct 2023. version bump +#4.1.3 build2 27 Oct 2023. change deps. #note. get download link from https://pypi.org/project/thonny/#files cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thonny VERSION=${VERSION:-4.1.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index b5f7d60704a4..5cda9202875e 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/86/2b/7ffd80b5413859bddc93eb6c MD5SUM="dacebfc4ee55a6114befeb3faaadee2f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-jedi python3-pylint pyserial mypy asttokens send2trash" +REQUIRES="python3-jedi python3-pylint pyserial mypy python3-asttokens send2trash" MAINTAINER="Tim Dickson" EMAIL="dickson.tim@googlemail.com" |