summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Tim Dickson2020-11-21 00:02:37 +0100
committer Willy Sudiarto Raharjo2020-11-21 19:14:23 +0100
commit83129eb522827ab5e6781c92e9e2d8a1a8cd60d4 (patch)
treee8948ec453b8413995f496197d741af109f2d303 /python
parent60ee5f06abe4f8c8849065971b7abe9ef3f1c9e9 (diff)
downloadslackbuilds-83129eb522827ab5e6781c92e9e2d8a1a8cd60d4.tar.gz
python/thonny: Updated for version 3.3.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/thonny/thonny.SlackBuild5
-rw-r--r--python/thonny/thonny.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild
index b84b352dd3..9c432d7422 100644
--- a/python/thonny/thonny.SlackBuild
+++ b/python/thonny/thonny.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# Slackware build script for thonny
-# Copyright 2017/8/9,2020 Tim Dickson, Scotland
+# Copyright 2017-20 Tim Dickson, Scotland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -39,10 +39,11 @@
#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
+#3.3.0 16 Nov 2020. version bump.
#note. get download link from https://pypi.org/project/thonny/#files
PRGNAM=thonny
-VERSION=${VERSION:-3.2.7}
+VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info
index 6ee9e5aabc..8fe076f5df 100644
--- a/python/thonny/thonny.info
+++ b/python/thonny/thonny.info
@@ -1,8 +1,8 @@
PRGNAM="thonny"
-VERSION="3.2.7"
+VERSION="3.3.0"
HOMEPAGE="http://thonny.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/d7/d1/5675b17e8ffede9ac649a1db64a7f52109048353eb13da7ae0fde3616d66/thonny-3.2.7.tar.gz"
-MD5SUM="91b2e8f206ec933e0896b406800d05b5"
+DOWNLOAD="https://files.pythonhosted.org/packages/3b/bb/df86fe84fbc789729ee4adfb7e419e3f48664a51bb799bd9bcfb6acb59ac/thonny-3.3.0.tar.gz"
+MD5SUM="a688d3f77306f6013626996078706ed3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens send2trash python-distro"