Received: by mail.netbsd.org (Postfix, from userid 605) id 83E2A84DC7; Mon, 2 Sep 2019 07:55:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B03984DA6 for ; Mon, 2 Sep 2019 07:55:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id L3B4kXzWH3MZ for ; Mon, 2 Sep 2019 07:55:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8134C84D86 for ; Mon, 2 Sep 2019 07:55:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7AB61FBF4; Mon, 2 Sep 2019 07:55:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1567410953151190" MIME-Version: 1.0 Date: Mon, 2 Sep 2019 07:55:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ipython To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190902075553.7AB61FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1567410953151190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 2 07:55:53 UTC 2019 Modified Files: pkgsrc/devel/py-ipython: Makefile distinfo Log Message: py-ipython: updated to 7.8.0 IPython 7.8.0 contain a few bugfix and 2 new APIs: - Enable changing the font color for LaTeX rendering - and Re-Expose some PDB API To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-ipython/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-ipython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1567410953151190 Content-Disposition: inline Content-Length: 1729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ipython/Makefile diff -u pkgsrc/devel/py-ipython/Makefile:1.39 pkgsrc/devel/py-ipython/Makefile:1.40 --- pkgsrc/devel/py-ipython/Makefile:1.39 Sat Aug 3 12:31:47 2019 +++ pkgsrc/devel/py-ipython/Makefile Mon Sep 2 07:55:53 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2019/08/03 12:31:47 adam Exp $ +# $NetBSD: Makefile,v 1.40 2019/09/02 07:55:53 adam Exp $ -DISTNAME= ipython-7.7.0 +DISTNAME= ipython-7.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/} Index: pkgsrc/devel/py-ipython/distinfo diff -u pkgsrc/devel/py-ipython/distinfo:1.19 pkgsrc/devel/py-ipython/distinfo:1.20 --- pkgsrc/devel/py-ipython/distinfo:1.19 Sat Aug 3 12:31:47 2019 +++ pkgsrc/devel/py-ipython/distinfo Mon Sep 2 07:55:53 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2019/08/03 12:31:47 adam Exp $ +$NetBSD: distinfo,v 1.20 2019/09/02 07:55:53 adam Exp $ -SHA1 (ipython-7.7.0.tar.gz) = bd792eb96caaa5ebd9b62c9cd857c605b7133d20 -RMD160 (ipython-7.7.0.tar.gz) = c24a892618a61f7ab8d61527acbc0d5061d7dc89 -SHA512 (ipython-7.7.0.tar.gz) = fda35fc5df9611030a43b7ec85c3fe28d36bb0f231470def4293add69b595ca2109f5e46d274b3e08059091a5b6786c2f19463d4942ada3038e5737f26facaf7 -Size (ipython-7.7.0.tar.gz) = 5157086 bytes +SHA1 (ipython-7.8.0.tar.gz) = c3d6f2a7071b48639b6ba48b16db76a4c83dbe43 +RMD160 (ipython-7.8.0.tar.gz) = cb00443f657eaaa6df5394fc86d076e65082b337 +SHA512 (ipython-7.8.0.tar.gz) = a7244c9b342dda1fc547bd85e15a2369becbd2fa212a91beb90564c6113ecba98c382a1f5037afcc1ba17b9cd9a7f000838e1bf3fbf78c8da799b9006d3a217a +Size (ipython-7.8.0.tar.gz) = 5198219 bytes SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5 --_----------=_1567410953151190--