Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B0B884EFD for ; Sun, 30 Jul 2023 08:07:54 +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 yKOBbqb3jqLm for ; Sun, 30 Jul 2023 08:07:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 89C3884EE3 for ; Sun, 30 Jul 2023 08:07:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82AA2FBDB; Sun, 30 Jul 2023 08:07:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1690704473104340" MIME-Version: 1.0 Date: Sun, 30 Jul 2023 08:07:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ipykernel To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230730080753.82AA2FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1690704473104340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jul 30 08:07:53 UTC 2023 Modified Files: pkgsrc/devel/py-ipykernel: Makefile distinfo Log Message: py-ipykernel: updated to 6.25.0 6.25.0 Enhancements made - feat: let display hook handle clear_output Bugs fixed - Merge connection info into existing connection file if it already exists Maintenance and upkeep improvements - Clean up lint To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-ipykernel/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/py-ipykernel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1690704473104340 Content-Disposition: inline Content-Length: 1832 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.52 pkgsrc/devel/py-ipykernel/Makefile:1.53 --- pkgsrc/devel/py-ipykernel/Makefile:1.52 Wed Jul 5 12:07:15 2023 +++ pkgsrc/devel/py-ipykernel/Makefile Sun Jul 30 08:07:53 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2023/07/05 12:07:15 adam Exp $ +# $NetBSD: Makefile,v 1.53 2023/07/30 08:07:53 adam Exp $ -DISTNAME= ipykernel-6.24.0 +DISTNAME= ipykernel-6.25.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipykernel/} @@ -38,7 +38,7 @@ USE_LANGUAGES= # none PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38 +PYTHON_VERSIONS_INCOMPATIBLE= 27 38 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} Index: pkgsrc/devel/py-ipykernel/distinfo diff -u pkgsrc/devel/py-ipykernel/distinfo:1.44 pkgsrc/devel/py-ipykernel/distinfo:1.45 --- pkgsrc/devel/py-ipykernel/distinfo:1.44 Wed Jul 5 12:07:15 2023 +++ pkgsrc/devel/py-ipykernel/distinfo Sun Jul 30 08:07:53 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.44 2023/07/05 12:07:15 adam Exp $ +$NetBSD: distinfo,v 1.45 2023/07/30 08:07:53 adam Exp $ -BLAKE2s (ipykernel-6.24.0.tar.gz) = 772e9866ff835f7c1409276ba0b9b3fd1e3c94df8c7ef86e9c5eda5f520fce15 -SHA512 (ipykernel-6.24.0.tar.gz) = 555ed0d6df7a4d82bb5db63718c320e1628b8d5691e831eae041ac78400be6935793b258c219815fd070cbad29e869897111add6958308db55ea03843a536393 -Size (ipykernel-6.24.0.tar.gz) = 154452 bytes +BLAKE2s (ipykernel-6.25.0.tar.gz) = a96f12f50bca56f22546d8a67f47832184b84481998230866abb227d40f986c0 +SHA512 (ipykernel-6.25.0.tar.gz) = 7cd2d3cbb2c83ca165798dc830aae096ce3391535ef604f257c4c79357ebd1c7f7e95c6952e1fb95d1a460ccb5b1bf88396f984b6462986b3e73a4453dd33b52 +Size (ipykernel-6.25.0.tar.gz) = 155658 bytes --_----------=_1690704473104340--