pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-notebook



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep  2 05:36:30 UTC 2023

Modified Files:
        pkgsrc/www/py-notebook: ALTERNATIVES Makefile PLIST distinfo

Log Message:
py-notebook: updated to 7.0.3

7.0.2

Enhancements made

- Update to JupyterLab 4.0.4 packages
- Improve about dialog
- Added documentation link in Help menu

Bugs fixed

- Remove `RedirectHandler`

Maintenance and upkeep improvements

7.0.1

Enhancements made

- Update accessibly compliance section in the docs
- Update the browser tab favicon on kernel busy

Maintenance and upkeep improvements

- Bump `word-wrap` and `semver`
- Enable lerna caching for build scripts

Documentation improvements

- Update accessibly compliance section in the docs
- Fix link in `README.md`
- The future is now

7.0.0

Jupyter Notebook 7 is released :tada:

Check the changelog: https://jupyter-notebook.readthedocs.io/en/latest/changelog.html

And the new features in Notebook 7: https://jupyter-notebook.readthedocs.io/en/latest/notebook_7_features.html

Migration Guide: https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-notebook/ALTERNATIVES
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-notebook/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-notebook/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-notebook/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-notebook/ALTERNATIVES
diff -u pkgsrc/www/py-notebook/ALTERNATIVES:1.3 pkgsrc/www/py-notebook/ALTERNATIVES:1.4
--- pkgsrc/www/py-notebook/ALTERNATIVES:1.3     Thu Nov 29 18:34:12 2018
+++ pkgsrc/www/py-notebook/ALTERNATIVES Sat Sep  2 05:36:30 2023
@@ -1,4 +1 @@
-bin/jupyter-bundlerextension @PREFIX@/bin/jupyter-bundlerextension-@PYVERSSUFFIX@
-bin/jupyter-nbextension @PREFIX@/bin/jupyter-nbextension-@PYVERSSUFFIX@
 bin/jupyter-notebook @PREFIX@/bin/jupyter-notebook-@PYVERSSUFFIX@
-bin/jupyter-serverextension @PREFIX@/bin/jupyter-serverextension-@PYVERSSUFFIX@

Index: pkgsrc/www/py-notebook/Makefile
diff -u pkgsrc/www/py-notebook/Makefile:1.28 pkgsrc/www/py-notebook/Makefile:1.29
--- pkgsrc/www/py-notebook/Makefile:1.28        Tue Aug  1 23:20:56 2023
+++ pkgsrc/www/py-notebook/Makefile     Sat Sep  2 05:36:30 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/08/01 23:20:56 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2023/09/02 05:36:30 adam Exp $
 
-DISTNAME=      notebook-6.5.4
+DISTNAME=      notebook-7.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/notebook/}
@@ -10,22 +10,12 @@ HOMEPAGE=   https://jupyter.org/
 COMMENT=       Web-based notebook environment for interactive computing
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-Send2Trash>=1.8.0:../../sysutils/py-Send2Trash
-DEPENDS+=      ${PYPKGPREFIX}-argon2-cffi-[0-9]*:../../security/py-argon2-cffi
-DEPENDS+=      ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
-DEPENDS+=      ${PYPKGPREFIX}-ipython_genutils-[0-9]*:../../devel/py-ipython_genutils
-DEPENDS+=      ${PYPKGPREFIX}-jupyter_client>=5.3.4:../../devel/py-jupyter_client
-DEPENDS+=      ${PYPKGPREFIX}-jupyter_core>=4.6.1:../../devel/py-jupyter_core
-DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
-DEPENDS+=      ${PYPKGPREFIX}-nbclassic>=0.4.7:../../www/py-nbclassic
-DEPENDS+=      ${PYPKGPREFIX}-nbconvert>=5:../../www/py-nbconvert
-DEPENDS+=      ${PYPKGPREFIX}-nbformat-[0-9]*:../../www/py-nbformat
-DEPENDS+=      ${PYPKGPREFIX}-nest-asyncio>=1.5:../../devel/py-nest-asyncio
-DEPENDS+=      ${PYPKGPREFIX}-prometheus_client-[0-9]*:../../net/py-prometheus_client
-DEPENDS+=      ${PYPKGPREFIX}-terminado>=0.8.3:../../www/py-terminado
-DEPENDS+=      ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
-DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2.1:../../devel/py-traitlets
-DEPENDS+=      ${PYPKGPREFIX}-zmq>=17.0.0:../../net/py-zmq
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-jupyterlab>=4.0.2:../../www/py-jupyterlab
+DEPENDS+=      ${PYPKGPREFIX}-jupyterlab-server>=2.22.1:../../www/py-jupyterlab-server
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_server>=2.4.0:../../www/py-jupyter_server
+DEPENDS+=      ${PYPKGPREFIX}-notebook_shim>=0.2:../../www/py-notebook_shim
+DEPENDS+=      ${PYPKGPREFIX}-tornado>=6.2.0:../../www/py-tornado
 
 USE_LANGUAGES= # none
 
@@ -34,12 +24,16 @@ PYTHON_SELF_CONFLICT=       yes
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
+SUBST_CLASSES+=                jlpm
+SUBST_STAGE.jlpm=      pre-configure
+SUBST_MESSAGE.jlpm=    Fixing jlpm executable name.
+SUBST_FILES.jlpm=      pyproject.toml
+SUBST_SED.jlpm=                -e 's,"jlpm,"jlpm-${PYVERSSUFFIX},g'
+
 post-install:
-.for name in bundlerextension nbextension notebook serverextension
        cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} jupyter-${name} jupyter-${name}-${PYVERSSUFFIX} || ${TRUE}
