Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 2AFAF1A923C for ; Mon, 14 Dec 2020 05:58:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6CA1984DAF; Mon, 14 Dec 2020 05:58:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A86B884DAC for ; Mon, 14 Dec 2020 05:58:25 +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 hAB5-6TUTfka for ; Mon, 14 Dec 2020 05:58:25 +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 144EC84CE1 for ; Mon, 14 Dec 2020 05:58:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08953FA9D; Mon, 14 Dec 2020 05:58:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160792550518700" MIME-Version: 1.0 Date: Mon, 14 Dec 2020 05:58:25 +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: <20201214055825.08953FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160792550518700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 14 05:58:24 UTC 2020 Modified Files: pkgsrc/devel/py-ipykernel: Makefile PLIST distinfo Log Message: py-ipykernel: updated to 5.4.2 5.4.2 - Revert "Fix stop_on_error_timeout blocking other messages in queue". 5.4.1 - Invalid syntax in ipykernel/log.py. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-ipykernel/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-ipykernel/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-ipykernel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160792550518700 Content-Disposition: inline Content-Length: 2571 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.23 pkgsrc/devel/py-ipykernel/Makefile:1.24 --- pkgsrc/devel/py-ipykernel/Makefile:1.23 Fri Dec 11 08:09:30 2020 +++ pkgsrc/devel/py-ipykernel/Makefile Mon Dec 14 05:58:24 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2020/12/11 08:09:30 adam Exp $ +# $NetBSD: Makefile,v 1.24 2020/12/14 05:58:24 adam Exp $ -DISTNAME= ipykernel-5.4.0 +DISTNAME= ipykernel-5.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipykernel/} Index: pkgsrc/devel/py-ipykernel/PLIST diff -u pkgsrc/devel/py-ipykernel/PLIST:1.10 pkgsrc/devel/py-ipykernel/PLIST:1.11 --- pkgsrc/devel/py-ipykernel/PLIST:1.10 Fri Dec 11 08:09:30 2020 +++ pkgsrc/devel/py-ipykernel/PLIST Mon Dec 14 05:58:24 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2020/12/11 08:09:30 adam Exp $ +@comment $NetBSD: PLIST,v 1.11 2020/12/14 05:58:24 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -107,6 +107,8 @@ ${PYSITELIB}/ipykernel/kernelspec.py ${PYSITELIB}/ipykernel/kernelspec.pyc ${PYSITELIB}/ipykernel/kernelspec.pyo ${PYSITELIB}/ipykernel/log.py +${PYSITELIB}/ipykernel/log.pyc +${PYSITELIB}/ipykernel/log.pyo ${PYSITELIB}/ipykernel/parentpoller.py ${PYSITELIB}/ipykernel/parentpoller.pyc ${PYSITELIB}/ipykernel/parentpoller.pyo Index: pkgsrc/devel/py-ipykernel/distinfo diff -u pkgsrc/devel/py-ipykernel/distinfo:1.18 pkgsrc/devel/py-ipykernel/distinfo:1.19 --- pkgsrc/devel/py-ipykernel/distinfo:1.18 Fri Dec 11 08:09:30 2020 +++ pkgsrc/devel/py-ipykernel/distinfo Mon Dec 14 05:58:24 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/12/11 08:09:30 adam Exp $ +$NetBSD: distinfo,v 1.19 2020/12/14 05:58:24 adam Exp $ -SHA1 (ipykernel-5.4.0.tar.gz) = 944a020e307f528773580b92fa75c3729a478ad7 -RMD160 (ipykernel-5.4.0.tar.gz) = c46b421be12481ceaba49fdd2af723991a83768f -SHA512 (ipykernel-5.4.0.tar.gz) = 0eb18a18b7427fde80d9eb9a8ff227d9b6fd35c484ce8ae7e492b2e675f43c9f0025b54232f8a7064b25e0eb309c68269136c4221231e7c43f9c1cd8fe44ce8b -Size (ipykernel-5.4.0.tar.gz) = 111403 bytes +SHA1 (ipykernel-5.4.2.tar.gz) = 1a155b62bda9337ccf3ac4f471fe0dfba78ca9b6 +RMD160 (ipykernel-5.4.2.tar.gz) = 3d7db9a4b2280871ddccf026f6e562c420894437 +SHA512 (ipykernel-5.4.2.tar.gz) = 4e6085a1656764b7e1e2787f4c89a08d65fb8280b0435874b16de4f70e43f5091783a1b546c7cab6d6354e208bae062bd9403980777c5727b41a4f8f7cf45f21 +Size (ipykernel-5.4.2.tar.gz) = 111450 bytes --_----------=_160792550518700--