Received: by mail.netbsd.org (Postfix, from userid 605) id 93CCD84FC2; Wed, 10 Jan 2024 06:37:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C695C84FBD for ; Wed, 10 Jan 2024 06:37:31 +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 MR7XKjrpAbAs for ; Wed, 10 Jan 2024 06:37:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3DBC384D15 for ; Wed, 10 Jan 2024 06:37:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3488FFA42; Wed, 10 Jan 2024 06:37:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704868651298010" MIME-Version: 1.0 Date: Wed, 10 Jan 2024 06:37:31 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-nbconvert To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240110063731.3488FFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704868651298010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 10 06:37:31 UTC 2024 Modified Files: pkgsrc/www/py-nbconvert: Makefile distinfo Log Message: py-nbconvert: updated to 7.14.0 7.14.0 Enhancements made - Convert `coalescese_streams` function to `CoalesceStreamsPreprocessor` Maintenance and upkeep improvements - chore: update pre-commit hooks - Fix webpdf test on Python 3.12 - Clean up import 7.13.1 Bugs fixed - Restore removed import 7.13.0 Enhancements made - Add table, td, tr to allowed list of tags Maintenance and upkeep improvements - Remove twitter links that cause linkcheck to fail - Update ruff config - chore: update pre-commit hooks To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-nbconvert/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-nbconvert/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704868651298010 Content-Disposition: inline Content-Length: 1659 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-nbconvert/Makefile diff -u pkgsrc/www/py-nbconvert/Makefile:1.27 pkgsrc/www/py-nbconvert/Makefile:1.28 --- pkgsrc/www/py-nbconvert/Makefile:1.27 Thu Dec 7 17:24:23 2023 +++ pkgsrc/www/py-nbconvert/Makefile Wed Jan 10 06:37:30 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2023/12/07 17:24:23 adam Exp $ +# $NetBSD: Makefile,v 1.28 2024/01/10 06:37:30 adam Exp $ -DISTNAME= nbconvert-7.12.0 +DISTNAME= nbconvert-7.14.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbconvert/} Index: pkgsrc/www/py-nbconvert/distinfo diff -u pkgsrc/www/py-nbconvert/distinfo:1.20 pkgsrc/www/py-nbconvert/distinfo:1.21 --- pkgsrc/www/py-nbconvert/distinfo:1.20 Thu Dec 7 17:24:23 2023 +++ pkgsrc/www/py-nbconvert/distinfo Wed Jan 10 06:37:30 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2023/12/07 17:24:23 adam Exp $ +$NetBSD: distinfo,v 1.21 2024/01/10 06:37:30 adam Exp $ -BLAKE2s (nbconvert-7.12.0.tar.gz) = bfacea376701a2e949e138d177538cd072153fd5bece1e5f370855e8fca7145a -SHA512 (nbconvert-7.12.0.tar.gz) = ba450938e7a907a6b5679e619b79ea6555f81b6f4ca387c3fab94377ce060d5b99424804052855451ec3f6f8a160355d58c6b875bdd3951a16c5dacae19a2c24 -Size (nbconvert-7.12.0.tar.gz) = 851572 bytes +BLAKE2s (nbconvert-7.14.0.tar.gz) = d980a629281713b3a798a8d09e4660e2836069fe812bde4aecc3ea82e5629923 +SHA512 (nbconvert-7.14.0.tar.gz) = 140c335c1ad5fa8419f273d102e2f39179edadff96caaba78f3b87118ee7690dee2978981d972ddd06ed3a67182f7d24467f8d0ad44760d1f0d74a2f5dd7ac35 +Size (nbconvert-7.14.0.tar.gz) = 851778 bytes SHA1 (patch-hatch_build.py) = b1658fecefc2fb61a363be4f0eed2d542b37e0d7 --_----------=_1704868651298010--