-.endfor
+       ${MV} jupyter-notebook jupyter-notebook-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-notebook/PLIST
diff -u pkgsrc/www/py-notebook/PLIST:1.15 pkgsrc/www/py-notebook/PLIST:1.16
--- pkgsrc/www/py-notebook/PLIST:1.15   Fri May  5 11:08:50 2023
+++ pkgsrc/www/py-notebook/PLIST        Sat Sep  2 05:36:30 2023
@@ -1,546 +1,402 @@
-@comment $NetBSD: PLIST,v 1.15 2023/05/05 11:08:50 adam Exp $
-bin/jupyter-bundlerextension-${PYVERSSUFFIX}
-bin/jupyter-nbextension-${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.16 2023/09/02 05:36:30 adam Exp $
 bin/jupyter-notebook-${PYVERSSUFFIX}
-bin/jupyter-serverextension-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+etc/jupyter/jupyter_server_config.d/notebook.json
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/notebook/__init__.py
 ${PYSITELIB}/notebook/__init__.pyc
-${PYSITELIB}/notebook/__init__.pyo
 ${PYSITELIB}/notebook/__main__.py
 ${PYSITELIB}/notebook/__main__.pyc
-${PYSITELIB}/notebook/__main__.pyo
-${PYSITELIB}/notebook/_sysinfo.py
-${PYSITELIB}/notebook/_sysinfo.pyc
-${PYSITELIB}/notebook/_sysinfo.pyo
-${PYSITELIB}/notebook/_tz.py
-${PYSITELIB}/notebook/_tz.pyc
-${PYSITELIB}/notebook/_tz.pyo
 ${PYSITELIB}/notebook/_version.py
 ${PYSITELIB}/notebook/_version.pyc
-${PYSITELIB}/notebook/_version.pyo
-${PYSITELIB}/notebook/auth/__init__.py
-${PYSITELIB}/notebook/auth/__init__.pyc
-${PYSITELIB}/notebook/auth/__init__.pyo
-${PYSITELIB}/notebook/auth/__main__.py
-${PYSITELIB}/notebook/auth/__main__.pyc
-${PYSITELIB}/notebook/auth/__main__.pyo
-${PYSITELIB}/notebook/auth/login.py
-${PYSITELIB}/notebook/auth/login.pyc
-${PYSITELIB}/notebook/auth/login.pyo
-${PYSITELIB}/notebook/auth/logout.py
-${PYSITELIB}/notebook/auth/logout.pyc
-${PYSITELIB}/notebook/auth/logout.pyo
-${PYSITELIB}/notebook/auth/security.py
-${PYSITELIB}/notebook/auth/security.pyc
-${PYSITELIB}/notebook/auth/security.pyo
-${PYSITELIB}/notebook/auth/tests/__init__.py
-${PYSITELIB}/notebook/auth/tests/__init__.pyc
-${PYSITELIB}/notebook/auth/tests/__init__.pyo
-${PYSITELIB}/notebook/auth/tests/test_login.py
-${PYSITELIB}/notebook/auth/tests/test_login.pyc
-${PYSITELIB}/notebook/auth/tests/test_login.pyo
-${PYSITELIB}/notebook/auth/tests/test_security.py
-${PYSITELIB}/notebook/auth/tests/test_security.pyc
-${PYSITELIB}/notebook/auth/tests/test_security.pyo
-${PYSITELIB}/notebook/base/__init__.py
-${PYSITELIB}/notebook/base/__init__.pyc
-${PYSITELIB}/notebook/base/__init__.pyo
-${PYSITELIB}/notebook/base/handlers.py
-${PYSITELIB}/notebook/base/handlers.pyc
-${PYSITELIB}/notebook/base/handlers.pyo
-${PYSITELIB}/notebook/base/zmqhandlers.py
-${PYSITELIB}/notebook/base/zmqhandlers.pyc
-${PYSITELIB}/notebook/base/zmqhandlers.pyo
-${PYSITELIB}/notebook/bundler/__init__.py
-${PYSITELIB}/notebook/bundler/__init__.pyc
-${PYSITELIB}/notebook/bundler/__init__.pyo
-${PYSITELIB}/notebook/bundler/__main__.py
-${PYSITELIB}/notebook/bundler/__main__.pyc
-${PYSITELIB}/notebook/bundler/__main__.pyo
-${PYSITELIB}/notebook/bundler/bundlerextensions.py
-${PYSITELIB}/notebook/bundler/bundlerextensions.pyc
-${PYSITELIB}/notebook/bundler/bundlerextensions.pyo
-${PYSITELIB}/notebook/bundler/handlers.py
-${PYSITELIB}/notebook/bundler/handlers.pyc
-${PYSITELIB}/notebook/bundler/handlers.pyo
-${PYSITELIB}/notebook/bundler/tarball_bundler.py
-${PYSITELIB}/notebook/bundler/tarball_bundler.pyc
-${PYSITELIB}/notebook/bundler/tarball_bundler.pyo
-${PYSITELIB}/notebook/bundler/tests/__init__.py
-${PYSITELIB}/notebook/bundler/tests/__init__.pyc
-${PYSITELIB}/notebook/bundler/tests/__init__.pyo
-${PYSITELIB}/notebook/bundler/tests/resources/another_subdir/test_file.txt
-${PYSITELIB}/notebook/bundler/tests/resources/empty.ipynb
-${PYSITELIB}/notebook/bundler/tests/resources/subdir/subsubdir/.gitkeep
-${PYSITELIB}/notebook/bundler/tests/resources/subdir/test_file.txt
-${PYSITELIB}/notebook/bundler/tests/test_bundler_api.py
-${PYSITELIB}/notebook/bundler/tests/test_bundler_api.pyc
-${PYSITELIB}/notebook/bundler/tests/test_bundler_api.pyo
-${PYSITELIB}/notebook/bundler/tests/test_bundler_tools.py
-${PYSITELIB}/notebook/bundler/tests/test_bundler_tools.pyc
-${PYSITELIB}/notebook/bundler/tests/test_bundler_tools.pyo
-${PYSITELIB}/notebook/bundler/tests/test_bundlerextension.py
-${PYSITELIB}/notebook/bundler/tests/test_bundlerextension.pyc
-${PYSITELIB}/notebook/bundler/tests/test_bundlerextension.pyo
-${PYSITELIB}/notebook/bundler/tools.py
-${PYSITELIB}/notebook/bundler/tools.pyc
-${PYSITELIB}/notebook/bundler/tools.pyo
-${PYSITELIB}/notebook/bundler/zip_bundler.py
-${PYSITELIB}/notebook/bundler/zip_bundler.pyc
-${PYSITELIB}/notebook/bundler/zip_bundler.pyo
-${PYSITELIB}/notebook/config_manager.py
-${PYSITELIB}/notebook/config_manager.pyc
-${PYSITELIB}/notebook/config_manager.pyo
-${PYSITELIB}/notebook/edit/__init__.py
-${PYSITELIB}/notebook/edit/__init__.pyc
-${PYSITELIB}/notebook/edit/__init__.pyo
-${PYSITELIB}/notebook/edit/handlers.py
-${PYSITELIB}/notebook/edit/handlers.pyc
-${PYSITELIB}/notebook/edit/handlers.pyo
-${PYSITELIB}/notebook/extensions.py
-${PYSITELIB}/notebook/extensions.pyc
-${PYSITELIB}/notebook/extensions.pyo
-${PYSITELIB}/notebook/files/__init__.py
-${PYSITELIB}/notebook/files/__init__.pyc
-${PYSITELIB}/notebook/files/__init__.pyo
-${PYSITELIB}/notebook/files/handlers.py
-${PYSITELIB}/notebook/files/handlers.pyc
-${PYSITELIB}/notebook/files/handlers.pyo
-${PYSITELIB}/notebook/gateway/__init__.py
-${PYSITELIB}/notebook/gateway/__init__.pyc
-${PYSITELIB}/notebook/gateway/__init__.pyo
-${PYSITELIB}/notebook/gateway/handlers.py
-${PYSITELIB}/notebook/gateway/handlers.pyc
-${PYSITELIB}/notebook/gateway/handlers.pyo
-${PYSITELIB}/notebook/gateway/managers.py
-${PYSITELIB}/notebook/gateway/managers.pyc
-${PYSITELIB}/notebook/gateway/managers.pyo
-${PYSITELIB}/notebook/i18n/__init__.py
-${PYSITELIB}/notebook/i18n/__init__.pyc
-${PYSITELIB}/notebook/i18n/__init__.pyo
-${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/nbjs.json
-${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/nbjs.po
-${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/nbui.mo
-${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/nbui.po
-${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/notebook.mo
-${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/notebook.po
-${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbjs.json
-${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po
-${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbui.mo
-${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbui.po
-${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/notebook.mo
-${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/notebook.po
-${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbjs.json
-${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbjs.po
-${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbui.mo
-${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbui.po
-${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/notebook.mo
-${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/notebook.po
-${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbjs.json
-${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbjs.po
-${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbui.mo
-${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbui.po
-${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/notebook.mo
-${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/notebook.po
-${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbjs.json
-${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbjs.po
-${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbui.mo
-${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbui.po
-${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/notebook.mo
-${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/notebook.po
-${PYSITELIB}/notebook/jstest.py
-${PYSITELIB}/notebook/jstest.pyc
-${PYSITELIB}/notebook/jstest.pyo
-${PYSITELIB}/notebook/kernelspecs/__init__.py
-${PYSITELIB}/notebook/kernelspecs/__init__.pyc
-${PYSITELIB}/notebook/kernelspecs/__init__.pyo
-${PYSITELIB}/notebook/kernelspecs/handlers.py
-${PYSITELIB}/notebook/kernelspecs/handlers.pyc
-${PYSITELIB}/notebook/kernelspecs/handlers.pyo
-${PYSITELIB}/notebook/log.py
-${PYSITELIB}/notebook/log.pyc
-${PYSITELIB}/notebook/log.pyo
-${PYSITELIB}/notebook/nbconvert/__init__.py
-${PYSITELIB}/notebook/nbconvert/__init__.pyc
-${PYSITELIB}/notebook/nbconvert/__init__.pyo
-${PYSITELIB}/notebook/nbconvert/handlers.py
-${PYSITELIB}/notebook/nbconvert/handlers.pyc
-${PYSITELIB}/notebook/nbconvert/handlers.pyo
-${PYSITELIB}/notebook/nbconvert/tests/__init__.py
-${PYSITELIB}/notebook/nbconvert/tests/__init__.pyc
-${PYSITELIB}/notebook/nbconvert/tests/__init__.pyo
-${PYSITELIB}/notebook/nbconvert/tests/test_nbconvert_handlers.py
-${PYSITELIB}/notebook/nbconvert/tests/test_nbconvert_handlers.pyc
-${PYSITELIB}/notebook/nbconvert/tests/test_nbconvert_handlers.pyo
-${PYSITELIB}/notebook/nbextensions.py
-${PYSITELIB}/notebook/nbextensions.pyc
-${PYSITELIB}/notebook/nbextensions.pyo
-${PYSITELIB}/notebook/notebook/__init__.py
-${PYSITELIB}/notebook/notebook/__init__.pyc
-${PYSITELIB}/notebook/notebook/__init__.pyo
-${PYSITELIB}/notebook/notebook/handlers.py
-${PYSITELIB}/notebook/notebook/handlers.pyc
-${PYSITELIB}/notebook/notebook/handlers.pyo
-${PYSITELIB}/notebook/notebookapp.py
-${PYSITELIB}/notebook/notebookapp.pyc
-${PYSITELIB}/notebook/notebookapp.pyo
-${PYSITELIB}/notebook/prometheus/__init__.py
-${PYSITELIB}/notebook/prometheus/__init__.pyc
-${PYSITELIB}/notebook/prometheus/__init__.pyo
-${PYSITELIB}/notebook/prometheus/log_functions.py
-${PYSITELIB}/notebook/prometheus/log_functions.pyc
-${PYSITELIB}/notebook/prometheus/log_functions.pyo
-${PYSITELIB}/notebook/prometheus/metrics.py
-${PYSITELIB}/notebook/prometheus/metrics.pyc
-${PYSITELIB}/notebook/prometheus/metrics.pyo
-${PYSITELIB}/notebook/serverextensions.py
-${PYSITELIB}/notebook/serverextensions.pyc
-${PYSITELIB}/notebook/serverextensions.pyo
-${PYSITELIB}/notebook/services/__init__.py
-${PYSITELIB}/notebook/services/__init__.pyc
-${PYSITELIB}/notebook/services/__init__.pyo
-${PYSITELIB}/notebook/services/api/__init__.py
-${PYSITELIB}/notebook/services/api/__init__.pyc
-${PYSITELIB}/notebook/services/api/__init__.pyo
-${PYSITELIB}/notebook/services/api/api.yaml
-${PYSITELIB}/notebook/services/api/handlers.py
-${PYSITELIB}/notebook/services/api/handlers.pyc
-${PYSITELIB}/notebook/services/api/handlers.pyo
-${PYSITELIB}/notebook/services/api/tests/__init__.py
-${PYSITELIB}/notebook/services/api/tests/__init__.pyc
-${PYSITELIB}/notebook/services/api/tests/__init__.pyo
-${PYSITELIB}/notebook/services/api/tests/test_api.py
-${PYSITELIB}/notebook/services/api/tests/test_api.pyc
-${PYSITELIB}/notebook/services/api/tests/test_api.pyo
-${PYSITELIB}/notebook/services/config/__init__.py
-${PYSITELIB}/notebook/services/config/__init__.pyc
-${PYSITELIB}/notebook/services/config/__init__.pyo
-${PYSITELIB}/notebook/services/config/handlers.py
-${PYSITELIB}/notebook/services/config/handlers.pyc
-${PYSITELIB}/notebook/services/config/handlers.pyo
-${PYSITELIB}/notebook/services/config/manager.py
-${PYSITELIB}/notebook/services/config/manager.pyc
-${PYSITELIB}/notebook/services/config/manager.pyo
-${PYSITELIB}/notebook/services/config/tests/__init__.py
-${PYSITELIB}/notebook/services/config/tests/__init__.pyc
-${PYSITELIB}/notebook/services/config/tests/__init__.pyo
-${PYSITELIB}/notebook/services/config/tests/test_config_api.py
-${PYSITELIB}/notebook/services/config/tests/test_config_api.pyc
-${PYSITELIB}/notebook/services/config/tests/test_config_api.pyo
-${PYSITELIB}/notebook/services/contents/__init__.py
-${PYSITELIB}/notebook/services/contents/__init__.pyc
-${PYSITELIB}/notebook/services/contents/__init__.pyo
-${PYSITELIB}/notebook/services/contents/checkpoints.py
-${PYSITELIB}/notebook/services/contents/checkpoints.pyc
-${PYSITELIB}/notebook/services/contents/checkpoints.pyo
-${PYSITELIB}/notebook/services/contents/filecheckpoints.py
-${PYSITELIB}/notebook/services/contents/filecheckpoints.pyc
-${PYSITELIB}/notebook/services/contents/filecheckpoints.pyo
-${PYSITELIB}/notebook/services/contents/fileio.py
-${PYSITELIB}/notebook/services/contents/fileio.pyc
-${PYSITELIB}/notebook/services/contents/fileio.pyo
-${PYSITELIB}/notebook/services/contents/filemanager.py
-${PYSITELIB}/notebook/services/contents/filemanager.pyc
-${PYSITELIB}/notebook/services/contents/filemanager.pyo
-${PYSITELIB}/notebook/services/contents/handlers.py
-${PYSITELIB}/notebook/services/contents/handlers.pyc
-${PYSITELIB}/notebook/services/contents/handlers.pyo
-${PYSITELIB}/notebook/services/contents/largefilemanager.py
-${PYSITELIB}/notebook/services/contents/largefilemanager.pyc
-${PYSITELIB}/notebook/services/contents/largefilemanager.pyo
-${PYSITELIB}/notebook/services/contents/manager.py
-${PYSITELIB}/notebook/services/contents/manager.pyc
-${PYSITELIB}/notebook/services/contents/manager.pyo
-${PYSITELIB}/notebook/services/contents/tests/__init__.py
-${PYSITELIB}/notebook/services/contents/tests/__init__.pyc
-${PYSITELIB}/notebook/services/contents/tests/__init__.pyo
-${PYSITELIB}/notebook/services/contents/tests/test_contents_api.py
-${PYSITELIB}/notebook/services/contents/tests/test_contents_api.pyc
-${PYSITELIB}/notebook/services/contents/tests/test_contents_api.pyo
-${PYSITELIB}/notebook/services/contents/tests/test_fileio.py
-${PYSITELIB}/notebook/services/contents/tests/test_fileio.pyc
-${PYSITELIB}/notebook/services/contents/tests/test_fileio.pyo
-${PYSITELIB}/notebook/services/contents/tests/test_largefilemanager.py
-${PYSITELIB}/notebook/services/contents/tests/test_largefilemanager.pyc
-${PYSITELIB}/notebook/services/contents/tests/test_largefilemanager.pyo
-${PYSITELIB}/notebook/services/contents/tests/test_manager.py
-${PYSITELIB}/notebook/services/contents/tests/test_manager.pyc
-${PYSITELIB}/notebook/services/contents/tests/test_manager.pyo
-${PYSITELIB}/notebook/services/kernels/__init__.py
-${PYSITELIB}/notebook/services/kernels/__init__.pyc
-${PYSITELIB}/notebook/services/kernels/__init__.pyo
-${PYSITELIB}/notebook/services/kernels/handlers.py
-${PYSITELIB}/notebook/services/kernels/handlers.pyc
-${PYSITELIB}/notebook/services/kernels/handlers.pyo
-${PYSITELIB}/notebook/services/kernels/kernelmanager.py
-${PYSITELIB}/notebook/services/kernels/kernelmanager.pyc
-${PYSITELIB}/notebook/services/kernels/kernelmanager.pyo
-${PYSITELIB}/notebook/services/kernels/tests/__init__.py
-${PYSITELIB}/notebook/services/kernels/tests/__init__.pyc
-${PYSITELIB}/notebook/services/kernels/tests/__init__.pyo
-${PYSITELIB}/notebook/services/kernels/tests/test_kernels_api.py
-${PYSITELIB}/notebook/services/kernels/tests/test_kernels_api.pyc
-${PYSITELIB}/notebook/services/kernels/tests/test_kernels_api.pyo
-${PYSITELIB}/notebook/services/kernelspecs/__init__.py
-${PYSITELIB}/notebook/services/kernelspecs/__init__.pyc
-${PYSITELIB}/notebook/services/kernelspecs/__init__.pyo
-${PYSITELIB}/notebook/services/kernelspecs/handlers.py
-${PYSITELIB}/notebook/services/kernelspecs/handlers.pyc
-${PYSITELIB}/notebook/services/kernelspecs/handlers.pyo
-${PYSITELIB}/notebook/services/kernelspecs/tests/__init__.py
-${PYSITELIB}/notebook/services/kernelspecs/tests/__init__.pyc
-${PYSITELIB}/notebook/services/kernelspecs/tests/__init__.pyo
-${PYSITELIB}/notebook/services/kernelspecs/tests/test_kernelspecs_api.py
-${PYSITELIB}/notebook/services/kernelspecs/tests/test_kernelspecs_api.pyc
-${PYSITELIB}/notebook/services/kernelspecs/tests/test_kernelspecs_api.pyo
-${PYSITELIB}/notebook/services/nbconvert/__init__.py
-${PYSITELIB}/notebook/services/nbconvert/__init__.pyc
-${PYSITELIB}/notebook/services/nbconvert/__init__.pyo
-${PYSITELIB}/notebook/services/nbconvert/handlers.py
-${PYSITELIB}/notebook/services/nbconvert/handlers.pyc
-${PYSITELIB}/notebook/services/nbconvert/handlers.pyo
-${PYSITELIB}/notebook/services/nbconvert/tests/__init__.py
-${PYSITELIB}/notebook/services/nbconvert/tests/__init__.pyc
-${PYSITELIB}/notebook/services/nbconvert/tests/__init__.pyo
-${PYSITELIB}/notebook/services/nbconvert/tests/test_nbconvert_api.py
-${PYSITELIB}/notebook/services/nbconvert/tests/test_nbconvert_api.pyc
-${PYSITELIB}/notebook/services/nbconvert/tests/test_nbconvert_api.pyo
-${PYSITELIB}/notebook/services/security/__init__.py
-${PYSITELIB}/notebook/services/security/__init__.pyc
-${PYSITELIB}/notebook/services/security/__init__.pyo
-${PYSITELIB}/notebook/services/security/handlers.py
-${PYSITELIB}/notebook/services/security/handlers.pyc
-${PYSITELIB}/notebook/services/security/handlers.pyo
-${PYSITELIB}/notebook/services/sessions/__init__.py
-${PYSITELIB}/notebook/services/sessions/__init__.pyc
-${PYSITELIB}/notebook/services/sessions/__init__.pyo
-${PYSITELIB}/notebook/services/sessions/handlers.py
-${PYSITELIB}/notebook/services/sessions/handlers.pyc
-${PYSITELIB}/notebook/services/sessions/handlers.pyo
-${PYSITELIB}/notebook/services/sessions/sessionmanager.py
-${PYSITELIB}/notebook/services/sessions/sessionmanager.pyc
-${PYSITELIB}/notebook/services/sessions/sessionmanager.pyo
-${PYSITELIB}/notebook/services/sessions/tests/__init__.py
-${PYSITELIB}/notebook/services/sessions/tests/__init__.pyc
-${PYSITELIB}/notebook/services/sessions/tests/__init__.pyo
-${PYSITELIB}/notebook/services/sessions/tests/test_sessionmanager.py
-${PYSITELIB}/notebook/services/sessions/tests/test_sessionmanager.pyc
-${PYSITELIB}/notebook/services/sessions/tests/test_sessionmanager.pyo
-${PYSITELIB}/notebook/services/sessions/tests/test_sessions_api.py
-${PYSITELIB}/notebook/services/sessions/tests/test_sessions_api.pyc
-${PYSITELIB}/notebook/services/sessions/tests/test_sessions_api.pyo
-${PYSITELIB}/notebook/services/shutdown.py
-${PYSITELIB}/notebook/services/shutdown.pyc
-${PYSITELIB}/notebook/services/shutdown.pyo
-${PYSITELIB}/notebook/templates/404.html
-${PYSITELIB}/notebook/templates/browser-open.html
+${PYSITELIB}/notebook/app.py
+${PYSITELIB}/notebook/app.pyc
+${PYSITELIB}/notebook/custom/custom.css
+${PYSITELIB}/notebook/static/1018.bundle.js
+${PYSITELIB}/notebook/static/1053.bundle.js
+${PYSITELIB}/notebook/static/1088.bundle.js
+${PYSITELIB}/notebook/static/1091.bundle.js
+${PYSITELIB}/notebook/static/1122.bundle.js
+${PYSITELIB}/notebook/static/114.bundle.js
+${PYSITELIB}/notebook/static/1198.bundle.js
+${PYSITELIB}/notebook/static/1337.bundle.js
+${PYSITELIB}/notebook/static/134.bundle.js
+${PYSITELIB}/notebook/static/1408.bundle.js
+${PYSITELIB}/notebook/static/1418.bundle.js
+${PYSITELIB}/notebook/static/1542.bundle.js
+${PYSITELIB}/notebook/static/1542.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/1558.bundle.js
+${PYSITELIB}/notebook/static/1584.bundle.js
+${PYSITELIB}/notebook/static/1618.bundle.js
+${PYSITELIB}/notebook/static/1647.bundle.js
+${PYSITELIB}/notebook/static/1650.bundle.js
+${PYSITELIB}/notebook/static/1682.bundle.js
+${PYSITELIB}/notebook/static/1684.bundle.js
+${PYSITELIB}/notebook/static/1696.bundle.js
+${PYSITELIB}/notebook/static/170.bundle.js
+${PYSITELIB}/notebook/static/1809.bundle.js
+${PYSITELIB}/notebook/static/1827.bundle.js
+${PYSITELIB}/notebook/static/1833.bundle.js
+${PYSITELIB}/notebook/static/1835.bundle.js
+${PYSITELIB}/notebook/static/1837.bundle.js
+${PYSITELIB}/notebook/static/1941.bundle.js
+${PYSITELIB}/notebook/static/1950.bundle.js
+${PYSITELIB}/notebook/static/1958.bundle.js
+${PYSITELIB}/notebook/static/1cb1c39ea642f26a4dfe.woff
+${PYSITELIB}/notebook/static/2007.bundle.js
+${PYSITELIB}/notebook/static/2065.bundle.js
+${PYSITELIB}/notebook/static/2067.bundle.js
+${PYSITELIB}/notebook/static/2088.bundle.js
+${PYSITELIB}/notebook/static/2089.bundle.js
+${PYSITELIB}/notebook/static/2094.bundle.js
+${PYSITELIB}/notebook/static/2122.bundle.js
+${PYSITELIB}/notebook/static/2167.bundle.js
+${PYSITELIB}/notebook/static/2184.bundle.js
+${PYSITELIB}/notebook/static/2188.bundle.js
+${PYSITELIB}/notebook/static/221.bundle.js
+${PYSITELIB}/notebook/static/2311.bundle.js
+${PYSITELIB}/notebook/static/2323.bundle.js
+${PYSITELIB}/notebook/static/2330.bundle.js
+${PYSITELIB}/notebook/static/2343.bundle.js
+${PYSITELIB}/notebook/static/2386.bundle.js
+${PYSITELIB}/notebook/static/2401.bundle.js
+${PYSITELIB}/notebook/static/2450.bundle.js
+${PYSITELIB}/notebook/static/2479.bundle.js
+${PYSITELIB}/notebook/static/2512.bundle.js
+${PYSITELIB}/notebook/static/2552.bundle.js
+${PYSITELIB}/notebook/static/2607.bundle.js
+${PYSITELIB}/notebook/static/2666.bundle.js
+${PYSITELIB}/notebook/static/26683bf201fb258a2237.woff
+${PYSITELIB}/notebook/static/2682.bundle.js
+${PYSITELIB}/notebook/static/270.bundle.js
+${PYSITELIB}/notebook/static/2702.bundle.js
+${PYSITELIB}/notebook/static/2756.bundle.js
+${PYSITELIB}/notebook/static/2758.bundle.js
+${PYSITELIB}/notebook/static/2770.bundle.js
+${PYSITELIB}/notebook/static/28.bundle.js
+${PYSITELIB}/notebook/static/2813.bundle.js
+${PYSITELIB}/notebook/static/2866.bundle.js
+${PYSITELIB}/notebook/static/2871.bundle.js
+${PYSITELIB}/notebook/static/2913.bundle.js
+${PYSITELIB}/notebook/static/2913.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/2924.bundle.js
+${PYSITELIB}/notebook/static/2955.bundle.js
+${PYSITELIB}/notebook/static/3079.bundle.js
+${PYSITELIB}/notebook/static/30e889b58cbc51adfbb0.woff
+${PYSITELIB}/notebook/static/311.bundle.js
+${PYSITELIB}/notebook/static/3111.bundle.js
+${PYSITELIB}/notebook/static/3146.bundle.js
+${PYSITELIB}/notebook/static/3211.bundle.js
+${PYSITELIB}/notebook/static/3213.bundle.js
+${PYSITELIB}/notebook/static/3230.bundle.js
+${PYSITELIB}/notebook/static/32792104b5ef69eded90.woff
+${PYSITELIB}/notebook/static/3301.bundle.js
+${PYSITELIB}/notebook/static/3322.bundle.js
+${PYSITELIB}/notebook/static/3325.bundle.js
+${PYSITELIB}/notebook/static/3336.bundle.js
+${PYSITELIB}/notebook/static/3340.bundle.js
+${PYSITELIB}/notebook/static/3360.bundle.js
+${PYSITELIB}/notebook/static/3370.bundle.js
+${PYSITELIB}/notebook/static/3420.bundle.js
+${PYSITELIB}/notebook/static/3449.bundle.js
+${PYSITELIB}/notebook/static/3466.bundle.js
+${PYSITELIB}/notebook/static/35.bundle.js
+${PYSITELIB}/notebook/static/3501.bundle.js
+${PYSITELIB}/notebook/static/355254db9ca10a09a3b5.woff
+${PYSITELIB}/notebook/static/3562.bundle.js
+${PYSITELIB}/notebook/static/3676.bundle.js
+${PYSITELIB}/notebook/static/3680.bundle.js
+${PYSITELIB}/notebook/static/36e0d72d8a7afc696a3e.woff
+${PYSITELIB}/notebook/static/3700.bundle.js
+${PYSITELIB}/notebook/static/3733.bundle.js
+${PYSITELIB}/notebook/static/373c04fd2418f5c77eea.eot
+${PYSITELIB}/notebook/static/3752.bundle.js
+${PYSITELIB}/notebook/static/3768.bundle.js
+${PYSITELIB}/notebook/static/377.bundle.js
+${PYSITELIB}/notebook/static/3797.bundle.js
+${PYSITELIB}/notebook/static/3863.bundle.js
+${PYSITELIB}/notebook/static/3881.bundle.js
+${PYSITELIB}/notebook/static/3bc6ecaae7ecf6f8d7f8.woff
+${PYSITELIB}/notebook/static/3de784d07b9fa8f104c1.woff
+${PYSITELIB}/notebook/static/3f6d3488cf65374f6f67.woff
+${PYSITELIB}/notebook/static/4002.bundle.js
+${PYSITELIB}/notebook/static/403.bundle.js
+${PYSITELIB}/notebook/static/4030.bundle.js
+${PYSITELIB}/notebook/static/4038.bundle.js
+${PYSITELIB}/notebook/static/4039.bundle.js
+${PYSITELIB}/notebook/static/4042.bundle.js
+${PYSITELIB}/notebook/static/4058.bundle.js
+${PYSITELIB}/notebook/static/409.bundle.js
+${PYSITELIB}/notebook/static/4105.bundle.js
+${PYSITELIB}/notebook/static/4131.bundle.js
+${PYSITELIB}/notebook/static/4148.bundle.js
+${PYSITELIB}/notebook/static/4212.bundle.js
+${PYSITELIB}/notebook/static/4234.bundle.js
+${PYSITELIB}/notebook/static/4271.bundle.js
+${PYSITELIB}/notebook/static/4291.bundle.js
+${PYSITELIB}/notebook/static/431.bundle.js
+${PYSITELIB}/notebook/static/4382.bundle.js
+${PYSITELIB}/notebook/static/4387.bundle.js
+${PYSITELIB}/notebook/static/4498.bundle.js
+${PYSITELIB}/notebook/static/4521.bundle.js
+${PYSITELIB}/notebook/static/4526.bundle.js
+${PYSITELIB}/notebook/static/4558.bundle.js
+${PYSITELIB}/notebook/static/4588.bundle.js
+${PYSITELIB}/notebook/static/4645.bundle.js
+${PYSITELIB}/notebook/static/4670.bundle.js
+${PYSITELIB}/notebook/static/4746.bundle.js
+${PYSITELIB}/notebook/static/4810.bundle.js
+${PYSITELIB}/notebook/static/4811.bundle.js
+${PYSITELIB}/notebook/static/481e39042508ae313a60.woff
+${PYSITELIB}/notebook/static/4825.bundle.js
+${PYSITELIB}/notebook/static/4837.bundle.js
+${PYSITELIB}/notebook/static/4843.bundle.js
+${PYSITELIB}/notebook/static/4928.bundle.js
+${PYSITELIB}/notebook/static/4965.bundle.js
+${PYSITELIB}/notebook/static/4971.bundle.js
+${PYSITELIB}/notebook/static/4997.bundle.js
+${PYSITELIB}/notebook/static/5019.bundle.js
+${PYSITELIB}/notebook/static/5061.bundle.js
+${PYSITELIB}/notebook/static/5088.bundle.js
+${PYSITELIB}/notebook/static/5099.bundle.js
+${PYSITELIB}/notebook/static/5115.bundle.js
+${PYSITELIB}/notebook/static/5125.bundle.js
+${PYSITELIB}/notebook/static/5125.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/5135.bundle.js
+${PYSITELIB}/notebook/static/5234.bundle.js
+${PYSITELIB}/notebook/static/5249.bundle.js
+${PYSITELIB}/notebook/static/5261.bundle.js
+${PYSITELIB}/notebook/static/5297.bundle.js
+${PYSITELIB}/notebook/static/5299.bundle.js
+${PYSITELIB}/notebook/static/5313.bundle.js
+${PYSITELIB}/notebook/static/5325.bundle.js
+${PYSITELIB}/notebook/static/5346.bundle.js
+${PYSITELIB}/notebook/static/5425.bundle.js
+${PYSITELIB}/notebook/static/5426.bundle.js
+${PYSITELIB}/notebook/static/5451.bundle.js
+${PYSITELIB}/notebook/static/5494.bundle.js
+${PYSITELIB}/notebook/static/5573.bundle.js
+${PYSITELIB}/notebook/static/5601.bundle.js
+${PYSITELIB}/notebook/static/5614.bundle.js
+${PYSITELIB}/notebook/static/563.bundle.js
+${PYSITELIB}/notebook/static/5649.bundle.js
+${PYSITELIB}/notebook/static/5678.bundle.js
+${PYSITELIB}/notebook/static/5698.bundle.js
+${PYSITELIB}/notebook/static/5733.bundle.js
+${PYSITELIB}/notebook/static/5765.bundle.js
+${PYSITELIB}/notebook/static/5777.bundle.js
+${PYSITELIB}/notebook/static/5822.bundle.js
+${PYSITELIB}/notebook/static/5828.bundle.js
+${PYSITELIB}/notebook/static/5834.bundle.js
+${PYSITELIB}/notebook/static/5850.bundle.js
+${PYSITELIB}/notebook/static/5912.bundle.js
+${PYSITELIB}/notebook/static/5921.bundle.js
+${PYSITELIB}/notebook/static/5972.bundle.js
+${PYSITELIB}/notebook/static/5996.bundle.js
+${PYSITELIB}/notebook/static/5cda41563a095bd70c78.woff
+${PYSITELIB}/notebook/static/6017.bundle.js
+${PYSITELIB}/notebook/static/6027.bundle.js
+${PYSITELIB}/notebook/static/6061.bundle.js
+${PYSITELIB}/notebook/static/6139.bundle.js
+${PYSITELIB}/notebook/static/62.bundle.js
+${PYSITELIB}/notebook/static/6256.bundle.js
+${PYSITELIB}/notebook/static/6271.bundle.js
+${PYSITELIB}/notebook/static/632.bundle.js
+${PYSITELIB}/notebook/static/6345.bundle.js
+${PYSITELIB}/notebook/static/6467.bundle.js
+${PYSITELIB}/notebook/static/647.bundle.js
+${PYSITELIB}/notebook/static/6604.bundle.js
+${PYSITELIB}/notebook/static/661.bundle.js
+${PYSITELIB}/notebook/static/6621.bundle.js
+${PYSITELIB}/notebook/static/6627.bundle.js
+${PYSITELIB}/notebook/static/67.bundle.js
+${PYSITELIB}/notebook/static/6731.bundle.js
+${PYSITELIB}/notebook/static/6739.bundle.js
+${PYSITELIB}/notebook/static/677.bundle.js
+${PYSITELIB}/notebook/static/6774.bundle.js
+${PYSITELIB}/notebook/static/6788.bundle.js
+${PYSITELIB}/notebook/static/6815.bundle.js
+${PYSITELIB}/notebook/static/6853.bundle.js
+${PYSITELIB}/notebook/static/6893.bundle.js
+${PYSITELIB}/notebook/static/69.bundle.js
+${PYSITELIB}/notebook/static/690.bundle.js
+${PYSITELIB}/notebook/static/6919.bundle.js
+${PYSITELIB}/notebook/static/6942.bundle.js
+${PYSITELIB}/notebook/static/6962.bundle.js
+${PYSITELIB}/notebook/static/6972.bundle.js
+${PYSITELIB}/notebook/static/6999.bundle.js
+${PYSITELIB}/notebook/static/7005.bundle.js
+${PYSITELIB}/notebook/static/7022.bundle.js
+${PYSITELIB}/notebook/static/7054.bundle.js
+${PYSITELIB}/notebook/static/7154.bundle.js
+${PYSITELIB}/notebook/static/7170.bundle.js
+${PYSITELIB}/notebook/static/721921bab0d001ebff02.woff
+${PYSITELIB}/notebook/static/7226.bundle.js
+${PYSITELIB}/notebook/static/7252.bundle.js
+${PYSITELIB}/notebook/static/7264.bundle.js
+${PYSITELIB}/notebook/static/72bc573386dd1d48c5bb.woff
+${PYSITELIB}/notebook/static/7302.bundle.js
+${PYSITELIB}/notebook/static/732.bundle.js
+${PYSITELIB}/notebook/static/7360.bundle.js
+${PYSITELIB}/notebook/static/7369.bundle.js
+${PYSITELIB}/notebook/static/7378.bundle.js
+${PYSITELIB}/notebook/static/7378.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/7386.bundle.js
+${PYSITELIB}/notebook/static/7394.bundle.js
+${PYSITELIB}/notebook/static/7427.bundle.js
+${PYSITELIB}/notebook/static/745.bundle.js
+${PYSITELIB}/notebook/static/7450.bundle.js
+${PYSITELIB}/notebook/static/7471.bundle.js
+${PYSITELIB}/notebook/static/7534.bundle.js
+${PYSITELIB}/notebook/static/7582.bundle.js
+${PYSITELIB}/notebook/static/7603.bundle.js
+${PYSITELIB}/notebook/static/7639.bundle.js
+${PYSITELIB}/notebook/static/7674.bundle.js
+${PYSITELIB}/notebook/static/7679.bundle.js
+${PYSITELIB}/notebook/static/7684.bundle.js
+${PYSITELIB}/notebook/static/7796.bundle.js
+${PYSITELIB}/notebook/static/7796.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/7803.bundle.js
+${PYSITELIB}/notebook/static/7817.bundle.js
+${PYSITELIB}/notebook/static/7819.bundle.js
+${PYSITELIB}/notebook/static/7821.bundle.js
+${PYSITELIB}/notebook/static/7866.bundle.js
+${PYSITELIB}/notebook/static/7900.bundle.js
+${PYSITELIB}/notebook/static/7906.bundle.js
+${PYSITELIB}/notebook/static/792.bundle.js
+${PYSITELIB}/notebook/static/7957.bundle.js
+${PYSITELIB}/notebook/static/7969.bundle.js
+${PYSITELIB}/notebook/static/7997.bundle.js
+${PYSITELIB}/notebook/static/79d088064beb3826054f.eot
+${PYSITELIB}/notebook/static/8010.bundle.js
+${PYSITELIB}/notebook/static/8032.bundle.js
+${PYSITELIB}/notebook/static/8060.bundle.js
+${PYSITELIB}/notebook/static/8065.bundle.js
+${PYSITELIB}/notebook/static/8285.bundle.js
+${PYSITELIB}/notebook/static/8378.bundle.js
+${PYSITELIB}/notebook/static/8381.bundle.js
+${PYSITELIB}/notebook/static/8433.bundle.js
+${PYSITELIB}/notebook/static/8446.bundle.js
+${PYSITELIB}/notebook/static/8479.bundle.js
+${PYSITELIB}/notebook/static/85.bundle.js
+${PYSITELIB}/notebook/static/8550.bundle.js
+${PYSITELIB}/notebook/static/8550.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/8579.bundle.js
+${PYSITELIB}/notebook/static/8633.bundle.js
+${PYSITELIB}/notebook/static/870673df72e70f87c91a.woff
+${PYSITELIB}/notebook/static/8771.bundle.js
+${PYSITELIB}/notebook/static/880.bundle.js
+${PYSITELIB}/notebook/static/883.bundle.js
+${PYSITELIB}/notebook/static/8845.bundle.js
+${PYSITELIB}/notebook/static/8845.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/8875.bundle.js
+${PYSITELIB}/notebook/static/88b98cad3688915e50da.woff
+${PYSITELIB}/notebook/static/8907.bundle.js
+${PYSITELIB}/notebook/static/8928.bundle.js
+${PYSITELIB}/notebook/static/8929.bundle.js
+${PYSITELIB}/notebook/static/893.bundle.js
+${PYSITELIB}/notebook/static/8937.bundle.js
+${PYSITELIB}/notebook/static/8979.bundle.js
+${PYSITELIB}/notebook/static/8983.bundle.js
+${PYSITELIB}/notebook/static/899.bundle.js
+${PYSITELIB}/notebook/static/8ea8791754915a898a31.woff2
+${PYSITELIB}/notebook/static/8ea8dbb1b02e6f730f55.woff
+${PYSITELIB}/notebook/static/901.bundle.js
+${PYSITELIB}/notebook/static/9022.bundle.js
+${PYSITELIB}/notebook/static/9037.bundle.js
+${PYSITELIB}/notebook/static/906.bundle.js
+${PYSITELIB}/notebook/static/9060.bundle.js
+${PYSITELIB}/notebook/static/9068.bundle.js
+${PYSITELIB}/notebook/static/9086.bundle.js
+${PYSITELIB}/notebook/static/911.bundle.js
+${PYSITELIB}/notebook/static/9116.bundle.js
+${PYSITELIB}/notebook/static/9151.bundle.js
+${PYSITELIB}/notebook/static/9222.bundle.js
+${PYSITELIB}/notebook/static/9233.bundle.js
+${PYSITELIB}/notebook/static/9234.bundle.js
+${PYSITELIB}/notebook/static/9239.bundle.js
+${PYSITELIB}/notebook/static/9250.bundle.js
+${PYSITELIB}/notebook/static/9268.bundle.js
+${PYSITELIB}/notebook/static/9331.bundle.js
+${PYSITELIB}/notebook/static/9335.bundle.js
+${PYSITELIB}/notebook/static/9341.bundle.js
+${PYSITELIB}/notebook/static/9380.bundle.js
+${PYSITELIB}/notebook/static/9425.bundle.js
+${PYSITELIB}/notebook/static/9558.bundle.js
+${PYSITELIB}/notebook/static/9604.bundle.js
+${PYSITELIB}/notebook/static/9605.bundle.js
+${PYSITELIB}/notebook/static/9605.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/9609.bundle.js
+${PYSITELIB}/notebook/static/9638.bundle.js
+${PYSITELIB}/notebook/static/9674eb1bd55047179038.svg
+${PYSITELIB}/notebook/static/9676.bundle.js
+${PYSITELIB}/notebook/static/9680.bundle.js
+${PYSITELIB}/notebook/static/9685.bundle.js
+${PYSITELIB}/notebook/static/9752.bundle.js
+${PYSITELIB}/notebook/static/9752.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/9796.bundle.js
+${PYSITELIB}/notebook/static/9799.bundle.js
+${PYSITELIB}/notebook/static/9834b82ad26e2a37583d.woff2
+${PYSITELIB}/notebook/static/9852.bundle.js
+${PYSITELIB}/notebook/static/9854.bundle.js
+${PYSITELIB}/notebook/static/9854.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/a009bea404f7a500ded4.woff
+${PYSITELIB}/notebook/static/a3b9817780214caf01e8.svg
+${PYSITELIB}/notebook/static/af04542b29eaac04550a.woff
+${PYSITELIB}/notebook/static/af6397503fcefbd61397.ttf
+${PYSITELIB}/notebook/static/af96f67d7accf5fd2a4a.woff
+${PYSITELIB}/notebook/static/b418136e3b384baaadec.woff
+${PYSITELIB}/notebook/static/be0a084962d8066884f7.svg
+${PYSITELIB}/notebook/static/bundle.js
+${PYSITELIB}/notebook/static/c49810b53ecc0d87d802.woff
+${PYSITELIB}/notebook/static/c56da8d69f1a0208b8e0.woff
+${PYSITELIB}/notebook/static/cb9e9e693192413cde2b.woff
+${PYSITELIB}/notebook/static/cda59d6efffa685830fd.ttf
+${PYSITELIB}/notebook/static/e4299464e7b012968eed.eot
+${PYSITELIB}/notebook/static/e42a88444448ac3d6054.woff2
+${PYSITELIB}/notebook/static/e8711bbb871afd8e9dea.ttf
+${PYSITELIB}/notebook/static/f9217f66874b0c01cd8c.woff
+${PYSITELIB}/notebook/static/fc6ddf5df402b263cfb1.woff
+${PYSITELIB}/notebook/static/third-party-licenses.json
+${PYSITELIB}/notebook/templates/consoles.html
 ${PYSITELIB}/notebook/templates/edit.html
 ${PYSITELIB}/notebook/templates/error.html
-${PYSITELIB}/notebook/templates/login.html
-${PYSITELIB}/notebook/templates/logout.html
-${PYSITELIB}/notebook/templates/notebook.html
-${PYSITELIB}/notebook/templates/page.html
-${PYSITELIB}/notebook/templates/terminal.html
+${PYSITELIB}/notebook/templates/notebooks.html
+${PYSITELIB}/notebook/templates/terminals.html
 ${PYSITELIB}/notebook/templates/tree.html
-${PYSITELIB}/notebook/templates/view.html
-${PYSITELIB}/notebook/terminal/__init__.py
-${PYSITELIB}/notebook/terminal/__init__.pyc
-${PYSITELIB}/notebook/terminal/__init__.pyo
-${PYSITELIB}/notebook/terminal/api_handlers.py
-${PYSITELIB}/notebook/terminal/api_handlers.pyc
-${PYSITELIB}/notebook/terminal/api_handlers.pyo
-${PYSITELIB}/notebook/terminal/handlers.py
-${PYSITELIB}/notebook/terminal/handlers.pyc
-${PYSITELIB}/notebook/terminal/handlers.pyo
-${PYSITELIB}/notebook/terminal/terminalmanager.py
-${PYSITELIB}/notebook/terminal/terminalmanager.pyc
-${PYSITELIB}/notebook/terminal/terminalmanager.pyo
-${PYSITELIB}/notebook/terminal/tests/__init__.py
-${PYSITELIB}/notebook/terminal/tests/__init__.pyc
-${PYSITELIB}/notebook/terminal/tests/__init__.pyo
-${PYSITELIB}/notebook/terminal/tests/test_terminals_api.py
-${PYSITELIB}/notebook/terminal/tests/test_terminals_api.pyc
-${PYSITELIB}/notebook/terminal/tests/test_terminals_api.pyo
-${PYSITELIB}/notebook/tests/__init__.py
-${PYSITELIB}/notebook/tests/__init__.pyc
-${PYSITELIB}/notebook/tests/__init__.pyo
-${PYSITELIB}/notebook/tests/conftest.py
-${PYSITELIB}/notebook/tests/conftest.pyc
-${PYSITELIB}/notebook/tests/conftest.pyo
-${PYSITELIB}/notebook/tests/launchnotebook.py
-${PYSITELIB}/notebook/tests/launchnotebook.pyc
-${PYSITELIB}/notebook/tests/launchnotebook.pyo
-${PYSITELIB}/notebook/tests/selenium/__init__.py
-${PYSITELIB}/notebook/tests/selenium/__init__.pyc
-${PYSITELIB}/notebook/tests/selenium/__init__.pyo
-${PYSITELIB}/notebook/tests/selenium/conftest.py
-${PYSITELIB}/notebook/tests/selenium/conftest.pyc
-${PYSITELIB}/notebook/tests/selenium/conftest.pyo
-${PYSITELIB}/notebook/tests/selenium/quick_selenium.py
-${PYSITELIB}/notebook/tests/selenium/quick_selenium.pyc
-${PYSITELIB}/notebook/tests/selenium/quick_selenium.pyo
-${PYSITELIB}/notebook/tests/selenium/test_buffering.py
-${PYSITELIB}/notebook/tests/selenium/test_buffering.pyc
-${PYSITELIB}/notebook/tests/selenium/test_buffering.pyo
-${PYSITELIB}/notebook/tests/selenium/test_clipboard_multiselect.py
-${PYSITELIB}/notebook/tests/selenium/test_clipboard_multiselect.pyc
-${PYSITELIB}/notebook/tests/selenium/test_clipboard_multiselect.pyo
-${PYSITELIB}/notebook/tests/selenium/test_dashboard_nav.py
-${PYSITELIB}/notebook/tests/selenium/test_dashboard_nav.pyc
-${PYSITELIB}/notebook/tests/selenium/test_dashboard_nav.pyo
-${PYSITELIB}/notebook/tests/selenium/test_deletecell.py
-${PYSITELIB}/notebook/tests/selenium/test_deletecell.pyc
-${PYSITELIB}/notebook/tests/selenium/test_deletecell.pyo
-${PYSITELIB}/notebook/tests/selenium/test_display_image.py
-${PYSITELIB}/notebook/tests/selenium/test_display_image.pyc
-${PYSITELIB}/notebook/tests/selenium/test_display_image.pyo
-${PYSITELIB}/notebook/tests/selenium/test_display_isolation.py
-${PYSITELIB}/notebook/tests/selenium/test_display_isolation.pyc
-${PYSITELIB}/notebook/tests/selenium/test_display_isolation.pyo
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_arrows.py
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_arrows.pyc
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_arrows.pyo
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_cellmode.py
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_cellmode.pyc
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_cellmode.pyo
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_clipboard.py
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_clipboard.pyc
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_clipboard.pyo
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_execute.py
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_execute.pyc
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_execute.pyo
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_insertcell.py
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_insertcell.pyc
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_insertcell.pyo
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_markdown.py
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_markdown.pyc
-${PYSITELIB}/notebook/tests/selenium/test_dualmode_markdown.pyo
-${PYSITELIB}/notebook/tests/selenium/test_execute_code.py
-${PYSITELIB}/notebook/tests/selenium/test_execute_code.pyc
-${PYSITELIB}/notebook/tests/selenium/test_execute_code.pyo
-${PYSITELIB}/notebook/tests/selenium/test_find_and_replace.py
-${PYSITELIB}/notebook/tests/selenium/test_find_and_replace.pyc
-${PYSITELIB}/notebook/tests/selenium/test_find_and_replace.pyo
-${PYSITELIB}/notebook/tests/selenium/test_interrupt.py
-${PYSITELIB}/notebook/tests/selenium/test_interrupt.pyc
-${PYSITELIB}/notebook/tests/selenium/test_interrupt.pyo
-${PYSITELIB}/notebook/tests/selenium/test_kernel_menu.py
-${PYSITELIB}/notebook/tests/selenium/test_kernel_menu.pyc
-${PYSITELIB}/notebook/tests/selenium/test_kernel_menu.pyo
-${PYSITELIB}/notebook/tests/selenium/test_markdown.py
-${PYSITELIB}/notebook/tests/selenium/test_markdown.pyc
-${PYSITELIB}/notebook/tests/selenium/test_markdown.pyo
-${PYSITELIB}/notebook/tests/selenium/test_merge_cells.py
-${PYSITELIB}/notebook/tests/selenium/test_merge_cells.pyc
-${PYSITELIB}/notebook/tests/selenium/test_merge_cells.pyo
-${PYSITELIB}/notebook/tests/selenium/test_move_multiselection.py
-${PYSITELIB}/notebook/tests/selenium/test_move_multiselection.pyc
-${PYSITELIB}/notebook/tests/selenium/test_move_multiselection.pyo
-${PYSITELIB}/notebook/tests/selenium/test_multiselect.py
-${PYSITELIB}/notebook/tests/selenium/test_multiselect.pyc
-${PYSITELIB}/notebook/tests/selenium/test_multiselect.pyo
-${PYSITELIB}/notebook/tests/selenium/test_multiselect_toggle.py
-${PYSITELIB}/notebook/tests/selenium/test_multiselect_toggle.pyc
-${PYSITELIB}/notebook/tests/selenium/test_multiselect_toggle.pyo
-${PYSITELIB}/notebook/tests/selenium/test_notifications.py
-${PYSITELIB}/notebook/tests/selenium/test_notifications.pyc
-${PYSITELIB}/notebook/tests/selenium/test_notifications.pyo
-${PYSITELIB}/notebook/tests/selenium/test_prompt_numbers.py
-${PYSITELIB}/notebook/tests/selenium/test_prompt_numbers.pyc
-${PYSITELIB}/notebook/tests/selenium/test_prompt_numbers.pyo
-${PYSITELIB}/notebook/tests/selenium/test_save.py
-${PYSITELIB}/notebook/tests/selenium/test_save.pyc
-${PYSITELIB}/notebook/tests/selenium/test_save.pyo
-${PYSITELIB}/notebook/tests/selenium/test_save_as_notebook.py
-${PYSITELIB}/notebook/tests/selenium/test_save_as_notebook.pyc
-${PYSITELIB}/notebook/tests/selenium/test_save_as_notebook.pyo
-${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.py
-${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.pyc
-${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.pyo
-${PYSITELIB}/notebook/tests/selenium/test_shutdown.py
-${PYSITELIB}/notebook/tests/selenium/test_shutdown.pyc
-${PYSITELIB}/notebook/tests/selenium/test_shutdown.pyo
-${PYSITELIB}/notebook/tests/selenium/test_undelete.py
-${PYSITELIB}/notebook/tests/selenium/test_undelete.pyc
-${PYSITELIB}/notebook/tests/selenium/test_undelete.pyo
-${PYSITELIB}/notebook/tests/selenium/utils.py
-${PYSITELIB}/notebook/tests/selenium/utils.pyc
-${PYSITELIB}/notebook/tests/selenium/utils.pyo
-${PYSITELIB}/notebook/tests/test_config_manager.py
-${PYSITELIB}/notebook/tests/test_config_manager.pyc
-${PYSITELIB}/notebook/tests/test_config_manager.pyo
-${PYSITELIB}/notebook/tests/test_files.py
-${PYSITELIB}/notebook/tests/test_files.pyc
-${PYSITELIB}/notebook/tests/test_files.pyo
-${PYSITELIB}/notebook/tests/test_gateway.py
-${PYSITELIB}/notebook/tests/test_gateway.pyc
-${PYSITELIB}/notebook/tests/test_gateway.pyo
-${PYSITELIB}/notebook/tests/test_i18n.py
-${PYSITELIB}/notebook/tests/test_i18n.pyc
-${PYSITELIB}/notebook/tests/test_i18n.pyo
-${PYSITELIB}/notebook/tests/test_log.py
-${PYSITELIB}/notebook/tests/test_log.pyc
-${PYSITELIB}/notebook/tests/test_log.pyo
-${PYSITELIB}/notebook/tests/test_nbextensions.py
-${PYSITELIB}/notebook/tests/test_nbextensions.pyc
-${PYSITELIB}/notebook/tests/test_nbextensions.pyo
-${PYSITELIB}/notebook/tests/test_notebookapp.py
-${PYSITELIB}/notebook/tests/test_notebookapp.pyc
-${PYSITELIB}/notebook/tests/test_notebookapp.pyo
-${PYSITELIB}/notebook/tests/test_notebookapp_integration.py
-${PYSITELIB}/notebook/tests/test_notebookapp_integration.pyc
-${PYSITELIB}/notebook/tests/test_notebookapp_integration.pyo
-${PYSITELIB}/notebook/tests/test_paths.py
-${PYSITELIB}/notebook/tests/test_paths.pyc
-${PYSITELIB}/notebook/tests/test_paths.pyo
-${PYSITELIB}/notebook/tests/test_serialize.py
-${PYSITELIB}/notebook/tests/test_serialize.pyc
-${PYSITELIB}/notebook/tests/test_serialize.pyo
-${PYSITELIB}/notebook/tests/test_serverextensions.py
-${PYSITELIB}/notebook/tests/test_serverextensions.pyc
-${PYSITELIB}/notebook/tests/test_serverextensions.pyo
-${PYSITELIB}/notebook/tests/test_traittypes.py
-${PYSITELIB}/notebook/tests/test_traittypes.pyc
-${PYSITELIB}/notebook/tests/test_traittypes.pyo
-${PYSITELIB}/notebook/tests/test_utils.py
-${PYSITELIB}/notebook/tests/test_utils.pyc
-${PYSITELIB}/notebook/tests/test_utils.pyo
-${PYSITELIB}/notebook/traittypes.py
-${PYSITELIB}/notebook/traittypes.pyc
-${PYSITELIB}/notebook/traittypes.pyo
-${PYSITELIB}/notebook/transutils.py
-${PYSITELIB}/notebook/transutils.pyc
-${PYSITELIB}/notebook/transutils.pyo
-${PYSITELIB}/notebook/tree/__init__.py
-${PYSITELIB}/notebook/tree/__init__.pyc
-${PYSITELIB}/notebook/tree/__init__.pyo
-${PYSITELIB}/notebook/tree/handlers.py
-${PYSITELIB}/notebook/tree/handlers.pyc
-${PYSITELIB}/notebook/tree/handlers.pyo
-${PYSITELIB}/notebook/tree/tests/__init__.py
-${PYSITELIB}/notebook/tree/tests/__init__.pyc
-${PYSITELIB}/notebook/tree/tests/__init__.pyo
-${PYSITELIB}/notebook/tree/tests/handlers.py
-${PYSITELIB}/notebook/tree/tests/handlers.pyc
-${PYSITELIB}/notebook/tree/tests/handlers.pyo
-${PYSITELIB}/notebook/tree/tests/test_tree_handler.py
-${PYSITELIB}/notebook/tree/tests/test_tree_handler.pyc
-${PYSITELIB}/notebook/tree/tests/test_tree_handler.pyo
-${PYSITELIB}/notebook/utils.py
-${PYSITELIB}/notebook/utils.pyc
-${PYSITELIB}/notebook/utils.pyo
-${PYSITELIB}/notebook/view/__init__.py
-${PYSITELIB}/notebook/view/__init__.pyc
-${PYSITELIB}/notebook/view/__init__.pyo
-${PYSITELIB}/notebook/view/handlers.py
-${PYSITELIB}/notebook/view/handlers.pyc
-${PYSITELIB}/notebook/view/handlers.pyo
 share/applications/jupyter-notebook.desktop
 share/icons/hicolor/scalable/apps/notebook.svg
+share/jupyter/lab/schemas/@jupyter-notebook/application-extension/menus.json
+share/jupyter/lab/schemas/@jupyter-notebook/application-extension/package.json.orig
+share/jupyter/lab/schemas/@jupyter-notebook/application-extension/pages.json
+share/jupyter/lab/schemas/@jupyter-notebook/application-extension/shell.json
+share/jupyter/lab/schemas/@jupyter-notebook/application-extension/title.json
+share/jupyter/lab/schemas/@jupyter-notebook/application-extension/top.json
+share/jupyter/lab/schemas/@jupyter-notebook/application-extension/zen.json
+share/jupyter/lab/schemas/@jupyter-notebook/documentsearch-extension/package.json.orig
+share/jupyter/lab/schemas/@jupyter-notebook/help-extension/open.json
+share/jupyter/lab/schemas/@jupyter-notebook/help-extension/package.json.orig
+share/jupyter/lab/schemas/@jupyter-notebook/notebook-extension/checkpoints.json
+share/jupyter/lab/schemas/@jupyter-notebook/notebook-extension/kernel-logo.json
+share/jupyter/lab/schemas/@jupyter-notebook/notebook-extension/package.json.orig
+share/jupyter/lab/schemas/@jupyter-notebook/notebook-extension/scroll-output.json
+share/jupyter/lab/schemas/@jupyter-notebook/tree-extension/file-actions.json
+share/jupyter/lab/schemas/@jupyter-notebook/tree-extension/package.json.orig
+share/jupyter/lab/schemas/@jupyter-notebook/tree-extension/widget.json
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/package.json
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/schemas/@jupyter-notebook/lab-extension/interface-switcher.json
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/schemas/@jupyter-notebook/lab-extension/launch-tree.json
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/schemas/@jupyter-notebook/lab-extension/package.json.orig
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/244.ccabc00f32556c30c370.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/568.4c21b1ee53bca1b067b1.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/776.cd91ad04e0b1e9c5d052.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/928.80768f013945146a1f35.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/remoteEntry.cbd1f46ddfb9a551568e.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/style.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/third-party-licenses.json

Index: pkgsrc/www/py-notebook/distinfo
diff -u pkgsrc/www/py-notebook/distinfo:1.19 pkgsrc/www/py-notebook/distinfo:1.20
--- pkgsrc/www/py-notebook/distinfo:1.19        Fri May  5 11:08:50 2023
+++ pkgsrc/www/py-notebook/distinfo     Sat Sep  2 05:36:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/05/05 11:08:50 adam Exp $
+$NetBSD: distinfo,v 1.20 2023/09/02 05:36:30 adam Exp $
 
-BLAKE2s (notebook-6.5.4.tar.gz) = fcc21fcd2bd2dce5dcf3ef6220c31a114d1b3c8967eadf886970c2a14e51bf1e
-SHA512 (notebook-6.5.4.tar.gz) = 72bf4efa4d553a6265c72e188ad0ee085accbbc05b0af182531c892303149d83f38f6d410f1bcb2c835071f713cb4267d58324b982b4087caabf9b46b8d77cfa
-Size (notebook-6.5.4.tar.gz) = 5785832 bytes
+BLAKE2s (notebook-7.0.3.tar.gz) = c9ba9cb389be5c2b55815d2e213799465a74af32c927d94dbc0f31c703f14054
+SHA512 (notebook-7.0.3.tar.gz) = 141acc5b46b7c3023c5aab3cdcfaa287225c627bde053f8958bdce5bdfd600ba2bfa5f119ce8b026cf1889cd7acb265a4c13eae6b0afdd1ed2a4fcfb3264976f
+Size (notebook-7.0.3.tar.gz) = 3934398 bytes



Home | Main Index | Thread Index | Old Index