Received: by mail.netbsd.org (Postfix, from userid 605) id D298F84D78; Sun, 31 May 2020 11:31:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B5E184D77 for ; Sun, 31 May 2020 11:31:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id t4KElEBjMvCI for ; Sun, 31 May 2020 11:31:52 +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 CFBD784D31 for ; Sun, 31 May 2020 11:31:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C378FFB27; Sun, 31 May 2020 11:31:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590924712241830" MIME-Version: 1.0 Date: Sun, 31 May 2020 11:31:52 +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: <20200531113152.C378FFB27@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. --_----------=_1590924712241830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun May 31 11:31:52 UTC 2020 Modified Files: pkgsrc/devel/py-ipython: Makefile distinfo Log Message: py-ipython: updated to 7.15.0 IPython 7.15 brings a number of bug fixes and user facing improvements. Misc Noticeable changes: ------------------------ - Long completion name have better elision in terminal - I've started to test on Python 3.9 and fix some errors. - Hi DPI scaling of figures when using qt eventloop - Document the ability to have systemwide configuration for IPython. - Fix issues with input autoformatting - ``IPython.core.debugger.Pdb`` is now interruptible - Video HTML attributes To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-ipython/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-ipython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590924712241830 Content-Disposition: inline Content-Length: 1739 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.49 pkgsrc/devel/py-ipython/Makefile:1.50 --- pkgsrc/devel/py-ipython/Makefile:1.49 Sun May 3 11:50:09 2020 +++ pkgsrc/devel/py-ipython/Makefile Sun May 31 11:31:52 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2020/05/03 11:50:09 adam Exp $ +# $NetBSD: Makefile,v 1.50 2020/05/31 11:31:52 adam Exp $ -DISTNAME= ipython-7.14.0 +DISTNAME= ipython-7.15.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.28 pkgsrc/devel/py-ipython/distinfo:1.29 --- pkgsrc/devel/py-ipython/distinfo:1.28 Sun May 3 11:50:09 2020 +++ pkgsrc/devel/py-ipython/distinfo Sun May 31 11:31:52 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.28 2020/05/03 11:50:09 adam Exp $ +$NetBSD: distinfo,v 1.29 2020/05/31 11:31:52 adam Exp $ -SHA1 (ipython-7.14.0.tar.gz) = 4b245e9ee17511c2d27937d8ef9f6ce574ac4f60 -RMD160 (ipython-7.14.0.tar.gz) = 4c4bdd2920ffa4df4afeb86f380f797ef38474aa -SHA512 (ipython-7.14.0.tar.gz) = 412829d521711e5cb678b8db169d5b8958d742a07c165a656f7e40c776f21f6e436e8116f31e349da555d500c582d3797c846ac0d7efa8c3f2ea11e87fbfc8c6 -Size (ipython-7.14.0.tar.gz) = 5153406 bytes +SHA1 (ipython-7.15.0.tar.gz) = f56f066a13c379c4dd3c8d7e25f0c8e6919d8518 +RMD160 (ipython-7.15.0.tar.gz) = b2e7e022fccf97aadccff8533d17a762392a9fb9 +SHA512 (ipython-7.15.0.tar.gz) = 46b09a8b6e5611d7b11b26aac475e7b823b00653ea6a3bf1a66d294cef22762b38e63c79f1e4e9bea0fe3e6423b058a2a692dc544c082dca37b9bb91c816cd22 +Size (ipython-7.15.0.tar.gz) = 5245923 bytes SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5 --_----------=_1590924712241830--