From owner-svn-ports-head@freebsd.org Wed Jan 6 20:27:23 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 92FC34DD9D7; Wed, 6 Jan 2021 20:27:23 +0000 (UTC) (envelope-from sunpoet@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 4DB1BJ4yTTz4tHZ; Wed, 6 Jan 2021 20:27:20 +0000 (UTC) (envelope-from sunpoet@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 0BAB324B7D; Wed, 6 Jan 2021 20:27:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 106KRHEZ022014; Wed, 6 Jan 2021 20:27:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 106KRHc9022012; Wed, 6 Jan 2021 20:27:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202101062027.106KRHc9022012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 6 Jan 2021 20:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560599 - head/devel/py-ptpython X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-ptpython X-SVN-Commit-Revision: 560599 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: Wed, 06 Jan 2021 20:27:25 -0000 Author: sunpoet Date: Wed Jan 6 20:27:17 2021 New Revision: 560599 URL: https://svnweb.freebsd.org/changeset/ports/560599 Log: Update to 3.0.8 Changes: https://github.com/prompt-toolkit/ptpython/blob/master/CHANGELOG Modified: head/devel/py-ptpython/Makefile head/devel/py-ptpython/distinfo Modified: head/devel/py-ptpython/Makefile ============================================================================== --- head/devel/py-ptpython/Makefile Wed Jan 6 20:27:12 2021 (r560598) +++ head/devel/py-ptpython/Makefile Wed Jan 6 20:27:17 2021 (r560599) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ptpython -PORTVERSION= 3.0.7 -PORTREVISION= 1 +PORTVERSION= 3.0.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jedi>=0.9.0:devel/py-jedi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jedi>=0.16.0:devel/py-jedi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.0<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} Modified: head/devel/py-ptpython/distinfo ============================================================================== --- head/devel/py-ptpython/distinfo Wed Jan 6 20:27:12 2021 (r560598) +++ head/devel/py-ptpython/distinfo Wed Jan 6 20:27:17 2021 (r560599) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601319702 -SHA256 (ptpython-3.0.7.tar.gz) = 34814eb410f854c823be4c4a34124e1dc8ca696da1c1fa611f9da606c5a8a609 -SIZE (ptpython-3.0.7.tar.gz) = 404915 +TIMESTAMP = 1609953919 +SHA256 (ptpython-3.0.8.tar.gz) = efabbe0bb8301df42074598cc09c77c5752ffa98eecabbcf7c3f7a154f557539 +SIZE (ptpython-3.0.8.tar.gz) = 407242