Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 009C01A9239 for ; Fri, 10 Dec 2021 09:06:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3A4E784D4B; Fri, 10 Dec 2021 09:06:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 71FB084CE2 for ; Fri, 10 Dec 2021 09:06:14 +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 hb9lzp6HjbXC for ; Fri, 10 Dec 2021 09:06:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E661E84CD9 for ; Fri, 10 Dec 2021 09:06:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DFF80FAEC; Fri, 10 Dec 2021 09:06:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639127173287960" MIME-Version: 1.0 Date: Fri, 10 Dec 2021 09:06:13 +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: <20211210090613.DFF80FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639127173287960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Dec 10 09:06:13 UTC 2021 Modified Files: pkgsrc/devel/py-ipython: Makefile distinfo Log Message: py-ipython: updated to 7.30.1 7.30.1: Bug fixes To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/py-ipython/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-ipython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639127173287960 Content-Disposition: inline Content-Length: 1643 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.66 pkgsrc/devel/py-ipython/Makefile:1.67 --- pkgsrc/devel/py-ipython/Makefile:1.66 Sat Nov 27 11:41:47 2021 +++ pkgsrc/devel/py-ipython/Makefile Fri Dec 10 09:06:13 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2021/11/27 11:41:47 adam Exp $ +# $NetBSD: Makefile,v 1.67 2021/12/10 09:06:13 adam Exp $ -DISTNAME= ipython-7.30.0 +DISTNAME= ipython-7.30.1 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.45 pkgsrc/devel/py-ipython/distinfo:1.46 --- pkgsrc/devel/py-ipython/distinfo:1.45 Sat Nov 27 11:41:47 2021 +++ pkgsrc/devel/py-ipython/distinfo Fri Dec 10 09:06:13 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.45 2021/11/27 11:41:47 adam Exp $ +$NetBSD: distinfo,v 1.46 2021/12/10 09:06:13 adam Exp $ -BLAKE2s (ipython-7.30.0.tar.gz) = 99ed1ec13e8203bb12cdd05b8e6eb13890fef0821292453d3ad95bc0c41b21f5 -SHA512 (ipython-7.30.0.tar.gz) = a3de277701154ebe458809796d7a71319ea41f87dc914814571fcd5723050a5e6c9af06ff2a28b336b1ec9dfc4288b27b141d3faa04d98d43f3f9836ba059f50 -Size (ipython-7.30.0.tar.gz) = 5154105 bytes +BLAKE2s (ipython-7.30.1.tar.gz) = dab53b7abce09217dc522131bd30410cf719037f80fe459bb3034d2696e4e9cd +SHA512 (ipython-7.30.1.tar.gz) = 839f709e019dd5efe32730f2e4c457e6dae0db5490844805d30f12a1fd17bfb2f991f1374a84542b2392d3ce332096d3922471c6b14149331075be8719b14734 +Size (ipython-7.30.1.tar.gz) = 5154336 bytes SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5 --_----------=_1639127173287960--