From owner-svn-ports-head@freebsd.org Thu Oct 15 20:07:09 2020 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 39A3D445FDA; Thu, 15 Oct 2020 20:07:09 +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 4CC0gJ1JR5z3fj5; Thu, 15 Oct 2020 20:07:07 +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 78CDF24BD2; Thu, 15 Oct 2020 20:07:07 +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 09FK775H005346; Thu, 15 Oct 2020 20:07:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09FK77Qc005345; Thu, 15 Oct 2020 20:07:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202010152007.09FK77Qc005345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Oct 2020 20:07:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552447 - head/devel/bpython X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/bpython X-SVN-Commit-Revision: 552447 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.33 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: Thu, 15 Oct 2020 20:07:09 -0000 Author: sunpoet Date: Thu Oct 15 20:07:06 2020 New Revision: 552447 URL: https://svnweb.freebsd.org/changeset/ports/552447 Log: Update to 0.20 Changes: https://github.com/bpython/bpython/releases https://github.com/bpython/bpython/blob/master/CHANGELOG Modified: head/devel/bpython/Makefile head/devel/bpython/distinfo Modified: head/devel/bpython/Makefile ============================================================================== --- head/devel/bpython/Makefile Thu Oct 15 20:07:01 2020 (r552446) +++ head/devel/bpython/Makefile Thu Oct 15 20:07:06 2020 (r552447) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bpython -PORTVERSION= 0.19 -PORTREVISION= 1 +PORTVERSION= 0.20 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ https://bpython-interpreter.org/releases/ @@ -16,11 +15,12 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SPHINX} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curtsies>=0.1.18:devel/py-curtsies@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curtsies>=0.3.0:devel/py-curtsies@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} \ ${PY_PYGMENTS} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils Modified: head/devel/bpython/distinfo ============================================================================== --- head/devel/bpython/distinfo Thu Oct 15 20:07:01 2020 (r552446) +++ head/devel/bpython/distinfo Thu Oct 15 20:07:06 2020 (r552447) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588279600 -SHA256 (bpython-0.19.tar.gz) = 476ce09a896c4d34bf5e56aca64650c56fdcfce45781a20dc1521221df8cc49c -SIZE (bpython-0.19.tar.gz) = 216564 +TIMESTAMP = 1602780724 +SHA256 (bpython-0.20.tar.gz) = fec7d97be9912a50d8f5b34ca10d70715c99a33f0cd0b9e4977c1b0f617fa913 +SIZE (bpython-0.20.tar.gz) = 224127