Received: by mail.netbsd.org (Postfix, from userid 605) id 3613B84E84; Fri, 17 Jun 2022 10:53:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E77D84E7F for ; Fri, 17 Jun 2022 10:53:10 +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 2Ux_W2GWlDET for ; Fri, 17 Jun 2022 10:53:09 +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 D141284E7B for ; Fri, 17 Jun 2022 10:53:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9522DFB1A; Fri, 17 Jun 2022 10:54:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1655463296286800" MIME-Version: 1.0 Date: Fri, 17 Jun 2022 10:54:56 +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: <20220617105456.9522DFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1655463296286800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jun 17 10:54:56 UTC 2022 Modified Files: pkgsrc/devel/py-jupyter_client: Makefile distinfo Log Message: py-jupyter_client: updated to 7.3.4 7.3.4 Bugs fixed - Revert latest changes to `ThreadedZMQSocketChannel` because they break Qtconsole Maintenance and upkeep improvements - Fix sphinx 5.0 support - [pre-commit.ci] pre-commit autoupdate To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-jupyter_client/Makefile cvs rdiff -u -r1.24 -r1.25 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. --_----------=_1655463296286800 Content-Disposition: inline Content-Length: 1696 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.30 pkgsrc/devel/py-jupyter_client/Makefile:1.31 --- pkgsrc/devel/py-jupyter_client/Makefile:1.30 Tue Jun 7 16:28:39 2022 +++ pkgsrc/devel/py-jupyter_client/Makefile Fri Jun 17 10:54:56 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2022/06/07 16:28:39 adam Exp $ +# $NetBSD: Makefile,v 1.31 2022/06/17 10:54:56 adam Exp $ -DISTNAME= jupyter_client-7.3.3 +DISTNAME= jupyter_client-7.3.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 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.24 pkgsrc/devel/py-jupyter_client/distinfo:1.25 --- pkgsrc/devel/py-jupyter_client/distinfo:1.24 Tue Jun 7 16:28:39 2022 +++ pkgsrc/devel/py-jupyter_client/distinfo Fri Jun 17 10:54:56 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2022/06/07 16:28:39 adam Exp $ +$NetBSD: distinfo,v 1.25 2022/06/17 10:54:56 adam Exp $ -BLAKE2s (jupyter_client-7.3.3.tar.gz) = 8db64ca277b51f089e4147087483ae7010a52532eb97721ef2627e3dec24933b -SHA512 (jupyter_client-7.3.3.tar.gz) = 8a89f7e95f8f7f87ebc5ed362508cf5368c6e611c0291a56f72acafeb6ec85ad50e943133d178486605ad325dfc4e3b8231888b8dff0b0cc14b0e707b126f1d3 -Size (jupyter_client-7.3.3.tar.gz) = 329130 bytes +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 --_----------=_1655463296286800--