Received: by mail.netbsd.org (Postfix, from userid 605) id 157EF84D41; Mon, 5 Sep 2022 08:26:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F19884D27 for ; Mon, 5 Sep 2022 08:26:13 +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 lVSqNWtXhhEG for ; Mon, 5 Sep 2022 08:26:12 +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 C4EA584D12 for ; Mon, 5 Sep 2022 08:26:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE37DFA90; Mon, 5 Sep 2022 08:26:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662366372270" MIME-Version: 1.0 Date: Mon, 5 Sep 2022 08:26:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ipykernel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220905082612.BE37DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662366372270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 5 08:26:12 UTC 2022 Modified Files: pkgsrc/devel/py-ipykernel: Makefile distinfo Log Message: py-ipykernel: updated to 6.15.2 6.15.2 Bugs fixed - `_abort_queues` is no longer async To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-ipykernel/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-ipykernel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662366372270 Content-Disposition: inline Content-Length: 1626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ipykernel/Makefile diff -u pkgsrc/devel/py-ipykernel/Makefile:1.40 pkgsrc/devel/py-ipykernel/Makefile:1.41 --- pkgsrc/devel/py-ipykernel/Makefile:1.40 Sun Sep 4 18:52:57 2022 +++ pkgsrc/devel/py-ipykernel/Makefile Mon Sep 5 08:26:12 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2022/09/04 18:52:57 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2022/09/05 08:26:12 adam Exp $ -DISTNAME= ipykernel-6.15.1 +DISTNAME= ipykernel-6.15.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipykernel/} Index: pkgsrc/devel/py-ipykernel/distinfo diff -u pkgsrc/devel/py-ipykernel/distinfo:1.33 pkgsrc/devel/py-ipykernel/distinfo:1.34 --- pkgsrc/devel/py-ipykernel/distinfo:1.33 Fri Jul 8 17:51:39 2022 +++ pkgsrc/devel/py-ipykernel/distinfo Mon Sep 5 08:26:12 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2022/07/08 17:51:39 adam Exp $ +$NetBSD: distinfo,v 1.34 2022/09/05 08:26:12 adam Exp $ -BLAKE2s (ipykernel-6.15.1.tar.gz) = 67378157ae1731a3516e2be9d4ece3da4e954700710164357c376459ab3ee0f1 -SHA512 (ipykernel-6.15.1.tar.gz) = 10f2390a4edafea89fcc049d5e07ef542418a3a7b076efec1f02bc0a787e01280624cc543bb60604478cae63b58a86d031b549a6f872c7a8530043d670dbdc0e -Size (ipykernel-6.15.1.tar.gz) = 133140 bytes +BLAKE2s (ipykernel-6.15.2.tar.gz) = ed55da1add95a9625146441f36c3efd452709cd49390141c822e227ff905fd8a +SHA512 (ipykernel-6.15.2.tar.gz) = 14f1f819d67f16e9c5ea5705ce9c1827bd1ae44f742ca809c4402ef64b229e902f9a724c0609cbf225da595f4ed48cd14348f3c887d70bc18c4b017ec01de720 +Size (ipykernel-6.15.2.tar.gz) = 133297 bytes --_----------=_1662366372270--