From owner-dev-commits-ports-all@freebsd.org Sun May 30 20:02:57 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 1339B633D70; Sun, 30 May 2021 20:02:57 +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 4FtTqh5M0jz3mVp; Sun, 30 May 2021 20:02:56 +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 8574E2306B; Sun, 30 May 2021 20:02:56 +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 14UK2uDE075712; Sun, 30 May 2021 20:02:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14UK2uj5075711; Sun, 30 May 2021 20:02:56 GMT (envelope-from git) Date: Sun, 30 May 2021 20:02:56 GMT Message-Id: <202105302002.14UK2uj5075711@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: 38190543faeb - main - devel/py-ipdb: Update to 0.13.8 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: 38190543faeb7db764fdf0b38fb18f4c3023cca8 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, 30 May 2021 20:02:57 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=38190543faeb7db764fdf0b38fb18f4c3023cca8 commit 38190543faeb7db764fdf0b38fb18f4c3023cca8 Author: Po-Chuan Hsieh AuthorDate: 2021-05-30 19:52:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-30 19:52:25 +0000 devel/py-ipdb: Update to 0.13.8 Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt --- devel/py-ipdb/Makefile | 5 +++-- devel/py-ipdb/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-ipdb/Makefile b/devel/py-ipdb/Makefile index 087d7df42d5f..1a08e4f068d0 100644 --- a/devel/py-ipdb/Makefile +++ b/devel/py-ipdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipdb -PORTVERSION= 0.13.7 +PORTVERSION= 0.13.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,8 @@ COMMENT= IPython-enabled pdb LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=7.17.0:devel/ipython@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipython>=7.17.0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0.10.2:textproc/py-toml@${PY_FLAVOR} USES= python:3.7+ diff --git a/devel/py-ipdb/distinfo b/devel/py-ipdb/distinfo index 296ecf632d35..2c630434903d 100644 --- a/devel/py-ipdb/distinfo +++ b/devel/py-ipdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320144 -SHA256 (ipdb-0.13.7.tar.gz) = 178c367a61c1039e44e17c56fcc4a6e7dc11b33561261382d419b6ddb4401810 -SIZE (ipdb-0.13.7.tar.gz) = 16437 +TIMESTAMP = 1622213928 +SHA256 (ipdb-0.13.8.tar.gz) = 8d368fa048a93ad6c1985d7f1d78d68580c879e4053fc15714bdcf2a1b042d06 +SIZE (ipdb-0.13.8.tar.gz) = 16761