Received: by mail.netbsd.org (Postfix, from userid 605) id 5125884D62; Fri, 30 Nov 2018 09:59:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5BEDD84D57 for ; Fri, 30 Nov 2018 09:59:41 +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 fTgu1aMvyQrZ for ; Fri, 30 Nov 2018 09:59:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 99F6484D3B for ; Fri, 30 Nov 2018 09:59:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93667FB1F; Fri, 30 Nov 2018 09:59:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1543571980237540" MIME-Version: 1.0 Date: Fri, 30 Nov 2018 09:59:40 +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: <20181130095940.93667FB1F@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. --_----------=_1543571980237540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Nov 30 09:59:40 UTC 2018 Modified Files: pkgsrc/devel/py-ipython: Makefile distinfo Log Message: py-ipython: updated to 7.2.0 IPython 7.2.0 brings minor bugfixes, improvements, and new configuration options: - Fix a bug preventing PySide2 GUI integration from working - Run CI on Mac OS ! - Fix IPython "Demo" mode. - Fix ``%run`` magic with path in name - Fix: add CWD to sys.path *after* stdlib - Better rendering of signatures, especially long ones. - Re-enable jedi by default if it's installed - Add New ``minimal`` exception reporting mode (useful for educational purpose). To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-ipython/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-ipython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1543571980237540 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.31 pkgsrc/devel/py-ipython/Makefile:1.32 --- pkgsrc/devel/py-ipython/Makefile:1.31 Wed Nov 21 17:31:50 2018 +++ pkgsrc/devel/py-ipython/Makefile Fri Nov 30 09:59:40 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2018/11/21 17:31:50 adam Exp $ +# $NetBSD: Makefile,v 1.32 2018/11/30 09:59:40 adam Exp $ -DISTNAME= ipython-7.1.1 +DISTNAME= ipython-7.2.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.12 pkgsrc/devel/py-ipython/distinfo:1.13 --- pkgsrc/devel/py-ipython/distinfo:1.12 Wed Nov 21 17:31:50 2018 +++ pkgsrc/devel/py-ipython/distinfo Fri Nov 30 09:59:40 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2018/11/21 17:31:50 adam Exp $ +$NetBSD: distinfo,v 1.13 2018/11/30 09:59:40 adam Exp $ -SHA1 (ipython-7.1.1.tar.gz) = 6831d67857cabe2cbd720cab309d0c26aa234b83 -RMD160 (ipython-7.1.1.tar.gz) = 84345166ba00ee638d1fcc22c6d1a9aa5879bc0f -SHA512 (ipython-7.1.1.tar.gz) = 180c799a65381aeae85b9efb29660b3f8e69e7b140b24794c92dca67ce6c480966eb2761f4fbf617da623f9232cbd2c03498cfee192d010d7e351ecf7ffde38c -Size (ipython-7.1.1.tar.gz) = 5112249 bytes +SHA1 (ipython-7.2.0.tar.gz) = a7d77e97989e72a4fb767045b9c215fdac586c36 +RMD160 (ipython-7.2.0.tar.gz) = 067d31e86e2b04d721477e18e1e3645c1c71d60b +SHA512 (ipython-7.2.0.tar.gz) = 2236b620d66592d8cb453d03393d818c924f230dbc50f4b1a898fd746bf5c2dde345caa695024e508c81ee5e0e58452613bc31febf8e6df5485efb273327f95b +Size (ipython-7.2.0.tar.gz) = 5112895 bytes SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324 --_----------=_1543571980237540--