summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/thonny/thonny.SlackBuild7
-rw-r--r--python/thonny/thonny.info8
2 files changed, 8 insertions, 7 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild
index 51aceb49a2..b3ae4bc0fb 100644
--- a/python/thonny/thonny.SlackBuild
+++ b/python/thonny/thonny.SlackBuild
@@ -21,8 +21,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#version history
-#2.2.0b4 1 jan 2018. first version for slackbuilds.org
-#3.0.5 1 nov 2018. addition of lots of deps.
+#2.2.0b4 1 jan 2018. first version for slackbuilds.org
+#3.0.5 1 nov 2018. addition of lots of deps.
#3.0.8 16 nov 2018. version bump.
#3.1.0 31 jan 2019. version bump.
#3.1.1 10 Feb 2019. version bump.
@@ -31,12 +31,13 @@
#3.2.0b7 22 Jul 2019. version bump.
#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
#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.1}
+VERSION=${VERSION:-3.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info
index 277f536446..36a2db3572 100644
--- a/python/thonny/thonny.info
+++ b/python/thonny/thonny.info
@@ -1,10 +1,10 @@
PRGNAM="thonny"
-VERSION="3.2.1"
+VERSION="3.2.2"
HOMEPAGE="http://thonny.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/5d/d9/bde71673d2a661d6564c78c541b71af197d2d5ccf971466053b7084a61bd/thonny-3.2.1.tar.gz"
-MD5SUM="1cb730804959a2d65822777b805bd59f"
+DOWNLOAD="https://files.pythonhosted.org/packages/d5/e8/46af9617d6722aeb49ea41f2b60af75d0bbc950ffe9d7f2678dae3b03a25/thonny-3.2.2.tar.gz"
+MD5SUM="eb73a8fcd1f7439b14c50cd549cbae28"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions"
+REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"