Fri May 5 09:14:45 2023 UTC ()
py-nbconvert: updated to 7.3.1

7.3.1

Bugs fixed

- Remove overwriting of default KernelManager

Maintenance and upkeep improvements

7.3.0

Enhancements made

- Allow pattern in output_base
- Make date configurable in latex/PDF
- Update jupyterlab CSS

Maintenance and upkeep improvements

- Update ci badge
- More detailed release instructions

7.2.10

Enhancements made

- Add cell-id anchor for cell identification

Bugs fixed

- Do not import pyppeteer for installation check

Maintenance and upkeep improvements

- Clean up license
- Add more linting

7.2.9

Bugs fixed

- Fix handling of css sanitizer

7.2.8

Bugs fixed

- always pass relax_add_props=True when validating

Maintenance and upkeep improvements

- Update codecov link
- Fix types and add lint to automerge
- Add type checking
- Add spelling and docstring enforcement
- Add scheduled ci run

7.2.7

Bugs fixed

- Fix Hanging Tests on Linux

Maintenance and upkeep improvements

- Adopt ruff and handle lint

7.2.6

Maintenance and upkeep improvements

- Include all templates in sdist
- clean up workflows
- CI Cleanup

Documentation improvements

- Fix docs build and switch to PyData Sphinx Theme

7.2.5

Bugs fixed

- Fix for webpdf print margins

Maintenance and upkeep improvements

- Bump actions/upload-artifact from 2 to 3
- Bump actions/checkout from 2 to 3

7.2.4

Maintenance and upkeep improvements

- Handle jupyter core warning
- Add dependabot
- Add Py-typed marker.

7.2.3

Bugs fixed

- clean_html: allow SVG tags and SVG attributes

Maintenance and upkeep improvements

7.2.2

Bugs fixed

- Fix default config test

Maintenance and upkeep improvements

- Add ensure label workflow
- Add release workflows
- Maintenance cleanup

7.2.1

Bugs fixed

- Fix version handling

7.2.0

Maintenance and upkeep improvements

- Prep for jupyter releaser
- Add support for jupyter_client 8


(adam)
diff -r1.19 -r1.20 pkgsrc/www/py-nbconvert/Makefile
diff -r1.12 -r1.13 pkgsrc/www/py-nbconvert/PLIST
diff -r1.14 -r1.15 pkgsrc/www/py-nbconvert/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/www/py-nbconvert/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-nbconvert/Makefile 2022/05/17 12:57:06 1.19
+++ pkgsrc/www/py-nbconvert/Makefile 2023/05/05 09:14:44 1.20
@@ -1,51 +1,58 @@ @@ -1,51 +1,58 @@
1# $NetBSD: Makefile,v 1.19 2022/05/17 12:57:06 ryoon Exp $ 1# $NetBSD: Makefile,v 1.20 2023/05/05 09:14:44 adam Exp $
2 2
3DISTNAME= nbconvert-6.5.0 3DISTNAME= nbconvert-7.3.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www python 5CATEGORIES= www python
7MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbconvert/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbconvert/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://jupyter.org/ 9HOMEPAGE= https://jupyter.org/
11COMMENT= Converting Jupyter Notebooks 10COMMENT= Converting Jupyter Notebooks
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>0:../../www/py-beautifulsoup4 13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.25:../../devel/py-hatchling
15DEPENDS+= ${PYPKGPREFIX}-bleach>0:../../www/py-bleach 14DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
16DEPENDS+= ${PYPKGPREFIX}-defusedxml>0:../../textproc/py-defusedxml 15DEPENDS+= ${PYPKGPREFIX}-bleach-[0-9]*:../../www/py-bleach
17DEPENDS+= ${PYPKGPREFIX}-entrypoints>=0.2.2:../../devel/py-entrypoints 16DEPENDS+= ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml
18DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0:../../textproc/py-jinja2 17DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0:../../textproc/py-jinja2
19DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.7:../../devel/py-jupyter_core 18DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.7:../../devel/py-jupyter_core
20DEPENDS+= ${PYPKGPREFIX}-jupyterlab-pygments>0:../../textproc/py-jupyterlab-pygments 19DEPENDS+= ${PYPKGPREFIX}-jupyterlab-pygments-[0-9]*:../../textproc/py-jupyterlab-pygments
21DEPENDS+= ${PYPKGPREFIX}-markupsafe>=2.0:../../textproc/py-markupsafe 20DEPENDS+= ${PYPKGPREFIX}-markupsafe>=2.0:../../textproc/py-markupsafe
22DEPENDS+= ${PYPKGPREFIX}-mistune>=0.8.1:../../textproc/py-mistune 21DEPENDS+= ${PYPKGPREFIX}-mistune>=2.0.3:../../textproc/py-mistune
23DEPENDS+= ${PYPKGPREFIX}-nbclient>=0.5.0:../../www/py-nbclient 22DEPENDS+= ${PYPKGPREFIX}-nbclient>=0.5.0:../../www/py-nbclient
24DEPENDS+= ${PYPKGPREFIX}-nbformat>=5.1:../../www/py-nbformat 23DEPENDS+= ${PYPKGPREFIX}-nbformat>=5.1:../../www/py-nbformat
 24DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
25DEPENDS+= ${PYPKGPREFIX}-pandocfilters>=1.4.1:../../textproc/py-pandocfilters 25DEPENDS+= ${PYPKGPREFIX}-pandocfilters>=1.4.1:../../textproc/py-pandocfilters
26DEPENDS+= ${PYPKGPREFIX}-pygments>=2.4.1:../../textproc/py-pygments 26DEPENDS+= ${PYPKGPREFIX}-pygments>=2.4.1:../../textproc/py-pygments
27DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.0:../../devel/py-traitlets 
28DEPENDS+= ${PYPKGPREFIX}-tinycss2-[0-9]*:../../textproc/py-tinycss2 27DEPENDS+= ${PYPKGPREFIX}-tinycss2-[0-9]*:../../textproc/py-tinycss2
 28DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.0:../../devel/py-traitlets
29# marked as extra, but required 29# marked as extra, but required
30DEPENDS+= ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado 30DEPENDS+= ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
31TEST_DEPENDS+= ${PYPKGPREFIX}-pebble-[0-9]*:../../devel/py-pebble 31TEST_DEPENDS+= ${PYPKGPREFIX}-pebble-[0-9]*:../../devel/py-pebble
32TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 32TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
33TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov 33TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
34 34
35USE_LANGUAGES= # none 35USE_LANGUAGES= # none
36 36
37PYTHON_SELF_CONFLICT= yes 37PYTHON_SELF_CONFLICT= yes
 38REPLACE_PYTHON+= nbconvert/nbconvertapp.py
 39
 40PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38
38 41
39PYTHON_VERSIONS_INCOMPATIBLE= 27 42.include "../../lang/python/pyversion.mk"
 43.if ${PYTHON_VERSION} < 310
 44DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=3.6:../../devel/py-importlib-metadata
 45.endif
