From owner-svn-ports-head@freebsd.org Fri Jan 8 09:04:34 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2D5DF4C2925; Fri, 8 Jan 2021 09:04:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBxxZ0mFrz3L6K; Fri, 8 Jan 2021 09:04:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 08F70206ED; Fri, 8 Jan 2021 09:04:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10894XnA067733; Fri, 8 Jan 2021 09:04:33 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10894Xco067731; Fri, 8 Jan 2021 09:04:33 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202101080904.10894Xco067731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 8 Jan 2021 09:04:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560753 - head/devel/thonny X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/thonny X-SVN-Commit-Revision: 560753 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2021 09:04:34 -0000 Author: wen Date: Fri Jan 8 09:04:33 2021 New Revision: 560753 URL: https://svnweb.freebsd.org/changeset/ports/560753 Log: - Update to 3.3.2 - Update DEPENDS Modified: head/devel/thonny/Makefile head/devel/thonny/distinfo Modified: head/devel/thonny/Makefile ============================================================================== --- head/devel/thonny/Makefile Fri Jan 8 07:47:02 2021 (r560752) +++ head/devel/thonny/Makefile Fri Jan 8 09:04:33 2021 (r560753) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= thonny -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= devel education python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -13,13 +13,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= pylint:devel/pylint \ - ${PYTHON_PKGNAMEPREFIX}jedi>=0.10:devel/py-jedi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jedi>=0.13:devel/py-jedi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}astroid>=1.4.9:devel/py-astroid@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>=0.13.1:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mypy>=0.470:devel/py-mypy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0.4.0:devel/py-mypy_extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyperclip>=1.5.27:devel/py-pyperclip@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyserial>=3.2.1:comms/py-pyserial@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mypy>=0.670:devel/py-mypy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>=3.4:comms/py-pyserial@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}send2trash>=1.5:deskutils/py-send2trash@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}asttokens>=1.1:devel/py-asttokens@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils Modified: head/devel/thonny/distinfo ============================================================================== --- head/devel/thonny/distinfo Fri Jan 8 07:47:02 2021 (r560752) +++ head/devel/thonny/distinfo Fri Jan 8 09:04:33 2021 (r560753) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607703042 -SHA256 (thonny-3.3.1.tar.gz) = 9e38fd0f671f76daa28080afc56aa79ccef6944f16b677895304f0df8784a9fc -SIZE (thonny-3.3.1.tar.gz) = 1097267 +TIMESTAMP = 1610119725 +SHA256 (thonny-3.3.2.tar.gz) = 48b5d1139e379fe034b8b47d086e5fda6c67c912502edd1dc80a78e440c296e7 +SIZE (thonny-3.3.2.tar.gz) = 1184983