diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-08-18 06:45:33 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-19 09:15:16 +0700 |
commit | caa517e950c1dcec13da97494b5f3797e37dc574 (patch) | |
tree | 034e24412d192e2ae4d3cf0b239c4bdadbad61b3 /python/thonny | |
parent | 8facd3c8080515dcb217a764138b5577d8ddd6d9 (diff) |
python/thonny: Updated for version 4.1.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/thonny')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 8 | ||||
-rw-r--r-- | python/thonny/thonny.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index d0302163aa5c..5fd6f3edc22c 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -20,21 +20,19 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#version history -edited down in size +#version history -edited down in size to first and last 4 updates #2.2.0b4 1 jan 2018. first version for slackbuilds.org #editted out :-) -#3.3.14 15 May 2022. version bump -#4.0.0 23 Aug 2022. version bump -#4.0.1 14 Sep 2022. version bump #4.0.2 20 Jan 2023. version bump #4.1.0 7 Jun 2023. version bump #4.1.1 16 Jun 2023. version bump +#4.1.2 16 Aug 2023. version bump #note. get download link from https://pypi.org/project/thonny/#files cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thonny -VERSION=${VERSION:-4.1.1} +VERSION=${VERSION:-4.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 1f69278dc76d..b150d90547d5 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="4.1.1" +VERSION="4.1.2" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/69/a8/7b71c9f1e153b21e10413f7771ac530b1a81bc25a031093068c57342d05c/thonny-4.1.1.tar.gz" -MD5SUM="a8c244773910c46fcfcc1b21a8d57395" +DOWNLOAD="https://files.pythonhosted.org/packages/71/bb/2313b8a7d40408085fdc19789708f15ad068d61fec63156d4bc4dfae10dd/thonny-4.1.2.tar.gz" +MD5SUM="db171657fae4fbf3cf02becac0e37ece" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi python3-pylint pyserial mypy asttokens send2trash" |