40 46
41post-install: 47post-install:
42.for bin in jupyter-dejavu jupyter-nbconvert 48.for bin in jupyter-dejavu jupyter-nbconvert
43 cd ${DESTDIR}${PREFIX}/bin && \ 49 cd ${DESTDIR}${PREFIX}/bin && \
44 ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE} 50 ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
45.endfor 51.endfor
46 52
47do-test: 53do-test:
48 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} 54 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
49 55
50.include "../../lang/python/egg.mk" 56.include "../../lang/python/application.mk"
 57.include "../../lang/python/wheel.mk"
51.include "../../mk/bsd.pkg.mk" 58.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/www/py-nbconvert/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-nbconvert/PLIST 2022/04/19 11:45:05 1.12
+++ pkgsrc/www/py-nbconvert/PLIST 2023/05/05 09:14:44 1.13
@@ -1,430 +1,173 @@ @@ -1,430 +1,173 @@
1@comment $NetBSD: PLIST,v 1.12 2022/04/19 11:45:05 adam Exp $ 1@comment $NetBSD: PLIST,v 1.13 2023/05/05 09:14:44 adam Exp $
2bin/jupyter-dejavu-${PYVERSSUFFIX} 2bin/jupyter-dejavu-${PYVERSSUFFIX}
3bin/jupyter-nbconvert-${PYVERSSUFFIX} 3bin/jupyter-nbconvert-${PYVERSSUFFIX}
4${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 4${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 5${PYSITELIB}/${WHEEL_INFODIR}/METADATA
6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 6${PYSITELIB}/${WHEEL_INFODIR}/RECORD
7${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 7${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
8${PYSITELIB}/${EGG_INFODIR}/requires.txt 8${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
9${PYSITELIB}/${EGG_INFODIR}/top_level.txt 9${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 10${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 11${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
10${PYSITELIB}/nbconvert/__init__.py 12${PYSITELIB}/nbconvert/__init__.py
11${PYSITELIB}/nbconvert/__init__.pyc 13${PYSITELIB}/nbconvert/__init__.pyc
12${PYSITELIB}/nbconvert/__init__.pyo 
13${PYSITELIB}/nbconvert/__main__.py 14${PYSITELIB}/nbconvert/__main__.py
14${PYSITELIB}/nbconvert/__main__.pyc 15${PYSITELIB}/nbconvert/__main__.pyc
15${PYSITELIB}/nbconvert/__main__.pyo 
16${PYSITELIB}/nbconvert/_version.py 16${PYSITELIB}/nbconvert/_version.py
17${PYSITELIB}/nbconvert/_version.pyc 17${PYSITELIB}/nbconvert/_version.pyc
18${PYSITELIB}/nbconvert/_version.pyo 
19${PYSITELIB}/nbconvert/conftest.py 18${PYSITELIB}/nbconvert/conftest.py
20${PYSITELIB}/nbconvert/conftest.pyc 19${PYSITELIB}/nbconvert/conftest.pyc
21${PYSITELIB}/nbconvert/conftest.pyo 
22${PYSITELIB}/nbconvert/exporters/__init__.py 20${PYSITELIB}/nbconvert/exporters/__init__.py
23${PYSITELIB}/nbconvert/exporters/__init__.pyc 21${PYSITELIB}/nbconvert/exporters/__init__.pyc
24${PYSITELIB}/nbconvert/exporters/__init__.pyo 
25${PYSITELIB}/nbconvert/exporters/asciidoc.py 22${PYSITELIB}/nbconvert/exporters/asciidoc.py
26${PYSITELIB}/nbconvert/exporters/asciidoc.pyc 23${PYSITELIB}/nbconvert/exporters/asciidoc.pyc
27${PYSITELIB}/nbconvert/exporters/asciidoc.pyo 
28${PYSITELIB}/nbconvert/exporters/base.py 24${PYSITELIB}/nbconvert/exporters/base.py
29${PYSITELIB}/nbconvert/exporters/base.pyc 25${PYSITELIB}/nbconvert/exporters/base.pyc
30${PYSITELIB}/nbconvert/exporters/base.pyo 
31${PYSITELIB}/nbconvert/exporters/exporter.py 26${PYSITELIB}/nbconvert/exporters/exporter.py
32${PYSITELIB}/nbconvert/exporters/exporter.pyc 27${PYSITELIB}/nbconvert/exporters/exporter.pyc
33${PYSITELIB}/nbconvert/exporters/exporter.pyo 
34${PYSITELIB}/nbconvert/exporters/html.py 28${PYSITELIB}/nbconvert/exporters/html.py
35${PYSITELIB}/nbconvert/exporters/html.pyc 29${PYSITELIB}/nbconvert/exporters/html.pyc
36${PYSITELIB}/nbconvert/exporters/html.pyo 
37${PYSITELIB}/nbconvert/exporters/latex.py 30${PYSITELIB}/nbconvert/exporters/latex.py
38${PYSITELIB}/nbconvert/exporters/latex.pyc 31${PYSITELIB}/nbconvert/exporters/latex.pyc
39${PYSITELIB}/nbconvert/exporters/latex.pyo 
40${PYSITELIB}/nbconvert/exporters/markdown.py 32${PYSITELIB}/nbconvert/exporters/markdown.py
41${PYSITELIB}/nbconvert/exporters/markdown.pyc 33${PYSITELIB}/nbconvert/exporters/markdown.pyc
42${PYSITELIB}/nbconvert/exporters/markdown.pyo 
43${PYSITELIB}/nbconvert/exporters/notebook.py 34${PYSITELIB}/nbconvert/exporters/notebook.py
44${PYSITELIB}/nbconvert/exporters/notebook.pyc 35${PYSITELIB}/nbconvert/exporters/notebook.pyc
45${PYSITELIB}/nbconvert/exporters/notebook.pyo 
46${PYSITELIB}/nbconvert/exporters/pdf.py 36${PYSITELIB}/nbconvert/exporters/pdf.py
47${PYSITELIB}/nbconvert/exporters/pdf.pyc 37${PYSITELIB}/nbconvert/exporters/pdf.pyc
48${PYSITELIB}/nbconvert/exporters/pdf.pyo 
49${PYSITELIB}/nbconvert/exporters/python.py 38${PYSITELIB}/nbconvert/exporters/python.py
50${PYSITELIB}/nbconvert/exporters/python.pyc 39${PYSITELIB}/nbconvert/exporters/python.pyc
51${PYSITELIB}/nbconvert/exporters/python.pyo 40${PYSITELIB}/nbconvert/exporters/qt_exporter.py
 41${PYSITELIB}/nbconvert/exporters/qt_exporter.pyc
 42${PYSITELIB}/nbconvert/exporters/qt_screenshot.py
 43${PYSITELIB}/nbconvert/exporters/qt_screenshot.pyc
 44${PYSITELIB}/nbconvert/exporters/qtpdf.py
 45${PYSITELIB}/nbconvert/exporters/qtpdf.pyc
 46${PYSITELIB}/nbconvert/exporters/qtpng.py
 47${PYSITELIB}/nbconvert/exporters/qtpng.pyc
52${PYSITELIB}/nbconvert/exporters/rst.py 48${PYSITELIB}/nbconvert/exporters/rst.py
53${PYSITELIB}/nbconvert/exporters/rst.pyc 49${PYSITELIB}/nbconvert/exporters/rst.pyc
54${PYSITELIB}/nbconvert/exporters/rst.pyo 
55${PYSITELIB}/nbconvert/exporters/script.py 50${PYSITELIB}/nbconvert/exporters/script.py
56${PYSITELIB}/nbconvert/exporters/script.pyc 51${PYSITELIB}/nbconvert/exporters/script.pyc
57${PYSITELIB}/nbconvert/exporters/script.pyo 
58${PYSITELIB}/nbconvert/exporters/slides.py 52${PYSITELIB}/nbconvert/exporters/slides.py
59${PYSITELIB}/nbconvert/exporters/slides.pyc 53${PYSITELIB}/nbconvert/exporters/slides.pyc
60${PYSITELIB}/nbconvert/exporters/slides.pyo 
61${PYSITELIB}/nbconvert/exporters/templateexporter.py 54${PYSITELIB}/nbconvert/exporters/templateexporter.py
62${PYSITELIB}/nbconvert/exporters/templateexporter.pyc 55${PYSITELIB}/nbconvert/exporters/templateexporter.pyc
63${PYSITELIB}/nbconvert/exporters/templateexporter.pyo 
64${PYSITELIB}/nbconvert/exporters/tests/__init__.py 
65${PYSITELIB}/nbconvert/exporters/tests/__init__.pyc 
66${PYSITELIB}/nbconvert/exporters/tests/__init__.pyo 
67${PYSITELIB}/nbconvert/exporters/tests/base.py 
68${PYSITELIB}/nbconvert/exporters/tests/base.pyc 
69${PYSITELIB}/nbconvert/exporters/tests/base.pyo 
70${PYSITELIB}/nbconvert/exporters/tests/cheese.py 
71${PYSITELIB}/nbconvert/exporters/tests/cheese.pyc 
72${PYSITELIB}/nbconvert/exporters/tests/cheese.pyo 
73${PYSITELIB}/nbconvert/exporters/tests/files/attachment.ipynb 
74${PYSITELIB}/nbconvert/exporters/tests/files/lablike.html.j2 
75${PYSITELIB}/nbconvert/exporters/tests/files/notebook2.ipynb 
76${PYSITELIB}/nbconvert/exporters/tests/files/notebook3.ipynb 
77${PYSITELIB}/nbconvert/exporters/tests/files/pngmetadata.ipynb 
78${PYSITELIB}/nbconvert/exporters/tests/files/prompt_numbers.ipynb 
79${PYSITELIB}/nbconvert/exporters/tests/files/rawtest.ipynb 
80${PYSITELIB}/nbconvert/exporters/tests/files/svg.ipynb 
81${PYSITELIB}/nbconvert/exporters/tests/test_asciidoc.py 
82${PYSITELIB}/nbconvert/exporters/tests/test_asciidoc.pyc 
83${PYSITELIB}/nbconvert/exporters/tests/test_asciidoc.pyo 
84${PYSITELIB}/nbconvert/exporters/tests/test_export.py 
85${PYSITELIB}/nbconvert/exporters/tests/test_export.pyc 
86${PYSITELIB}/nbconvert/exporters/tests/test_export.pyo 
87${PYSITELIB}/nbconvert/exporters/tests/test_exporter.py 
88${PYSITELIB}/nbconvert/exporters/tests/test_exporter.pyc 
89${PYSITELIB}/nbconvert/exporters/tests/test_exporter.pyo 
90${PYSITELIB}/nbconvert/exporters/tests/test_html.py 
91${PYSITELIB}/nbconvert/exporters/tests/test_html.pyc 
92${PYSITELIB}/nbconvert/exporters/tests/test_html.pyo 
93${PYSITELIB}/nbconvert/exporters/tests/test_latex.py 
94${PYSITELIB}/nbconvert/exporters/tests/test_latex.pyc 
95${PYSITELIB}/nbconvert/exporters/tests/test_latex.pyo 
96${PYSITELIB}/nbconvert/exporters/tests/test_markdown.py 
97${PYSITELIB}/nbconvert/exporters/tests/test_markdown.pyc 
98${PYSITELIB}/nbconvert/exporters/tests/test_markdown.pyo 
99${PYSITELIB}/nbconvert/exporters/tests/test_notebook.py 
100${PYSITELIB}/nbconvert/exporters/tests/test_notebook.pyc 
101${PYSITELIB}/nbconvert/exporters/tests/test_notebook.pyo 
102${PYSITELIB}/nbconvert/exporters/tests/test_pdf.py 
103${PYSITELIB}/nbconvert/exporters/tests/test_pdf.pyc 
104${PYSITELIB}/nbconvert/exporters/tests/test_pdf.pyo 
105${PYSITELIB}/nbconvert/exporters/tests/test_python.py 
106${PYSITELIB}/nbconvert/exporters/tests/test_python.pyc 
107${PYSITELIB}/nbconvert/exporters/tests/test_python.pyo 
108${PYSITELIB}/nbconvert/exporters/tests/test_rst.py 
109${PYSITELIB}/nbconvert/exporters/tests/test_rst.pyc 
110${PYSITELIB}/nbconvert/exporters/tests/test_rst.pyo 
111${PYSITELIB}/nbconvert/exporters/tests/test_script.py 
112${PYSITELIB}/nbconvert/exporters/tests/test_script.pyc 
113${PYSITELIB}/nbconvert/exporters/tests/test_script.pyo 
114${PYSITELIB}/nbconvert/exporters/tests/test_slides.py 
115${PYSITELIB}/nbconvert/exporters/tests/test_slides.pyc 
116${PYSITELIB}/nbconvert/exporters/tests/test_slides.pyo 
117${PYSITELIB}/nbconvert/exporters/tests/test_templateexporter.py 
118${PYSITELIB}/nbconvert/exporters/tests/test_templateexporter.pyc 
119${PYSITELIB}/nbconvert/exporters/tests/test_templateexporter.pyo 
120${PYSITELIB}/nbconvert/exporters/tests/test_webpdf.py 
121${PYSITELIB}/nbconvert/exporters/tests/test_webpdf.pyc 
122${PYSITELIB}/nbconvert/exporters/tests/test_webpdf.pyo 
123${PYSITELIB}/nbconvert/exporters/webpdf.py 56${PYSITELIB}/nbconvert/exporters/webpdf.py
124${PYSITELIB}/nbconvert/exporters/webpdf.pyc 57${PYSITELIB}/nbconvert/exporters/webpdf.pyc
125${PYSITELIB}/nbconvert/exporters/webpdf.pyo 
126${PYSITELIB}/nbconvert/filters/__init__.py 58${PYSITELIB}/nbconvert/filters/__init__.py
127${PYSITELIB}/nbconvert/filters/__init__.pyc 59${PYSITELIB}/nbconvert/filters/__init__.pyc
128${PYSITELIB}/nbconvert/filters/__init__.pyo 
129${PYSITELIB}/nbconvert/filters/ansi.py 60${PYSITELIB}/nbconvert/filters/ansi.py
130${PYSITELIB}/nbconvert/filters/ansi.pyc 61${PYSITELIB}/nbconvert/filters/ansi.pyc
131${PYSITELIB}/nbconvert/filters/ansi.pyo 
132${PYSITELIB}/nbconvert/filters/citation.py 62${PYSITELIB}/nbconvert/filters/citation.py
133${PYSITELIB}/nbconvert/filters/citation.pyc 63${PYSITELIB}/nbconvert/filters/citation.pyc
134${PYSITELIB}/nbconvert/filters/citation.pyo 
135${PYSITELIB}/nbconvert/filters/datatypefilter.py 64${PYSITELIB}/nbconvert/filters/datatypefilter.py
136${PYSITELIB}/nbconvert/filters/datatypefilter.pyc 65${PYSITELIB}/nbconvert/filters/datatypefilter.pyc
137${PYSITELIB}/nbconvert/filters/datatypefilter.pyo 
138${PYSITELIB}/nbconvert/filters/filter_links.py 66${PYSITELIB}/nbconvert/filters/filter_links.py
139${PYSITELIB}/nbconvert/filters/filter_links.pyc 67${PYSITELIB}/nbconvert/filters/filter_links.pyc
140${PYSITELIB}/nbconvert/filters/filter_links.pyo 
141${PYSITELIB}/nbconvert/filters/highlight.py 68${PYSITELIB}/nbconvert/filters/highlight.py
142${PYSITELIB}/nbconvert/filters/highlight.pyc 69${PYSITELIB}/nbconvert/filters/highlight.pyc
143${PYSITELIB}/nbconvert/filters/highlight.pyo 
144${PYSITELIB}/nbconvert/filters/latex.py 70${PYSITELIB}/nbconvert/filters/latex.py
145${PYSITELIB}/nbconvert/filters/latex.pyc 71${PYSITELIB}/nbconvert/filters/latex.pyc
146${PYSITELIB}/nbconvert/filters/latex.pyo 
147${PYSITELIB}/nbconvert/filters/markdown.py 72${PYSITELIB}/nbconvert/filters/markdown.py
148${PYSITELIB}/nbconvert/filters/markdown.pyc 73${PYSITELIB}/nbconvert/filters/markdown.pyc
149${PYSITELIB}/nbconvert/filters/markdown.pyo 
150${PYSITELIB}/nbconvert/filters/markdown_mistune.py 74${PYSITELIB}/nbconvert/filters/markdown_mistune.py
151${PYSITELIB}/nbconvert/filters/markdown_mistune.pyc 75${PYSITELIB}/nbconvert/filters/markdown_mistune.pyc
152${PYSITELIB}/nbconvert/filters/markdown_mistune.pyo 
153${PYSITELIB}/nbconvert/filters/metadata.py 76${PYSITELIB}/nbconvert/filters/metadata.py
154${PYSITELIB}/nbconvert/filters/metadata.pyc 77${PYSITELIB}/nbconvert/filters/metadata.pyc
155${PYSITELIB}/nbconvert/filters/metadata.pyo 
156${PYSITELIB}/nbconvert/filters/pandoc.py 78${PYSITELIB}/nbconvert/filters/pandoc.py
157${PYSITELIB}/nbconvert/filters/pandoc.pyc 79${PYSITELIB}/nbconvert/filters/pandoc.pyc
158${PYSITELIB}/nbconvert/filters/pandoc.pyo 
159${PYSITELIB}/nbconvert/filters/strings.py 80${PYSITELIB}/nbconvert/filters/strings.py
160${PYSITELIB}/nbconvert/filters/strings.pyc 81${PYSITELIB}/nbconvert/filters/strings.pyc
161${PYSITELIB}/nbconvert/filters/strings.pyo 82${PYSITELIB}/nbconvert/filters/svg_constants.py
162${PYSITELIB}/nbconvert/filters/tests/__init__.py 83${PYSITELIB}/nbconvert/filters/svg_constants.pyc
163${PYSITELIB}/nbconvert/filters/tests/__init__.pyc 
164${PYSITELIB}/nbconvert/filters/tests/__init__.pyo 
165${PYSITELIB}/nbconvert/filters/tests/test_ansi.py 
166${PYSITELIB}/nbconvert/filters/tests/test_ansi.pyc 
167${PYSITELIB}/nbconvert/filters/tests/test_ansi.pyo 
168${PYSITELIB}/nbconvert/filters/tests/test_citation.py 
169${PYSITELIB}/nbconvert/filters/tests/test_citation.pyc 
170${PYSITELIB}/nbconvert/filters/tests/test_citation.pyo 
171${PYSITELIB}/nbconvert/filters/tests/test_datatypefilter.py 
172${PYSITELIB}/nbconvert/filters/tests/test_datatypefilter.pyc 
173${PYSITELIB}/nbconvert/filters/tests/test_datatypefilter.pyo 
174${PYSITELIB}/nbconvert/filters/tests/test_highlight.py 
175${PYSITELIB}/nbconvert/filters/tests/test_highlight.pyc 
176${PYSITELIB}/nbconvert/filters/tests/test_highlight.pyo 
177${PYSITELIB}/nbconvert/filters/tests/test_latex.py 
178${PYSITELIB}/nbconvert/filters/tests/test_latex.pyc 
179${PYSITELIB}/nbconvert/filters/tests/test_latex.pyo 
180${PYSITELIB}/nbconvert/filters/tests/test_markdown.py 
181${PYSITELIB}/nbconvert/filters/tests/test_markdown.pyc 
182${PYSITELIB}/nbconvert/filters/tests/test_markdown.pyo 
183${PYSITELIB}/nbconvert/filters/tests/test_metadata.py 
184${PYSITELIB}/nbconvert/filters/tests/test_metadata.pyc 
185${PYSITELIB}/nbconvert/filters/tests/test_metadata.pyo 
186${PYSITELIB}/nbconvert/filters/tests/test_strings.py 
187${PYSITELIB}/nbconvert/filters/tests/test_strings.pyc 
188${PYSITELIB}/nbconvert/filters/tests/test_strings.pyo 
189${PYSITELIB}/nbconvert/filters/widgetsdatatypefilter.py 84${PYSITELIB}/nbconvert/filters/widgetsdatatypefilter.py
190${PYSITELIB}/nbconvert/filters/widgetsdatatypefilter.pyc 85${PYSITELIB}/nbconvert/filters/widgetsdatatypefilter.pyc
191${PYSITELIB}/nbconvert/filters/widgetsdatatypefilter.pyo 
192${PYSITELIB}/nbconvert/nbconvertapp.py 86${PYSITELIB}/nbconvert/nbconvertapp.py
193${PYSITELIB}/nbconvert/nbconvertapp.pyc 87${PYSITELIB}/nbconvert/nbconvertapp.pyc
194${PYSITELIB}/nbconvert/nbconvertapp.pyo 
195${PYSITELIB}/nbconvert/postprocessors/__init__.py 88${PYSITELIB}/nbconvert/postprocessors/__init__.py
196${PYSITELIB}/nbconvert/postprocessors/__init__.pyc 89${PYSITELIB}/nbconvert/postprocessors/__init__.pyc
197${PYSITELIB}/nbconvert/postprocessors/__init__.pyo 
198${PYSITELIB}/nbconvert/postprocessors/base.py 90${PYSITELIB}/nbconvert/postprocessors/base.py
199${PYSITELIB}/nbconvert/postprocessors/base.pyc 91${PYSITELIB}/nbconvert/postprocessors/base.pyc
200${PYSITELIB}/nbconvert/postprocessors/base.pyo 
201${PYSITELIB}/nbconvert/postprocessors/serve.py 92${PYSITELIB}/nbconvert/postprocessors/serve.py
202${PYSITELIB}/nbconvert/postprocessors/serve.pyc 93${PYSITELIB}/nbconvert/postprocessors/serve.pyc
203${PYSITELIB}/nbconvert/postprocessors/serve.pyo 
204${PYSITELIB}/nbconvert/postprocessors/tests/__init__.py 
205${PYSITELIB}/nbconvert/postprocessors/tests/__init__.pyc 
206${PYSITELIB}/nbconvert/postprocessors/tests/__init__.pyo 
207${PYSITELIB}/nbconvert/postprocessors/tests/test_serve.py 
208${PYSITELIB}/nbconvert/postprocessors/tests/test_serve.pyc 
209${PYSITELIB}/nbconvert/postprocessors/tests/test_serve.pyo 
210${PYSITELIB}/nbconvert/preprocessors/__init__.py 94${PYSITELIB}/nbconvert/preprocessors/__init__.py
211${PYSITELIB}/nbconvert/preprocessors/__init__.pyc 95${PYSITELIB}/nbconvert/preprocessors/__init__.pyc
212${PYSITELIB}/nbconvert/preprocessors/__init__.pyo 
213${PYSITELIB}/nbconvert/preprocessors/base.py 96${PYSITELIB}/nbconvert/preprocessors/base.py
214${PYSITELIB}/nbconvert/preprocessors/base.pyc 97${PYSITELIB}/nbconvert/preprocessors/base.pyc
215${PYSITELIB}/nbconvert/preprocessors/base.pyo 
216${PYSITELIB}/nbconvert/preprocessors/clearmetadata.py 98${PYSITELIB}/nbconvert/preprocessors/clearmetadata.py
217${PYSITELIB}/nbconvert/preprocessors/clearmetadata.pyc 99${PYSITELIB}/nbconvert/preprocessors/clearmetadata.pyc
218${PYSITELIB}/nbconvert/preprocessors/clearmetadata.pyo 
219${PYSITELIB}/nbconvert/preprocessors/clearoutput.py 100${PYSITELIB}/nbconvert/preprocessors/clearoutput.py
220${PYSITELIB}/nbconvert/preprocessors/clearoutput.pyc 101${PYSITELIB}/nbconvert/preprocessors/clearoutput.pyc
221${PYSITELIB}/nbconvert/preprocessors/clearoutput.pyo 
222${PYSITELIB}/nbconvert/preprocessors/coalescestreams.py 102${PYSITELIB}/nbconvert/preprocessors/coalescestreams.py
223${PYSITELIB}/nbconvert/preprocessors/coalescestreams.pyc 103${PYSITELIB}/nbconvert/preprocessors/coalescestreams.pyc
224${PYSITELIB}/nbconvert/preprocessors/coalescestreams.pyo 
225${PYSITELIB}/nbconvert/preprocessors/convertfigures.py 104${PYSITELIB}/nbconvert/preprocessors/convertfigures.py
226${PYSITELIB}/nbconvert/preprocessors/convertfigures.pyc 105${PYSITELIB}/nbconvert/preprocessors/convertfigures.pyc
227${PYSITELIB}/nbconvert/preprocessors/convertfigures.pyo 
228${PYSITELIB}/nbconvert/preprocessors/csshtmlheader.py 106${PYSITELIB}/nbconvert/preprocessors/csshtmlheader.py
229${PYSITELIB}/nbconvert/preprocessors/csshtmlheader.pyc 107${PYSITELIB}/nbconvert/preprocessors/csshtmlheader.pyc
230${PYSITELIB}/nbconvert/preprocessors/csshtmlheader.pyo 
231${PYSITELIB}/nbconvert/preprocessors/execute.py 108${PYSITELIB}/nbconvert/preprocessors/execute.py
232${PYSITELIB}/nbconvert/preprocessors/execute.pyc 109${PYSITELIB}/nbconvert/preprocessors/execute.pyc
233${PYSITELIB}/nbconvert/preprocessors/execute.pyo 
234${PYSITELIB}/nbconvert/preprocessors/extractoutput.py 110${PYSITELIB}/nbconvert/preprocessors/extractoutput.py
235${PYSITELIB}/nbconvert/preprocessors/extractoutput.pyc 111${PYSITELIB}/nbconvert/preprocessors/extractoutput.pyc
236${PYSITELIB}/nbconvert/preprocessors/extractoutput.pyo 
237${PYSITELIB}/nbconvert/preprocessors/highlightmagics.py 112${PYSITELIB}/nbconvert/preprocessors/highlightmagics.py
238${PYSITELIB}/nbconvert/preprocessors/highlightmagics.pyc 113${PYSITELIB}/nbconvert/preprocessors/highlightmagics.pyc
239${PYSITELIB}/nbconvert/preprocessors/highlightmagics.pyo 
240${PYSITELIB}/nbconvert/preprocessors/latex.py 114${PYSITELIB}/nbconvert/preprocessors/latex.py
241${PYSITELIB}/nbconvert/preprocessors/latex.pyc 115${PYSITELIB}/nbconvert/preprocessors/latex.pyc
242${PYSITELIB}/nbconvert/preprocessors/latex.pyo 
243${PYSITELIB}/nbconvert/preprocessors/regexremove.py 116${PYSITELIB}/nbconvert/preprocessors/regexremove.py
244${PYSITELIB}/nbconvert/preprocessors/regexremove.pyc 117${PYSITELIB}/nbconvert/preprocessors/regexremove.pyc
245${PYSITELIB}/nbconvert/preprocessors/regexremove.pyo 
246${PYSITELIB}/nbconvert/preprocessors/sanitize.py 118${PYSITELIB}/nbconvert/preprocessors/sanitize.py
247${PYSITELIB}/nbconvert/preprocessors/sanitize.pyc 119${PYSITELIB}/nbconvert/preprocessors/sanitize.pyc
248${PYSITELIB}/nbconvert/preprocessors/sanitize.pyo 
249${PYSITELIB}/nbconvert/preprocessors/svg2pdf.py 120${PYSITELIB}/nbconvert/preprocessors/svg2pdf.py
250${PYSITELIB}/nbconvert/preprocessors/svg2pdf.pyc 121${PYSITELIB}/nbconvert/preprocessors/svg2pdf.pyc
251${PYSITELIB}/nbconvert/preprocessors/svg2pdf.pyo 
252${PYSITELIB}/nbconvert/preprocessors/tagremove.py 122${PYSITELIB}/nbconvert/preprocessors/tagremove.py
253${PYSITELIB}/nbconvert/preprocessors/tagremove.pyc 123${PYSITELIB}/nbconvert/preprocessors/tagremove.pyc
254${PYSITELIB}/nbconvert/preprocessors/tagremove.pyo 124${PYSITELIB}/nbconvert/py.typed
255${PYSITELIB}/nbconvert/preprocessors/tests/__init__.py 
256${PYSITELIB}/nbconvert/preprocessors/tests/__init__.pyc 
257${PYSITELIB}/nbconvert/preprocessors/tests/__init__.pyo 
258${PYSITELIB}/nbconvert/preprocessors/tests/base.py 
259${PYSITELIB}/nbconvert/preprocessors/tests/base.pyc 
260${PYSITELIB}/nbconvert/preprocessors/tests/base.pyo 
261${PYSITELIB}/nbconvert/preprocessors/tests/fake_kernelmanager.py 
262${PYSITELIB}/nbconvert/preprocessors/tests/fake_kernelmanager.pyc 
263${PYSITELIB}/nbconvert/preprocessors/tests/fake_kernelmanager.pyo 
264${PYSITELIB}/nbconvert/preprocessors/tests/files/HelloWorld.ipynb 
265${PYSITELIB}/nbconvert/preprocessors/tests/files/MixedMarkdown.ipynb 
266${PYSITELIB}/nbconvert/preprocessors/tests/test_clearmetadata.py 
267${PYSITELIB}/nbconvert/preprocessors/tests/test_clearmetadata.pyc 
268${PYSITELIB}/nbconvert/preprocessors/tests/test_clearmetadata.pyo 
269${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.py 
270${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.pyc 
271${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.pyo 
272${PYSITELIB}/nbconvert/preprocessors/tests/test_coalescestreams.py 
273${PYSITELIB}/nbconvert/preprocessors/tests/test_coalescestreams.pyc 
274${PYSITELIB}/nbconvert/preprocessors/tests/test_coalescestreams.pyo 
275${PYSITELIB}/nbconvert/preprocessors/tests/test_csshtmlheader.py 
276${PYSITELIB}/nbconvert/preprocessors/tests/test_csshtmlheader.pyc 
277${PYSITELIB}/nbconvert/preprocessors/tests/test_csshtmlheader.pyo 
278${PYSITELIB}/nbconvert/preprocessors/tests/test_execute.py 
279${PYSITELIB}/nbconvert/preprocessors/tests/test_execute.pyc 
280${PYSITELIB}/nbconvert/preprocessors/tests/test_execute.pyo 
281${PYSITELIB}/nbconvert/preprocessors/tests/test_extractoutput.py 
282${PYSITELIB}/nbconvert/preprocessors/tests/test_extractoutput.pyc 
283${PYSITELIB}/nbconvert/preprocessors/tests/test_extractoutput.pyo 
284${PYSITELIB}/nbconvert/preprocessors/tests/test_highlightmagics.py 
285${PYSITELIB}/nbconvert/preprocessors/tests/test_highlightmagics.pyc 
286${PYSITELIB}/nbconvert/preprocessors/tests/test_highlightmagics.pyo 
287${PYSITELIB}/nbconvert/preprocessors/tests/test_latex.py 
288${PYSITELIB}/nbconvert/preprocessors/tests/test_latex.pyc 
289${PYSITELIB}/nbconvert/preprocessors/tests/test_latex.pyo 
290${PYSITELIB}/nbconvert/preprocessors/tests/test_regexremove.py 
291${PYSITELIB}/nbconvert/preprocessors/tests/test_regexremove.pyc 
292${PYSITELIB}/nbconvert/preprocessors/tests/test_regexremove.pyo 
293${PYSITELIB}/nbconvert/preprocessors/tests/test_sanitize.py 
294${PYSITELIB}/nbconvert/preprocessors/tests/test_sanitize.pyc 
295${PYSITELIB}/nbconvert/preprocessors/tests/test_sanitize.pyo 
296${PYSITELIB}/nbconvert/preprocessors/tests/test_svg2pdf.py 
297${PYSITELIB}/nbconvert/preprocessors/tests/test_svg2pdf.pyc 
298${PYSITELIB}/nbconvert/preprocessors/tests/test_svg2pdf.pyo 
299${PYSITELIB}/nbconvert/preprocessors/tests/test_tagremove.py 
300${PYSITELIB}/nbconvert/preprocessors/tests/test_tagremove.pyc 
301${PYSITELIB}/nbconvert/preprocessors/tests/test_tagremove.pyo 
302${PYSITELIB}/nbconvert/resources/__init__.py 125${PYSITELIB}/nbconvert/resources/__init__.py
303${PYSITELIB}/nbconvert/resources/__init__.pyc 126${PYSITELIB}/nbconvert/resources/__init__.pyc
304${PYSITELIB}/nbconvert/resources/__init__.pyo 
305${PYSITELIB}/nbconvert/templates/README.md 127${PYSITELIB}/nbconvert/templates/README.md
 128${PYSITELIB}/nbconvert/templates/skeleton/Makefile
306${PYSITELIB}/nbconvert/templates/skeleton/README.md 129${PYSITELIB}/nbconvert/templates/skeleton/README.md
307${PYSITELIB}/nbconvert/tests/__init__.py 
308${PYSITELIB}/nbconvert/tests/__init__.pyc 
309${PYSITELIB}/nbconvert/tests/__init__.pyo 
310${PYSITELIB}/nbconvert/tests/base.py 
311${PYSITELIB}/nbconvert/tests/base.pyc 
312${PYSITELIB}/nbconvert/tests/base.pyo 
313${PYSITELIB}/nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info/entry_points.txt 
314${PYSITELIB}/nbconvert/tests/exporter_entrypoint/eptest.py 
315${PYSITELIB}/nbconvert/tests/exporter_entrypoint/eptest.pyc 
316${PYSITELIB}/nbconvert/tests/exporter_entrypoint/eptest.pyo 
317${PYSITELIB}/nbconvert/tests/fake_exporters.py 
318${PYSITELIB}/nbconvert/tests/fake_exporters.pyc 
319${PYSITELIB}/nbconvert/tests/fake_exporters.pyo 
320${PYSITELIB}/nbconvert/tests/files/Unexecuted_widget.ipynb 
321${PYSITELIB}/nbconvert/tests/files/Unexecuted_widget_2.ipynb 
322${PYSITELIB}/nbconvert/tests/files/Widget_List.ipynb 
323${PYSITELIB}/nbconvert/tests/files/containerized_deployments.jpeg 
324${PYSITELIB}/nbconvert/tests/files/hello.py 
325${PYSITELIB}/nbconvert/tests/files/hello.pyc 
326${PYSITELIB}/nbconvert/tests/files/hello.pyo 
327${PYSITELIB}/nbconvert/tests/files/jupyter_nbconvert_config.py 
328${PYSITELIB}/nbconvert/tests/files/jupyter_nbconvert_config.pyc 
329${PYSITELIB}/nbconvert/tests/files/jupyter_nbconvert_config.pyo 
330${PYSITELIB}/nbconvert/tests/files/latex-linked-image.ipynb 
331${PYSITELIB}/nbconvert/tests/files/markdown_display_priority.ipynb 
332${PYSITELIB}/nbconvert/tests/files/notebook1.html 
333${PYSITELIB}/nbconvert/tests/files/notebook1.ipynb 
334${PYSITELIB}/nbconvert/tests/files/notebook2.ipynb 
335${PYSITELIB}/nbconvert/tests/files/notebook3_with_errors.ipynb 
336${PYSITELIB}/nbconvert/tests/files/notebook4_jpeg.ipynb 
337${PYSITELIB}/nbconvert/tests/files/notebook5_embed_images.ipynb 
338${PYSITELIB}/nbconvert/tests/files/notebook_jl.ipynb 
339${PYSITELIB}/nbconvert/tests/files/notebook_tags.ipynb 
340${PYSITELIB}/nbconvert/tests/files/override.py 
341${PYSITELIB}/nbconvert/tests/files/override.pyc 
342${PYSITELIB}/nbconvert/tests/files/override.pyo 
343${PYSITELIB}/nbconvert/tests/files/testimage.png 
344${PYSITELIB}/nbconvert/tests/test_nbconvertapp.py 
345${PYSITELIB}/nbconvert/tests/test_nbconvertapp.pyc 
346${PYSITELIB}/nbconvert/tests/test_nbconvertapp.pyo 
347${PYSITELIB}/nbconvert/tests/utils.py 
348${PYSITELIB}/nbconvert/tests/utils.pyc 
349${PYSITELIB}/nbconvert/tests/utils.pyo 
350${PYSITELIB}/nbconvert/utils/__init__.py 130${PYSITELIB}/nbconvert/utils/__init__.py
351${PYSITELIB}/nbconvert/utils/__init__.pyc 131${PYSITELIB}/nbconvert/utils/__init__.pyc
352${PYSITELIB}/nbconvert/utils/__init__.pyo 
353${PYSITELIB}/nbconvert/utils/_contextlib_chdir.py 132${PYSITELIB}/nbconvert/utils/_contextlib_chdir.py
354${PYSITELIB}/nbconvert/utils/_contextlib_chdir.pyc 133${PYSITELIB}/nbconvert/utils/_contextlib_chdir.pyc
355${PYSITELIB}/nbconvert/utils/_contextlib_chdir.pyo 
356${PYSITELIB}/nbconvert/utils/base.py 134${PYSITELIB}/nbconvert/utils/base.py
357${PYSITELIB}/nbconvert/utils/base.pyc 135${PYSITELIB}/nbconvert/utils/base.pyc
358${PYSITELIB}/nbconvert/utils/base.pyo 
359${PYSITELIB}/nbconvert/utils/exceptions.py 136${PYSITELIB}/nbconvert/utils/exceptions.py
360${PYSITELIB}/nbconvert/utils/exceptions.pyc 137${PYSITELIB}/nbconvert/utils/exceptions.pyc
361${PYSITELIB}/nbconvert/utils/exceptions.pyo 
362${PYSITELIB}/nbconvert/utils/io.py 138${PYSITELIB}/nbconvert/utils/io.py
363${PYSITELIB}/nbconvert/utils/io.pyc 139${PYSITELIB}/nbconvert/utils/io.pyc
364${PYSITELIB}/nbconvert/utils/io.pyo 
365${PYSITELIB}/nbconvert/utils/lexers.py 140${PYSITELIB}/nbconvert/utils/lexers.py
366${PYSITELIB}/nbconvert/utils/lexers.pyc 141${PYSITELIB}/nbconvert/utils/lexers.pyc
367${PYSITELIB}/nbconvert/utils/lexers.pyo 
368${PYSITELIB}/nbconvert/utils/pandoc.py 142${PYSITELIB}/nbconvert/utils/pandoc.py
369${PYSITELIB}/nbconvert/utils/pandoc.pyc 143${PYSITELIB}/nbconvert/utils/pandoc.pyc
370${PYSITELIB}/nbconvert/utils/pandoc.pyo 
371${PYSITELIB}/nbconvert/utils/tests/__init__.py 
372${PYSITELIB}/nbconvert/utils/tests/__init__.pyc 
373${PYSITELIB}/nbconvert/utils/tests/__init__.pyo 
374${PYSITELIB}/nbconvert/utils/tests/test_io.py 
375${PYSITELIB}/nbconvert/utils/tests/test_io.pyc 
376${PYSITELIB}/nbconvert/utils/tests/test_io.pyo 
377${PYSITELIB}/nbconvert/utils/tests/test_pandoc.py 
378${PYSITELIB}/nbconvert/utils/tests/test_pandoc.pyc 
379${PYSITELIB}/nbconvert/utils/tests/test_pandoc.pyo 
380${PYSITELIB}/nbconvert/utils/tests/test_version.py 
381${PYSITELIB}/nbconvert/utils/tests/test_version.pyc 
382${PYSITELIB}/nbconvert/utils/tests/test_version.pyo 
383${PYSITELIB}/nbconvert/utils/text.py 144${PYSITELIB}/nbconvert/utils/text.py
384${PYSITELIB}/nbconvert/utils/text.pyc 145${PYSITELIB}/nbconvert/utils/text.pyc
385${PYSITELIB}/nbconvert/utils/text.pyo 
386${PYSITELIB}/nbconvert/utils/version.py 146${PYSITELIB}/nbconvert/utils/version.py
387${PYSITELIB}/nbconvert/utils/version.pyc 147${PYSITELIB}/nbconvert/utils/version.pyc
388${PYSITELIB}/nbconvert/utils/version.pyo 
389${PYSITELIB}/nbconvert/writers/__init__.py 148${PYSITELIB}/nbconvert/writers/__init__.py
390${PYSITELIB}/nbconvert/writers/__init__.pyc 149${PYSITELIB}/nbconvert/writers/__init__.pyc
391${PYSITELIB}/nbconvert/writers/__init__.pyo 
392${PYSITELIB}/nbconvert/writers/base.py 150${PYSITELIB}/nbconvert/writers/base.py
393${PYSITELIB}/nbconvert/writers/base.pyc 151${PYSITELIB}/nbconvert/writers/base.pyc
394${PYSITELIB}/nbconvert/writers/base.pyo 
395${PYSITELIB}/nbconvert/writers/debug.py 152${PYSITELIB}/nbconvert/writers/debug.py
396${PYSITELIB}/nbconvert/writers/debug.pyc 153${PYSITELIB}/nbconvert/writers/debug.pyc
397${PYSITELIB}/nbconvert/writers/debug.pyo 
398${PYSITELIB}/nbconvert/writers/files.py 154${PYSITELIB}/nbconvert/writers/files.py
399${PYSITELIB}/nbconvert/writers/files.pyc 155${PYSITELIB}/nbconvert/writers/files.pyc
400${PYSITELIB}/nbconvert/writers/files.pyo 
401${PYSITELIB}/nbconvert/writers/stdout.py 156${PYSITELIB}/nbconvert/writers/stdout.py
402${PYSITELIB}/nbconvert/writers/stdout.pyc 157${PYSITELIB}/nbconvert/writers/stdout.pyc
403${PYSITELIB}/nbconvert/writers/stdout.pyo 
404${PYSITELIB}/nbconvert/writers/tests/__init__.py 
405${PYSITELIB}/nbconvert/writers/tests/__init__.pyc 
406${PYSITELIB}/nbconvert/writers/tests/__init__.pyo 
407${PYSITELIB}/nbconvert/writers/tests/test_debug.py 
408${PYSITELIB}/nbconvert/writers/tests/test_debug.pyc 
409${PYSITELIB}/nbconvert/writers/tests/test_debug.pyo 
410${PYSITELIB}/nbconvert/writers/tests/test_files.py 
411${PYSITELIB}/nbconvert/writers/tests/test_files.pyc 
412${PYSITELIB}/nbconvert/writers/tests/test_files.pyo 
413${PYSITELIB}/nbconvert/writers/tests/test_stdout.py 
414${PYSITELIB}/nbconvert/writers/tests/test_stdout.pyc 
415${PYSITELIB}/nbconvert/writers/tests/test_stdout.pyo 
416share/jupyter/nbconvert/templates/asciidoc/conf.json 158share/jupyter/nbconvert/templates/asciidoc/conf.json
417share/jupyter/nbconvert/templates/asciidoc/index.asciidoc.j2 159share/jupyter/nbconvert/templates/asciidoc/index.asciidoc.j2
 160share/jupyter/nbconvert/templates/base/cell_id_anchor.j2
418share/jupyter/nbconvert/templates/base/celltags.j2 161share/jupyter/nbconvert/templates/base/celltags.j2
419share/jupyter/nbconvert/templates/base/display_priority.j2 162share/jupyter/nbconvert/templates/base/display_priority.j2
420share/jupyter/nbconvert/templates/base/jupyter_widgets.html.j2 163share/jupyter/nbconvert/templates/base/jupyter_widgets.html.j2
421share/jupyter/nbconvert/templates/base/mathjax.html.j2 164share/jupyter/nbconvert/templates/base/mathjax.html.j2
422share/jupyter/nbconvert/templates/base/null.j2 165share/jupyter/nbconvert/templates/base/null.j2
423share/jupyter/nbconvert/templates/basic/conf.json 166share/jupyter/nbconvert/templates/basic/conf.json
424share/jupyter/nbconvert/templates/basic/index.html.j2 167share/jupyter/nbconvert/templates/basic/index.html.j2
425share/jupyter/nbconvert/templates/classic/base.html.j2 168share/jupyter/nbconvert/templates/classic/base.html.j2
426share/jupyter/nbconvert/templates/classic/conf.json 169share/jupyter/nbconvert/templates/classic/conf.json
427share/jupyter/nbconvert/templates/classic/index.html.j2 170share/jupyter/nbconvert/templates/classic/index.html.j2
428share/jupyter/nbconvert/templates/classic/static/style.css 171share/jupyter/nbconvert/templates/classic/static/style.css
429share/jupyter/nbconvert/templates/compatibility/display_priority.tpl 172share/jupyter/nbconvert/templates/compatibility/display_priority.tpl
430share/jupyter/nbconvert/templates/compatibility/full.tpl 173share/jupyter/nbconvert/templates/compatibility/full.tpl
@@ -441,22 +184,23 @@ share/jupyter/nbconvert/templates/latex/ @@ -441,22 +184,23 @@ share/jupyter/nbconvert/templates/latex/
441share/jupyter/nbconvert/templates/latex/index.tex.j2 184share/jupyter/nbconvert/templates/latex/index.tex.j2
442share/jupyter/nbconvert/templates/latex/null.j2 185share/jupyter/nbconvert/templates/latex/null.j2
443share/jupyter/nbconvert/templates/latex/report.tex.j2 186share/jupyter/nbconvert/templates/latex/report.tex.j2
444share/jupyter/nbconvert/templates/latex/style_bw_ipython.tex.j2 187share/jupyter/nbconvert/templates/latex/style_bw_ipython.tex.j2
445share/jupyter/nbconvert/templates/latex/style_bw_python.tex.j2 188share/jupyter/nbconvert/templates/latex/style_bw_python.tex.j2
446share/jupyter/nbconvert/templates/latex/style_ipython.tex.j2 189share/jupyter/nbconvert/templates/latex/style_ipython.tex.j2
447share/jupyter/nbconvert/templates/latex/style_jupyter.tex.j2 190share/jupyter/nbconvert/templates/latex/style_jupyter.tex.j2
448share/jupyter/nbconvert/templates/latex/style_python.tex.j2 191share/jupyter/nbconvert/templates/latex/style_python.tex.j2
449share/jupyter/nbconvert/templates/markdown/conf.json 192share/jupyter/nbconvert/templates/markdown/conf.json
450share/jupyter/nbconvert/templates/markdown/index.md.j2 193share/jupyter/nbconvert/templates/markdown/index.md.j2
451share/jupyter/nbconvert/templates/python/conf.json 194share/jupyter/nbconvert/templates/python/conf.json
452share/jupyter/nbconvert/templates/python/index.py.j2 195share/jupyter/nbconvert/templates/python/index.py.j2
453share/jupyter/nbconvert/templates/reveal/base.html.j2 196share/jupyter/nbconvert/templates/reveal/base.html.j2
 197share/jupyter/nbconvert/templates/reveal/cellslidedata.j2
454share/jupyter/nbconvert/templates/reveal/conf.json 198share/jupyter/nbconvert/templates/reveal/conf.json
455share/jupyter/nbconvert/templates/reveal/index.html.j2 199share/jupyter/nbconvert/templates/reveal/index.html.j2
456share/jupyter/nbconvert/templates/reveal/static/custom_reveal.css 200share/jupyter/nbconvert/templates/reveal/static/custom_reveal.css
457share/jupyter/nbconvert/templates/rst/conf.json 201share/jupyter/nbconvert/templates/rst/conf.json
458share/jupyter/nbconvert/templates/rst/index.rst.j2 202share/jupyter/nbconvert/templates/rst/index.rst.j2
459share/jupyter/nbconvert/templates/script/conf.json 203share/jupyter/nbconvert/templates/script/conf.json
460share/jupyter/nbconvert/templates/script/script.j2 204share/jupyter/nbconvert/templates/script/script.j2
461share/jupyter/nbconvert/templates/webpdf/conf.json 205share/jupyter/nbconvert/templates/webpdf/conf.json
462share/jupyter/nbconvert/templates/webpdf/index.pdf.j2 206share/jupyter/nbconvert/templates/webpdf/index.pdf.j2

cvs diff -r1.14 -r1.15 pkgsrc/www/py-nbconvert/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-nbconvert/distinfo 2022/04/19 11:45:05 1.14
+++ pkgsrc/www/py-nbconvert/distinfo 2023/05/05 09:14:44 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2022/04/19 11:45:05 adam Exp $ 1$NetBSD: distinfo,v 1.15 2023/05/05 09:14:44 adam Exp $
2 2
3BLAKE2s (nbconvert-6.5.0.tar.gz) = b8e8c3af86b7157a7d300847ef6d101efec6dc1ea2dc42378843e7ac94d291cf 3BLAKE2s (nbconvert-7.3.1.tar.gz) = dfc923e4605b91f3d0d085513f52429788d69e0363e334502f750d8eded3031d
4SHA512 (nbconvert-6.5.0.tar.gz) = 4e0d26d581435525f819c05207890cc7cbeaff786a16c354f0356c9bc50111a724a92b7e15445a0cf0ebf1e1c2f0ff064a2c8722267f66dd8677ad82b5e61714 4SHA512 (nbconvert-7.3.1.tar.gz) = 24d8d0ff35cf09d095d01122386439cf0c40eb9af7c88604f3108e5831a270509e1302370dc40eabc8bcb28fb86603d9d7a4a104346122deb8471aab7471e62d
5Size (nbconvert-6.5.0.tar.gz) = 908377 bytes 5Size (nbconvert-7.3.1.tar.gz) = 880064 bytes