From owner-dev-commits-ports-main@freebsd.org Mon Jun 14 17:47:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 C91CC661F88; Mon, 14 Jun 2021 17:47:20 +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 4G3f6G3pFgz3vkg; Mon, 14 Jun 2021 17:47:18 +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 AC63219125; Mon, 14 Jun 2021 17:47:16 +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 15EHlG4B054302; Mon, 14 Jun 2021 17:47:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EHlGhX054301; Mon, 14 Jun 2021 17:47:16 GMT (envelope-from git) Date: Mon, 14 Jun 2021 17:47:16 GMT Message-Id: <202106141747.15EHlGhX054301@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: 7dc95abf4bc1 - main - devel/py-ipdb: Update to 0.13.9 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: 7dc95abf4bc192c6e6af1ae0f234d5f6d02b85ba Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 17:47:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7dc95abf4bc192c6e6af1ae0f234d5f6d02b85ba commit 7dc95abf4bc192c6e6af1ae0f234d5f6d02b85ba Author: Po-Chuan Hsieh AuthorDate: 2021-06-14 17:39:58 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-14 17:39:58 +0000 devel/py-ipdb: Update to 0.13.9 Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt --- devel/py-ipdb/Makefile | 2 +- devel/py-ipdb/distinfo | 6 +++--- devel/py-ipdb/pkg-descr | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/py-ipdb/Makefile b/devel/py-ipdb/Makefile index 1a08e4f068d0..084ccfbf85ef 100644 --- a/devel/py-ipdb/Makefile +++ b/devel/py-ipdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipdb -PORTVERSION= 0.13.8 +PORTVERSION= 0.13.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ipdb/distinfo b/devel/py-ipdb/distinfo index 2c630434903d..86fb8d13fe50 100644 --- a/devel/py-ipdb/distinfo +++ b/devel/py-ipdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622213928 -SHA256 (ipdb-0.13.8.tar.gz) = 8d368fa048a93ad6c1985d7f1d78d68580c879e4053fc15714bdcf2a1b042d06 -SIZE (ipdb-0.13.8.tar.gz) = 16761 +TIMESTAMP = 1622214076 +SHA256 (ipdb-0.13.9.tar.gz) = 951bd9a64731c444fd907a5ce268543020086a697f6be08f7cc2c9a752a278c5 +SIZE (ipdb-0.13.9.tar.gz) = 16820 diff --git a/devel/py-ipdb/pkg-descr b/devel/py-ipdb/pkg-descr index f2708be9d526..1e2d3ad99cfe 100644 --- a/devel/py-ipdb/pkg-descr +++ b/devel/py-ipdb/pkg-descr @@ -2,5 +2,4 @@ ipdb exports functions to access the IPython debugger, which features tab completion, syntax highlighting, better tracebacks, better introspection with the same interface as the pdb module. -WWW: https://pypi.org/project/ipdb/ WWW: https://github.com/gotcha/ipdb