Received: by mail.netbsd.org (Postfix, from userid 605) id 1CA6984D7C; Wed, 21 Aug 2019 10:25:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 951B584D78 for ; Wed, 21 Aug 2019 10:25:57 +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 1n2REF5k8t1W for ; Wed, 21 Aug 2019 10:25:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 026EE84CD8 for ; Wed, 21 Aug 2019 10:25:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB138FBF4; Wed, 21 Aug 2019 10:25:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156638315670340" MIME-Version: 1.0 Date: Wed, 21 Aug 2019 10:25:56 +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: <20190821102556.EB138FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156638315670340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Aug 21 10:25:56 UTC 2019 Modified Files: pkgsrc/devel/py-ipykernel: Makefile PLIST distinfo Log Message: py-ipykernel: updated to 5.1.2 5.1.2 5.1.2 fixes some socket-binding race conditions that caused testing failures in nbconvert. - Fix socket-binding race conditions - Add a no-op ``flush`` method to ``DummySocket`` and comply with stream API - Update kernel version to indicate kernel v5.3 support - Add testing for upcoming Python 3.8 and PEP 570 positional parameters To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-ipykernel/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-ipykernel/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-ipykernel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156638315670340 Content-Disposition: inline Content-Length: 2687 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.11 pkgsrc/devel/py-ipykernel/Makefile:1.12 --- pkgsrc/devel/py-ipykernel/Makefile:1.11 Mon May 20 11:13:05 2019 +++ pkgsrc/devel/py-ipykernel/Makefile Wed Aug 21 10:25:56 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2019/05/20 11:13:05 adam Exp $ +# $NetBSD: Makefile,v 1.12 2019/08/21 10:25:56 adam Exp $ -DISTNAME= ipykernel-5.1.1 +DISTNAME= ipykernel-5.1.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.6 pkgsrc/devel/py-ipykernel/PLIST:1.7 --- pkgsrc/devel/py-ipykernel/PLIST:1.6 Fri May 3 10:54:38 2019 +++ pkgsrc/devel/py-ipykernel/PLIST Wed Aug 21 10:25:56 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2019/05/03 10:54:38 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2019/08/21 10:25:56 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -147,6 +147,9 @@ ${PYSITELIB}/ipykernel/tests/test_embed_ ${PYSITELIB}/ipykernel/tests/test_eventloop.py ${PYSITELIB}/ipykernel/tests/test_eventloop.pyc ${PYSITELIB}/ipykernel/tests/test_eventloop.pyo +${PYSITELIB}/ipykernel/tests/test_heartbeat.py +${PYSITELIB}/ipykernel/tests/test_heartbeat.pyc +${PYSITELIB}/ipykernel/tests/test_heartbeat.pyo ${PYSITELIB}/ipykernel/tests/test_io.py ${PYSITELIB}/ipykernel/tests/test_io.pyc ${PYSITELIB}/ipykernel/tests/test_io.pyo Index: pkgsrc/devel/py-ipykernel/distinfo diff -u pkgsrc/devel/py-ipykernel/distinfo:1.8 pkgsrc/devel/py-ipykernel/distinfo:1.9 --- pkgsrc/devel/py-ipykernel/distinfo:1.8 Mon May 20 11:13:05 2019 +++ pkgsrc/devel/py-ipykernel/distinfo Wed Aug 21 10:25:56 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2019/05/20 11:13:05 adam Exp $ +$NetBSD: distinfo,v 1.9 2019/08/21 10:25:56 adam Exp $ -SHA1 (ipykernel-5.1.1.tar.gz) = 800ef2e334d841d1e93d75c62489b390ca8448da -RMD160 (ipykernel-5.1.1.tar.gz) = 5b11c7eae0160c7277fd2148b50076423ad67d69 -SHA512 (ipykernel-5.1.1.tar.gz) = 074cf166fbbf5020c36fd0b703842eae36ad8ea5aed89a8f38dd13898ecb912c733018e744db2394b6b8794faea594ce9ddf5abc323469b066cc69e65a27260d -Size (ipykernel-5.1.1.tar.gz) = 101399 bytes +SHA1 (ipykernel-5.1.2.tar.gz) = dc4daf7f17ffa2554d635b1fed511c8eb037451d +RMD160 (ipykernel-5.1.2.tar.gz) = fabef4b01ab3751545a86a7e47211406e3e41169 +SHA512 (ipykernel-5.1.2.tar.gz) = f7d85ebd77f610dc834a4f4facbb38d4d8b072a339950e872c52f4768ed4fede93f6a14527270c583404be3aa5ef5259333abf83b13d6a19d546c1e6c605afb7 +Size (ipykernel-5.1.2.tar.gz) = 103286 bytes --_----------=_156638315670340--