From owner-dev-commits-ports-all@freebsd.org Sun Apr 18 07:11:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 23B815F44EA; Sun, 18 Apr 2021 07:11:39 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNLj62qfmz4bmr; Sun, 18 Apr 2021 07:11:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51EDA272B4; Sun, 18 Apr 2021 07:11:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13I7Bb7t007316; Sun, 18 Apr 2021 07:11:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13I7BbCL007315; Sun, 18 Apr 2021 07:11:37 GMT (envelope-from git) Date: Sun, 18 Apr 2021 07:11:37 GMT Message-Id: <202104180711.13I7BbCL007315@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: eaf110987ecb - main - devel/py-ipdb: Update to 0.13.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: eaf110987ecb618c195a0cca464a18cb31edaab5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 07:11:39 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eaf110987ecb618c195a0cca464a18cb31edaab5 commit eaf110987ecb618c195a0cca464a18cb31edaab5 Author: Po-Chuan Hsieh AuthorDate: 2021-04-18 05:02:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-04-18 05:43:17 +0000 devel/py-ipdb: Update to 0.13.7 Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt --- devel/py-ipdb/Makefile | 8 ++++---- devel/py-ipdb/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-ipdb/Makefile b/devel/py-ipdb/Makefile index 74dee485c730..087d7df42d5f 100644 --- a/devel/py-ipdb/Makefile +++ b/devel/py-ipdb/Makefile @@ -1,6 +1,5 @@ PORTNAME= ipdb -PORTVERSION= 0.13.4 -PORTREVISION= 1 +PORTVERSION= 0.13.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +10,10 @@ COMMENT= IPython-enabled pdb LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=5.1.0:devel/ipython@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=7.17.0:devel/ipython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}toml>=0.10.2:textproc/py-toml@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-ipdb/distinfo b/devel/py-ipdb/distinfo index a152d3ca3923..296ecf632d35 100644 --- a/devel/py-ipdb/distinfo +++ b/devel/py-ipdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601627939 -SHA256 (ipdb-0.13.4.tar.gz) = c85398b5fb82f82399fc38c44fe3532c0dde1754abee727d8f5cfcc74547b334 -SIZE (ipdb-0.13.4.tar.gz) = 15447 +TIMESTAMP = 1618320144 +SHA256 (ipdb-0.13.7.tar.gz) = 178c367a61c1039e44e17c56fcc4a6e7dc11b33561261382d419b6ddb4401810 +SIZE (ipdb-0.13.7.tar.gz) = 16437