Received: by mail.netbsd.org (Postfix, from userid 605) id 489BE84E5E; Fri, 21 Oct 2022 09:32:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79A3684D96 for ; Fri, 21 Oct 2022 09:32:08 +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 Hkes1hQASD-s for ; Fri, 21 Oct 2022 09:32:08 +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 ED82984C86 for ; Fri, 21 Oct 2022 09:32:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E761CFA90; Fri, 21 Oct 2022 09:32:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166634472787230" MIME-Version: 1.0 Date: Fri, 21 Oct 2022 09:32:07 +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: <20221021093207.E761CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166634472787230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 21 09:32:07 UTC 2022 Modified Files: pkgsrc/devel/py-ipykernel: Makefile distinfo Log Message: py-ipykernel: updated to 6.16.1 6.16.1 Bugs fixed - PR: Destroy tk app to avoid memory leak Maintenance and upkeep improvements - Maintenance cleanup - Ignore warnings in prereleases test To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/py-ipykernel/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-ipykernel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166634472787230 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.43 pkgsrc/devel/py-ipykernel/Makefile:1.44 --- pkgsrc/devel/py-ipykernel/Makefile:1.43 Fri Oct 14 09:44:23 2022 +++ pkgsrc/devel/py-ipykernel/Makefile Fri Oct 21 09:32:07 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2022/10/14 09:44:23 adam Exp $ +# $NetBSD: Makefile,v 1.44 2022/10/21 09:32:07 adam Exp $ -DISTNAME= ipykernel-6.16.0 +DISTNAME= ipykernel-6.16.1 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.36 pkgsrc/devel/py-ipykernel/distinfo:1.37 --- pkgsrc/devel/py-ipykernel/distinfo:1.36 Fri Oct 14 09:44:23 2022 +++ pkgsrc/devel/py-ipykernel/distinfo Fri Oct 21 09:32:07 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2022/10/14 09:44:23 adam Exp $ +$NetBSD: distinfo,v 1.37 2022/10/21 09:32:07 adam Exp $ -BLAKE2s (ipykernel-6.16.0.tar.gz) = 7d18a2312343bf56da5f4f7567e71bc782b7c15ccf63d5ed0b2f7c8f0efa48cf -SHA512 (ipykernel-6.16.0.tar.gz) = 04c43c83d17f451b7139e3f7301b35598ff3644ac1542bed9eb2584a558ee202e66c3e36553f96484bb4ee5cc369cfe2ad2bf0054799ad29ffd0e065bdcade98 -Size (ipykernel-6.16.0.tar.gz) = 136212 bytes +BLAKE2s (ipykernel-6.16.1.tar.gz) = 54eccd2778e6bab698795a99e1398fbcf2b26593abfb95b29ae837d2d884cb95 +SHA512 (ipykernel-6.16.1.tar.gz) = 748e538a99db913bf5fa8a3bfd83f59f4209e84e262f0fbb93d65100dd70502315ba7fafa7e55445c58f5de38c09e6d155b4ec9ed12e2ac53214e041e7345aa5 +Size (ipykernel-6.16.1.tar.gz) = 136501 bytes --_----------=_166634472787230--