Received: by mail.netbsd.org (Postfix, from userid 605) id 4C7E484DA6; Tue, 3 Apr 2018 11:15:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5091984D57 for ; Tue, 3 Apr 2018 11:15:22 +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 BEJ6HBv3mKTU for ; Tue, 3 Apr 2018 11:15:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 755A884CD9 for ; Tue, 3 Apr 2018 11:15:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F56CFBEC; Tue, 3 Apr 2018 11:15:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1522754121158970" MIME-Version: 1.0 Date: Tue, 3 Apr 2018 11:15:21 +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: <20180403111521.6F56CFBEC@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. --_----------=_1522754121158970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 3 11:15:21 UTC 2018 Modified Files: pkgsrc/devel/py-ipython: Makefile distinfo Log Message: py-ipython: updated to 6.3.0 IPython 6.3 contains all the bug fixes and features in IPython 5.6. In addition: A new display class IPython.display.Code can be used to display syntax highlighted code in a notebook The %%html magic now takes a --isolated option to put the content in an iframe The code to find completions using the Jedi library has had various adjustments. This is still a work in progress, but we hope this version has fewer annoyances The post event callbacks are now always called, even when the execution failed (for example because of a SyntaxError). The execution info and result objects are now made available in the corresponding pre or post *_run_cell event callbacks in a backward compatible manner Performance with very long code cells (hundreds of lines) is greatly improved To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-ipython/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-ipython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1522754121158970 Content-Disposition: inline Content-Length: 2871 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.26 pkgsrc/devel/py-ipython/Makefile:1.27 --- pkgsrc/devel/py-ipython/Makefile:1.26 Thu Jan 25 09:28:15 2018 +++ pkgsrc/devel/py-ipython/Makefile Tue Apr 3 11:15:21 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2018/01/25 09:28:15 adam Exp $ +# $NetBSD: Makefile,v 1.27 2018/04/03 11:15:21 adam Exp $ -DISTNAME= ipython-6.2.1 +DISTNAME= ipython-6.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/} @@ -11,18 +10,17 @@ HOMEPAGE= http://ipython.org/ COMMENT= Interactive computing environment for Python LICENSE= modified-bsd +DEPENDS+= ${PYPKGPREFIX}-backcall-[0-9]*:../../devel/py-backcall DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator DEPENDS+= ${PYPKGPREFIX}-jedi>=0.10:../../editors/py-jedi DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect DEPENDS+= ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare -DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=1.0.4:../../devel/py-prompt_toolkit +DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=1.0.15:../../devel/py-prompt_toolkit DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments DEPENDS+= ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-simplegeneric>0.8:../../devel/py-simplegeneric DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets -BUILD_DEPENDS+= ${PYPKGPREFIX}-nose>=0.10.1:../../devel/py-nose -BUILD_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath USE_LANGUAGES= # none Index: pkgsrc/devel/py-ipython/distinfo diff -u pkgsrc/devel/py-ipython/distinfo:1.7 pkgsrc/devel/py-ipython/distinfo:1.8 --- pkgsrc/devel/py-ipython/distinfo:1.7 Mon Oct 16 18:03:49 2017 +++ pkgsrc/devel/py-ipython/distinfo Tue Apr 3 11:15:21 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2017/10/16 18:03:49 adam Exp $ +$NetBSD: distinfo,v 1.8 2018/04/03 11:15:21 adam Exp $ -SHA1 (ipython-6.2.1.tar.gz) = 2b27777e44632ab154571419e71c79c146445ad2 -RMD160 (ipython-6.2.1.tar.gz) = f7094dd45769f922d15f84ea3f3352e5da4ec812 -SHA512 (ipython-6.2.1.tar.gz) = ddc9f8004293ec6b7653f857b00d79b6d28ea3b79be894dc7f8ec993c7dc53b244de21a65322915f6bbcf82bbbd0f5632ff378774247315b67c6142cf9228222 -Size (ipython-6.2.1.tar.gz) = 5075151 bytes +SHA1 (ipython-6.3.0.tar.gz) = 021ad7a7c9c83a6d94136bae7e99162df40bb0f3 +RMD160 (ipython-6.3.0.tar.gz) = 4383084d9670eab9c44193a2ddbef7a79dfa8300 +SHA512 (ipython-6.3.0.tar.gz) = 4b832a3e4ff812d2db311d195425175185ecbffa3ec9e6cf0396c92bf55073ef651c94024b628bea4b570c0c7506b5ae7586aa22679179fe2c23333dd8564ab9 +Size (ipython-6.3.0.tar.gz) = 5089724 bytes SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324 --_----------=_1522754121158970--