Received: by mail.netbsd.org (Postfix, from userid 605) id C491684EFA; Tue, 13 Sep 2022 11:43:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0646184EF9 for ; Tue, 13 Sep 2022 11:43:26 +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 E0MXnZf7QQXS for ; Tue, 13 Sep 2022 11:43: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 705A184D1C for ; Tue, 13 Sep 2022 11:43:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A0CBFA90; Tue, 13 Sep 2022 11:43:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166306940561580" MIME-Version: 1.0 Date: Tue, 13 Sep 2022 11:43:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-jupyter_client To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220913114325.6A0CBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166306940561580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Sep 13 11:43:25 UTC 2022 Modified Files: pkgsrc/devel/py-jupyter_client: Makefile distinfo Log Message: py-jupyter_client: updated to 7.3.5 7.3.5 Enhancements made - add `AsyncKernelClient` to `doc/api/client.rst` Bugs fixed - Use tornado 6.2's PeriodicCallback in restarter - Make \_stdin_hook_default async To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-jupyter_client/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-jupyter_client/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166306940561580 Content-Disposition: inline Content-Length: 1713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-jupyter_client/Makefile diff -u pkgsrc/devel/py-jupyter_client/Makefile:1.32 pkgsrc/devel/py-jupyter_client/Makefile:1.33 --- pkgsrc/devel/py-jupyter_client/Makefile:1.32 Thu Sep 1 20:21:52 2022 +++ pkgsrc/devel/py-jupyter_client/Makefile Tue Sep 13 11:43:25 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2022/09/01 20:21:52 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2022/09/13 11:43:25 adam Exp $ -DISTNAME= jupyter_client-7.3.4 +DISTNAME= jupyter_client-7.3.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_client/} Index: pkgsrc/devel/py-jupyter_client/distinfo diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.25 pkgsrc/devel/py-jupyter_client/distinfo:1.26 --- pkgsrc/devel/py-jupyter_client/distinfo:1.25 Fri Jun 17 10:54:56 2022 +++ pkgsrc/devel/py-jupyter_client/distinfo Tue Sep 13 11:43:25 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2022/06/17 10:54:56 adam Exp $ +$NetBSD: distinfo,v 1.26 2022/09/13 11:43:25 adam Exp $ -BLAKE2s (jupyter_client-7.3.4.tar.gz) = b1c26c02ab5387387d26e83b0b76e0fab14b79d3cbfce90e48bf6b01bd843351 -SHA512 (jupyter_client-7.3.4.tar.gz) = 3bb1fd7c93e16c03db0c249810fe48428dc9c1fa24ae885a3d30b4ac2d2e980f48edc06c2c6065b3e8f91610bf5bc7500854986f55c18bd9f695f192aa470beb -Size (jupyter_client-7.3.4.tar.gz) = 329871 bytes +BLAKE2s (jupyter_client-7.3.5.tar.gz) = a97e276af804931457043bb2541823b5d349d1db6f89c33bf70b166571b4c4c6 +SHA512 (jupyter_client-7.3.5.tar.gz) = 5a3471fe03f44671fc2a06f8c78c11197084c8c951a1f8b55b89d651a6aea2ae1bdbb451ed463e52519954e7dba99b4e2298a6511eef2a3618f095dc864758d9 +Size (jupyter_client-7.3.5.tar.gz) = 326758 bytes --_----------=_166306940561580--