Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D6E684F4A for ; Tue, 5 Sep 2023 04:37:11 +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 szMUEX4QKdiv for ; Tue, 5 Sep 2023 04:37:10 +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 D65D684CF4 for ; Tue, 5 Sep 2023 04:37:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C95FBFBDB; Tue, 5 Sep 2023 04:37:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693888630212690" MIME-Version: 1.0 Date: Tue, 5 Sep 2023 04:37:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ipykernel To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230905043710.C95FBFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693888630212690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Sep 5 04:37:10 UTC 2023 Modified Files: pkgsrc/devel/py-ipykernel: Makefile distinfo Log Message: py-ipykernel: updated to 6.25.2 6.25.2 Bugs fixed - Make iostream shutdown more robust - Don't call QApplication.setQuitOnLastWindowClosed(False). - Avoid starting IOPub background thread after it's been stopped To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/py-ipykernel/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-ipykernel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693888630212690 Content-Disposition: inline Content-Length: 1609 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.54 pkgsrc/devel/py-ipykernel/Makefile:1.55 --- pkgsrc/devel/py-ipykernel/Makefile:1.54 Mon Aug 7 18:19:44 2023 +++ pkgsrc/devel/py-ipykernel/Makefile Tue Sep 5 04:37:10 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2023/08/07 18:19:44 adam Exp $ +# $NetBSD: Makefile,v 1.55 2023/09/05 04:37:10 adam Exp $ -DISTNAME= ipykernel-6.25.1 +DISTNAME= ipykernel-6.25.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipykernel/} Index: pkgsrc/devel/py-ipykernel/distinfo diff -u pkgsrc/devel/py-ipykernel/distinfo:1.46 pkgsrc/devel/py-ipykernel/distinfo:1.47 --- pkgsrc/devel/py-ipykernel/distinfo:1.46 Mon Aug 7 18:19:44 2023 +++ pkgsrc/devel/py-ipykernel/distinfo Tue Sep 5 04:37:10 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.46 2023/08/07 18:19:44 adam Exp $ +$NetBSD: distinfo,v 1.47 2023/09/05 04:37:10 adam Exp $ -BLAKE2s (ipykernel-6.25.1.tar.gz) = 93b28d11a0f5dc0c9e5bc2550ab0c61823fa79680d1c84ed79254ad7fecfa8a6 -SHA512 (ipykernel-6.25.1.tar.gz) = 501aa98a50b677037f9d81415bc56b50a1b7b056c25d6edd1eb116eed6c0fe41cff067bf88535880cdae0749eb569ba428c9389a22c77b54c2deea8f2eebf99b -Size (ipykernel-6.25.1.tar.gz) = 155925 bytes +BLAKE2s (ipykernel-6.25.2.tar.gz) = 61f1778ac49a9e500430c0f55a20c6f73f129c75613df9f6244628e72478077a +SHA512 (ipykernel-6.25.2.tar.gz) = a6f5089cff8c297379ae840b49ad705d23db46aa04030c7a2598031d118b5c0dd64e091de4d66adfd876e8ef45abfcb6bc963c3311dd8e50f4e83236bfc4cfa3 +Size (ipykernel-6.25.2.tar.gz) = 156247 bytes --_----------=_1693888630212690--