summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Tim Dickson2019-12-28 03:24:54 +0100
committer Willy Sudiarto Raharjo2019-12-28 03:24:54 +0100
commit6f8f791295c1cdcda471b29a4ab6d4f1d09867cc (patch)
tree99db2e8054970d766c527a141ee795aa0dab7d91 /python
parentca7b316557d9a1046efe642d7e50000c4166860c (diff)
downloadslackbuilds-6f8f791295c1cdcda471b29a4ab6d4f1d09867cc.tar.gz
python/thonny: Updated for version 3.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/thonny/thonny.SlackBuild3
-rw-r--r--python/thonny/thonny.info8
2 files changed, 6 insertions, 5 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild
index 3fa09650d0..a370388e43 100644
--- a/python/thonny/thonny.SlackBuild
+++ b/python/thonny/thonny.SlackBuild
@@ -34,12 +34,13 @@
#3.2.2 2 Nov 2019. version bump. added new dep. asttokens
#3.2.3 4 Nov 2019. version bump.
#3.2.4 10 Dec 2019. version bump.
+#3.2.5 25 Dec 2019. version bump. added extra dep. send2trash
#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.4}
+VERSION=${VERSION:-3.2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info
index 1291748a54..0a40a14a32 100644
--- a/python/thonny/thonny.info
+++ b/python/thonny/thonny.info
@@ -1,10 +1,10 @@
PRGNAM="thonny"
-VERSION="3.2.4"
+VERSION="3.2.5"
HOMEPAGE="http://thonny.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/48/34/e79bc74ddde781aa50cd3a0fa16ffd73d15043b56256b07b80e4693cc7e2/thonny-3.2.4.tar.gz"
-MD5SUM="6b990ce08be0279e9ff1ba4911d0fe33"
+DOWNLOAD="https://files.pythonhosted.org/packages/b4/a6/be48ec8b223e849598e86e7997044ca205d8edab85bb3a02d9b20e8fb663/thonny-3.2.5.tar.gz"
+MD5SUM="2b0a7d8daf9d52155d9099d86b6608cf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens"
+REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens send2trash"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"