Received: by mail.netbsd.org (Postfix, from userid 605) id 869A984D41; Fri, 22 Mar 2019 11:08:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1033184D2C for ; Fri, 22 Mar 2019 11:08:00 +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 nRY9ooCFrc-j for ; Fri, 22 Mar 2019 11:07:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8B33084CEA for ; Fri, 22 Mar 2019 11:07:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84BDEFB16; Fri, 22 Mar 2019 11:07:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553252879291780" MIME-Version: 1.0 Date: Fri, 22 Mar 2019 11:07:59 +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: <20190322110759.84BDEFB16@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. --_----------=_1553252879291780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Mar 22 11:07:59 UTC 2019 Modified Files: pkgsrc/devel/py-ipython: Makefile distinfo Log Message: py-ipython: updated to 7.4.0 IPython 7.4.0 Unicode name completions Make audio normalization optional Fix improper acceptation of return outside of functions. Fixed PyQt 5.11 backwards incompatibility causing sip import failure. Fix Bug where type? woudl crash IPython. Allow to apply @needs_local_scope to cell magics for convenience. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-ipython/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-ipython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553252879291780 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.33 pkgsrc/devel/py-ipython/Makefile:1.34 --- pkgsrc/devel/py-ipython/Makefile:1.33 Tue Feb 19 08:29:56 2019 +++ pkgsrc/devel/py-ipython/Makefile Fri Mar 22 11:07:59 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2019/02/19 08:29:56 adam Exp $ +# $NetBSD: Makefile,v 1.34 2019/03/22 11:07:59 adam Exp $ -DISTNAME= ipython-7.3.0 +DISTNAME= ipython-7.4.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.14 pkgsrc/devel/py-ipython/distinfo:1.15 --- pkgsrc/devel/py-ipython/distinfo:1.14 Tue Feb 19 08:29:56 2019 +++ pkgsrc/devel/py-ipython/distinfo Fri Mar 22 11:07:59 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2019/02/19 08:29:56 adam Exp $ +$NetBSD: distinfo,v 1.15 2019/03/22 11:07:59 adam Exp $ -SHA1 (ipython-7.3.0.tar.gz) = 9e739ddb2313f887eaab85ec3fb6fd1d072d45d8 -RMD160 (ipython-7.3.0.tar.gz) = b893f1e24bf37b92e97006b43382a16ba36e4b41 -SHA512 (ipython-7.3.0.tar.gz) = 3fc0de6b7d1af9e48fd265df57ea2a51d73464d0d7d475cc6d84f219eb6f6705c843ceb2656ee2e8d8fd66d1dcc5b26ff6e7080a7560a981e97d206fd65ebacc -Size (ipython-7.3.0.tar.gz) = 5115887 bytes +SHA1 (ipython-7.4.0.tar.gz) = ff79088dbc47c6997a71745c2567b9935e6c48d4 +RMD160 (ipython-7.4.0.tar.gz) = b0100bb8995c794d40859facd53e7278e7f0f76f +SHA512 (ipython-7.4.0.tar.gz) = 6e5e4c0f605657cadeb5b192c7fafd14aa892b6844d5533c7672ed20bbd54ffbcc8e6be3c1033acf2a96eac421df6ce7bd430c76077ef45e02ff98c1c74272f0 +Size (ipython-7.4.0.tar.gz) = 5118138 bytes SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324 --_----------=_1553252879291780--