Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6BFEE84F42 for ; Fri, 25 Aug 2023 22:16:41 +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 It0fO77zOhYB for ; Fri, 25 Aug 2023 22:16:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8FD4E84E85 for ; Fri, 25 Aug 2023 22:16:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88CA5FBDB; Fri, 25 Aug 2023 22:16:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693001800299710" MIME-Version: 1.0 Date: Fri, 25 Aug 2023 22:16:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-nbconvert To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230825221640.88CA5FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693001800299710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Aug 25 22:16:40 UTC 2023 Modified Files: pkgsrc/www/py-nbconvert: Makefile PLIST distinfo Log Message: py-nbconvert: updated to 7.7.4 7.7.4 Bugs fixed - Give main tag a height of 100% in css for reveal html 7.7.3 Bugs fixed - Restore pauses during webpdf render 7.7.2 Bugs fixed - Show a warning if an image has no alternative text 7.7.1 Bugs fixed - Restore 'media=print' option 7.7.0 Enhancements made - \[Accessibility\] some accessibility improvements - Adopt playwright - Update to Jupyterlab 4 Bugs fixed - html: write image/svg+xml data as base64 and skip clean_html - Remove HTML escaping JSON-encoded widget state Maintenance and upkeep improvements - Fix lint error - Support Python 3.8-3.12 To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-nbconvert/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-nbconvert/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-nbconvert/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693001800299710 Content-Disposition: inline Content-Length: 5736 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.21 pkgsrc/www/py-nbconvert/Makefile:1.22 --- pkgsrc/www/py-nbconvert/Makefile:1.21 Tue Aug 1 23:20:55 2023 +++ pkgsrc/www/py-nbconvert/Makefile Fri Aug 25 22:16:40 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2023/08/01 23:20:55 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2023/08/25 22:16:40 adam Exp $ -DISTNAME= nbconvert-7.3.1 +DISTNAME= nbconvert-7.7.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbconvert/} @@ -10,7 +10,10 @@ HOMEPAGE= https://jupyter.org/ COMMENT= Converting Jupyter Notebooks LICENSE= modified-bsd -TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.25:../../devel/py-hatchling +# TODO: currently this package requires internet connection to build. +# Examine hatch_build.py to find out which files get downloaded. + +TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4 DEPENDS+= ${PYPKGPREFIX}-bleach-[0-9]*:../../www/py-bleach DEPENDS+= ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml @@ -20,17 +23,17 @@ DEPENDS+= ${PYPKGPREFIX}-jupyterlab-pygm DEPENDS+= ${PYPKGPREFIX}-markupsafe>=2.0:../../textproc/py-markupsafe DEPENDS+= ${PYPKGPREFIX}-mistune>=2.0.3:../../textproc/py-mistune DEPENDS+= ${PYPKGPREFIX}-nbclient>=0.5.0:../../www/py-nbclient -DEPENDS+= ${PYPKGPREFIX}-nbformat>=5.1:../../www/py-nbformat +DEPENDS+= ${PYPKGPREFIX}-nbformat>=5.7:../../www/py-nbformat DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging DEPENDS+= ${PYPKGPREFIX}-pandocfilters>=1.4.1:../../textproc/py-pandocfilters DEPENDS+= ${PYPKGPREFIX}-pygments>=2.4.1:../../textproc/py-pygments DEPENDS+= ${PYPKGPREFIX}-tinycss2-[0-9]*:../../textproc/py-tinycss2 -DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.0:../../devel/py-traitlets -# marked as extra, but required +DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.1:../../devel/py-traitlets +# serve DEPENDS+= ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado -TEST_DEPENDS+= ${PYPKGPREFIX}-pebble-[0-9]*:../../devel/py-pebble +TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky +TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test -TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov USE_LANGUAGES= # none Index: pkgsrc/www/py-nbconvert/PLIST diff -u pkgsrc/www/py-nbconvert/PLIST:1.13 pkgsrc/www/py-nbconvert/PLIST:1.14 --- pkgsrc/www/py-nbconvert/PLIST:1.13 Fri May 5 09:14:44 2023 +++ pkgsrc/www/py-nbconvert/PLIST Fri Aug 25 22:16:40 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2023/05/05 09:14:44 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2023/08/25 22:16:40 adam Exp $ bin/jupyter-dejavu-${PYVERSSUFFIX} bin/jupyter-nbconvert-${PYVERSSUFFIX} ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER @@ -79,8 +79,6 @@ ${PYSITELIB}/nbconvert/filters/pandoc.py ${PYSITELIB}/nbconvert/filters/pandoc.pyc ${PYSITELIB}/nbconvert/filters/strings.py ${PYSITELIB}/nbconvert/filters/strings.pyc -${PYSITELIB}/nbconvert/filters/svg_constants.py -${PYSITELIB}/nbconvert/filters/svg_constants.pyc ${PYSITELIB}/nbconvert/filters/widgetsdatatypefilter.py ${PYSITELIB}/nbconvert/filters/widgetsdatatypefilter.pyc ${PYSITELIB}/nbconvert/nbconvertapp.py @@ -107,6 +105,8 @@ ${PYSITELIB}/nbconvert/preprocessors/css ${PYSITELIB}/nbconvert/preprocessors/csshtmlheader.pyc ${PYSITELIB}/nbconvert/preprocessors/execute.py ${PYSITELIB}/nbconvert/preprocessors/execute.pyc +${PYSITELIB}/nbconvert/preprocessors/extractattachments.py +${PYSITELIB}/nbconvert/preprocessors/extractattachments.pyc ${PYSITELIB}/nbconvert/preprocessors/extractoutput.py ${PYSITELIB}/nbconvert/preprocessors/extractoutput.pyc ${PYSITELIB}/nbconvert/preprocessors/highlightmagics.py @@ -137,6 +137,8 @@ ${PYSITELIB}/nbconvert/utils/exceptions. ${PYSITELIB}/nbconvert/utils/exceptions.pyc ${PYSITELIB}/nbconvert/utils/io.py ${PYSITELIB}/nbconvert/utils/io.pyc +${PYSITELIB}/nbconvert/utils/iso639_1.py +${PYSITELIB}/nbconvert/utils/iso639_1.pyc ${PYSITELIB}/nbconvert/utils/lexers.py ${PYSITELIB}/nbconvert/utils/lexers.pyc ${PYSITELIB}/nbconvert/utils/pandoc.py @@ -174,6 +176,7 @@ share/jupyter/nbconvert/templates/compat share/jupyter/nbconvert/templates/lab/base.html.j2 share/jupyter/nbconvert/templates/lab/conf.json share/jupyter/nbconvert/templates/lab/index.html.j2 +share/jupyter/nbconvert/templates/lab/mermaidjs.html.j2 share/jupyter/nbconvert/templates/lab/static/index.css share/jupyter/nbconvert/templates/lab/static/theme-dark.css share/jupyter/nbconvert/templates/lab/static/theme-light.css Index: pkgsrc/www/py-nbconvert/distinfo diff -u pkgsrc/www/py-nbconvert/distinfo:1.15 pkgsrc/www/py-nbconvert/distinfo:1.16 --- pkgsrc/www/py-nbconvert/distinfo:1.15 Fri May 5 09:14:44 2023 +++ pkgsrc/www/py-nbconvert/distinfo Fri Aug 25 22:16:40 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2023/05/05 09:14:44 adam Exp $ +$NetBSD: distinfo,v 1.16 2023/08/25 22:16:40 adam Exp $ -BLAKE2s (nbconvert-7.3.1.tar.gz) = dfc923e4605b91f3d0d085513f52429788d69e0363e334502f750d8eded3031d -SHA512 (nbconvert-7.3.1.tar.gz) = 24d8d0ff35cf09d095d01122386439cf0c40eb9af7c88604f3108e5831a270509e1302370dc40eabc8bcb28fb86603d9d7a4a104346122deb8471aab7471e62d -Size (nbconvert-7.3.1.tar.gz) = 880064 bytes +BLAKE2s (nbconvert-7.7.4.tar.gz) = dbcdb6156f9939e23b147387bca71dde3e49e96cda7b37a4d14358ae769d7eb8 +SHA512 (nbconvert-7.7.4.tar.gz) = 4af508cabfcff9c3bfd56fcb7e002f3af0a3edb1209ffb6dd48ab79f8ce24d0d7abe87398117fe41dd8d704bb8bf292a785826f1bb6e8be124a761a317fcb015 +Size (nbconvert-7.7.4.tar.gz) = 849858 bytes --_----------=_1693001800299710--