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 Jul 20 19:30:15 UTC 2024

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

Log Message:
py-notebook: updated to 7.2.1

v7.2

Jupyter Notebook 7.2 is based on JupyterLab 4.2, and includes a number of new features, bug fixes, and enhancements for extension developers. This release is compatible with extensions supporting 
JupyterLab 4.0. Extension authors are recommended to consult the [Extension Migration Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_migration.html#jupyterlab-4-0-to-4-1) 
which lists deprecations and changes to the public API.

Below are a few highlights for this new release. Most of the new features and improvements come from the update to JupyterLab 4.2, although they are not all supported in Notebook 7.2.

For reference you may have a look at the JupyterLab 4.2 changelog to learn more: https://jupyterlab.readthedocs.io/en/latest/getting_started/changelog.html#v4-2

Full notebook windowing mode by default

Notebooks in the `full` windowing mode only render the visible cells, significantly improving the performance of the application. One limitation of `full` mode is that the search function in your 
browser may produce false negatives; using the search function is recommended. To revert to the behaviour from Notebook 7.2, go to Settings → Settings Editor → Notebook, scroll to “Windowing mode”, 
and choose `defer`.

Improved Shortcuts Editor

Among the numerous improvements and bug fixes for the keyboard shortcuts editor:

- it is now possible to remove the default shortcuts,
- shortcuts are correctly sorted when using a language pack,
- shortcuts with different arguments are now correctly displayed as individual entries.

<img alt="A context menu opened over a keybinding in the Keyboard Shortcuts setting panel within the Settings widget" class="jp-screenshot" 
src="https://raw.githubusercontent.com/jupyterlab/jupyterlab/main/docs/source/getting_started/changelog_assets/4.2-delete-shortcut.png";>

Dark high contrast theme

A new theme, JupyterLab Dark High Contrast, which is intended to benefit users with the need for higher contrast, following the WCAG AAA accessibility standard for color contrast. To select this 
theme, from the menu bar, choose Settings → Theme → JupyterLab Dark High Contrast. Please provide feedback and suggestions on further improvements to this theme.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/py-notebook/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-notebook/PLIST
cvs rdiff -u -r1.24 -r1.25 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/Makefile
diff -u pkgsrc/www/py-notebook/Makefile:1.34 pkgsrc/www/py-notebook/Makefile:1.35
--- pkgsrc/www/py-notebook/Makefile:1.34        Mon Feb 12 19:16:18 2024
+++ pkgsrc/www/py-notebook/Makefile     Sat Jul 20 19:30:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2024/02/12 19:16:18 adam Exp $
+# $NetBSD: Makefile,v 1.35 2024/07/20 19:30:14 adam Exp $
 
-DISTNAME=      notebook-7.0.8
+DISTNAME=      notebook-7.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/notebook/}
@@ -12,8 +12,8 @@ LICENSE=      modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupyter-builder>=0.5:../../devel/py-hatch-jupyter-builder
-DEPENDS+=      ${PYPKGPREFIX}-jupyterlab>=4.0.2:../../www/py-jupyterlab
-DEPENDS+=      ${PYPKGPREFIX}-jupyterlab-server>=2.22.1:../../www/py-jupyterlab-server
+DEPENDS+=      ${PYPKGPREFIX}-jupyterlab>=4.2.0:../../www/py-jupyterlab
+DEPENDS+=      ${PYPKGPREFIX}-jupyterlab-server>=2.27.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
@@ -22,7 +22,7 @@ USE_LANGUAGES=        # none
 
 PYTHON_SELF_CONFLICT=  yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 SUBST_CLASSES+=                jlpm
 SUBST_STAGE.jlpm=      pre-configure

Index: pkgsrc/www/py-notebook/PLIST
diff -u pkgsrc/www/py-notebook/PLIST:1.21 pkgsrc/www/py-notebook/PLIST:1.22
--- pkgsrc/www/py-notebook/PLIST:1.21   Mon Feb 12 19:16:18 2024
+++ pkgsrc/www/py-notebook/PLIST        Sat Jul 20 19:30:14 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2024/02/12 19:16:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2024/07/20 19:30:14 adam Exp $
 bin/jupyter-notebook-${PYVERSSUFFIX}
 etc/jupyter/jupyter_server_config.d/notebook.json
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -19,17 +19,24 @@ ${PYSITELIB}/notebook/app.py
 ${PYSITELIB}/notebook/app.pyc
 ${PYSITELIB}/notebook/app.pyo
 ${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/113.bundle.js
 ${PYSITELIB}/notebook/static/114.bundle.js
+${PYSITELIB}/notebook/static/1169.bundle.js
 ${PYSITELIB}/notebook/static/1198.bundle.js
-${PYSITELIB}/notebook/static/1337.bundle.js
+${PYSITELIB}/notebook/static/1261.bundle.js
+${PYSITELIB}/notebook/static/131.bundle.js
+${PYSITELIB}/notebook/static/1326.bundle.js
+${PYSITELIB}/notebook/static/1326.bundle.js.LICENSE.txt
 ${PYSITELIB}/notebook/static/134.bundle.js
+${PYSITELIB}/notebook/static/1388.bundle.js
 ${PYSITELIB}/notebook/static/1408.bundle.js
 ${PYSITELIB}/notebook/static/1418.bundle.js
+${PYSITELIB}/notebook/static/1495.bundle.js
+${PYSITELIB}/notebook/static/1495.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/1496.bundle.js
 ${PYSITELIB}/notebook/static/1542.bundle.js
 ${PYSITELIB}/notebook/static/1542.bundle.js.LICENSE.txt
 ${PYSITELIB}/notebook/static/1558.bundle.js
@@ -37,47 +44,53 @@ ${PYSITELIB}/notebook/static/1584.bundle
 ${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/1828.bundle.js
 ${PYSITELIB}/notebook/static/1833.bundle.js
-${PYSITELIB}/notebook/static/1835.bundle.js
 ${PYSITELIB}/notebook/static/1837.bundle.js
+${PYSITELIB}/notebook/static/1846.bundle.js
+${PYSITELIB}/notebook/static/1869.bundle.js
+${PYSITELIB}/notebook/static/1884.bundle.js
 ${PYSITELIB}/notebook/static/1941.bundle.js
-${PYSITELIB}/notebook/static/1950.bundle.js
 ${PYSITELIB}/notebook/static/1958.bundle.js
+${PYSITELIB}/notebook/static/1962.bundle.js
 ${PYSITELIB}/notebook/static/1cb1c39ea642f26a4dfe.woff
 ${PYSITELIB}/notebook/static/2007.bundle.js
-${PYSITELIB}/notebook/static/2053.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/214.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/2241.bundle.js
 ${PYSITELIB}/notebook/static/2311.bundle.js
 ${PYSITELIB}/notebook/static/2323.bundle.js
+${PYSITELIB}/notebook/static/2324.bundle.js
 ${PYSITELIB}/notebook/static/2343.bundle.js
 ${PYSITELIB}/notebook/static/2386.bundle.js
 ${PYSITELIB}/notebook/static/2401.bundle.js
 ${PYSITELIB}/notebook/static/2479.bundle.js
-${PYSITELIB}/notebook/static/2512.bundle.js
+${PYSITELIB}/notebook/static/2489.bundle.js
+${PYSITELIB}/notebook/static/2520.bundle.js
 ${PYSITELIB}/notebook/static/2552.bundle.js
 ${PYSITELIB}/notebook/static/2607.bundle.js
+${PYSITELIB}/notebook/static/261.bundle.js
+${PYSITELIB}/notebook/static/2615.bundle.js
+${PYSITELIB}/notebook/static/2636.bundle.js
 ${PYSITELIB}/notebook/static/2666.bundle.js
 ${PYSITELIB}/notebook/static/26683bf201fb258a2237.woff
 ${PYSITELIB}/notebook/static/2682.bundle.js
+${PYSITELIB}/notebook/static/2692.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/28.bundle.js
 ${PYSITELIB}/notebook/static/2813.bundle.js
 ${PYSITELIB}/notebook/static/2866.bundle.js
@@ -85,12 +98,16 @@ ${PYSITELIB}/notebook/static/2871.bundle
 ${PYSITELIB}/notebook/static/2913.bundle.js
 ${PYSITELIB}/notebook/static/2913.bundle.js.LICENSE.txt
 ${PYSITELIB}/notebook/static/2924.bundle.js
+${PYSITELIB}/notebook/static/2944.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/3129.bundle.js
 ${PYSITELIB}/notebook/static/3146.bundle.js
+${PYSITELIB}/notebook/static/3154.bundle.js
+${PYSITELIB}/notebook/static/3187.bundle.js
 ${PYSITELIB}/notebook/static/3211.bundle.js
 ${PYSITELIB}/notebook/static/3213.bundle.js
 ${PYSITELIB}/notebook/static/3230.bundle.js
@@ -104,9 +121,12 @@ ${PYSITELIB}/notebook/static/3360.bundle
 ${PYSITELIB}/notebook/static/3370.bundle.js
 ${PYSITELIB}/notebook/static/3420.bundle.js
 ${PYSITELIB}/notebook/static/3449.bundle.js
+${PYSITELIB}/notebook/static/3462.bundle.js
 ${PYSITELIB}/notebook/static/3466.bundle.js
+${PYSITELIB}/notebook/static/3488.bundle.js
 ${PYSITELIB}/notebook/static/35.bundle.js
 ${PYSITELIB}/notebook/static/3501.bundle.js
+${PYSITELIB}/notebook/static/3512.bundle.js
 ${PYSITELIB}/notebook/static/355254db9ca10a09a3b5.woff
 ${PYSITELIB}/notebook/static/3562.bundle.js
 ${PYSITELIB}/notebook/static/3676.bundle.js
@@ -115,71 +135,73 @@ ${PYSITELIB}/notebook/static/36e0d72d8a7
 ${PYSITELIB}/notebook/static/3700.bundle.js
 ${PYSITELIB}/notebook/static/3733.bundle.js
 ${PYSITELIB}/notebook/static/373c04fd2418f5c77eea.eot
+${PYSITELIB}/notebook/static/374.bundle.js
 ${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/3911.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/4035.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/4430.bundle.js
 ${PYSITELIB}/notebook/static/4498.bundle.js
+${PYSITELIB}/notebook/static/4499.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/4630.bundle.js
+${PYSITELIB}/notebook/static/4630.bundle.js.LICENSE.txt
 ${PYSITELIB}/notebook/static/4645.bundle.js
 ${PYSITELIB}/notebook/static/4670.bundle.js
-${PYSITELIB}/notebook/static/4746.bundle.js
+${PYSITELIB}/notebook/static/4708.bundle.js
+${PYSITELIB}/notebook/static/4780.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/514.bundle.js
+${PYSITELIB}/notebook/static/5166.bundle.js
 ${PYSITELIB}/notebook/static/5234.bundle.js
 ${PYSITELIB}/notebook/static/5249.bundle.js
+${PYSITELIB}/notebook/static/5254.bundle.js
 ${PYSITELIB}/notebook/static/5261.bundle.js
+${PYSITELIB}/notebook/static/5263.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/5343.bundle.js
 ${PYSITELIB}/notebook/static/5346.bundle.js
 ${PYSITELIB}/notebook/static/5425.bundle.js
 ${PYSITELIB}/notebook/static/5426.bundle.js
+${PYSITELIB}/notebook/static/545.bundle.js
 ${PYSITELIB}/notebook/static/5451.bundle.js
 ${PYSITELIB}/notebook/static/5494.bundle.js
 ${PYSITELIB}/notebook/static/5573.bundle.js
@@ -187,7 +209,6 @@ ${PYSITELIB}/notebook/static/5601.bundle
 ${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
@@ -202,22 +223,27 @@ ${PYSITELIB}/notebook/static/5972.bundle
 ${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/6078.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/6281.bundle.js
 ${PYSITELIB}/notebook/static/632.bundle.js
 ${PYSITELIB}/notebook/static/6345.bundle.js
-${PYSITELIB}/notebook/static/6467.bundle.js
+${PYSITELIB}/notebook/static/6417.bundle.js
 ${PYSITELIB}/notebook/static/647.bundle.js
+${PYSITELIB}/notebook/static/6521.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/6640.bundle.js
+${PYSITELIB}/notebook/static/6667.bundle.js
 ${PYSITELIB}/notebook/static/67.bundle.js
 ${PYSITELIB}/notebook/static/6731.bundle.js
 ${PYSITELIB}/notebook/static/6739.bundle.js
+${PYSITELIB}/notebook/static/6748.bundle.js
 ${PYSITELIB}/notebook/static/677.bundle.js
 ${PYSITELIB}/notebook/static/6788.bundle.js
 ${PYSITELIB}/notebook/static/6815.bundle.js
@@ -225,19 +251,23 @@ ${PYSITELIB}/notebook/static/6853.bundle
 ${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/7010.bundle.js
 ${PYSITELIB}/notebook/static/7022.bundle.js
 ${PYSITELIB}/notebook/static/7054.bundle.js
+${PYSITELIB}/notebook/static/7097.bundle.js
+${PYSITELIB}/notebook/static/7153.bundle.js
 ${PYSITELIB}/notebook/static/7154.bundle.js
 ${PYSITELIB}/notebook/static/7170.bundle.js
+${PYSITELIB}/notebook/static/7179.bundle.js
 ${PYSITELIB}/notebook/static/721921bab0d001ebff02.woff
 ${PYSITELIB}/notebook/static/7226.bundle.js
 ${PYSITELIB}/notebook/static/7252.bundle.js
+${PYSITELIB}/notebook/static/7259.bundle.js
 ${PYSITELIB}/notebook/static/7264.bundle.js
 ${PYSITELIB}/notebook/static/72bc573386dd1d48c5bb.woff
 ${PYSITELIB}/notebook/static/7302.bundle.js
@@ -247,30 +277,41 @@ ${PYSITELIB}/notebook/static/7378.bundle
 ${PYSITELIB}/notebook/static/7378.bundle.js.LICENSE.txt
 ${PYSITELIB}/notebook/static/7386.bundle.js
 ${PYSITELIB}/notebook/static/7391.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/7506.bundle.js
+${PYSITELIB}/notebook/static/7506.bundle.js.LICENSE.txt
 ${PYSITELIB}/notebook/static/7534.bundle.js
+${PYSITELIB}/notebook/static/7543.bundle.js
+${PYSITELIB}/notebook/static/755.bundle.js
 ${PYSITELIB}/notebook/static/7582.bundle.js
 ${PYSITELIB}/notebook/static/7603.bundle.js
 ${PYSITELIB}/notebook/static/7639.bundle.js
+${PYSITELIB}/notebook/static/7655.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/7811.bundle.js
+${PYSITELIB}/notebook/static/7811.bundle.js.LICENSE.txt
+${PYSITELIB}/notebook/static/7812.bundle.js
 ${PYSITELIB}/notebook/static/7817.bundle.js
 ${PYSITELIB}/notebook/static/7819.bundle.js
 ${PYSITELIB}/notebook/static/7821.bundle.js
+${PYSITELIB}/notebook/static/7854.bundle.js
 ${PYSITELIB}/notebook/static/7866.bundle.js
+${PYSITELIB}/notebook/static/7884.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/7995.bundle.js
+${PYSITELIB}/notebook/static/7995.bundle.js.LICENSE.txt
 ${PYSITELIB}/notebook/static/7997.bundle.js
 ${PYSITELIB}/notebook/static/79d088064beb3826054f.eot
 ${PYSITELIB}/notebook/static/8010.bundle.js
@@ -280,16 +321,18 @@ ${PYSITELIB}/notebook/static/8285.bundle
 ${PYSITELIB}/notebook/static/8378.bundle.js
 ${PYSITELIB}/notebook/static/8381.bundle.js
 ${PYSITELIB}/notebook/static/8433.bundle.js
+${PYSITELIB}/notebook/static/8443.bundle.js
 ${PYSITELIB}/notebook/static/8446.bundle.js
+${PYSITELIB}/notebook/static/8471.bundle.js
 ${PYSITELIB}/notebook/static/8479.bundle.js
 ${PYSITELIB}/notebook/static/85.bundle.js
-${PYSITELIB}/notebook/static/8548.bundle.js
-${PYSITELIB}/notebook/static/8548.bundle.js.LICENSE.txt
 ${PYSITELIB}/notebook/static/8579.bundle.js
 ${PYSITELIB}/notebook/static/8633.bundle.js
 ${PYSITELIB}/notebook/static/870673df72e70f87c91a.woff
+${PYSITELIB}/notebook/static/8768.bundle.js
 ${PYSITELIB}/notebook/static/8771.bundle.js
 ${PYSITELIB}/notebook/static/8781.bundle.js
+${PYSITELIB}/notebook/static/8801.bundle.js
 ${PYSITELIB}/notebook/static/883.bundle.js
 ${PYSITELIB}/notebook/static/8845.bundle.js
 ${PYSITELIB}/notebook/static/8845.bundle.js.LICENSE.txt
@@ -311,10 +354,11 @@ ${PYSITELIB}/notebook/static/9037.bundle
 ${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/9136.bundle.js
 ${PYSITELIB}/notebook/static/9151.bundle.js
+${PYSITELIB}/notebook/static/9161.bundle.js
 ${PYSITELIB}/notebook/static/9222.bundle.js
 ${PYSITELIB}/notebook/static/9233.bundle.js
 ${PYSITELIB}/notebook/static/9234.bundle.js
@@ -327,13 +371,10 @@ ${PYSITELIB}/notebook/static/9341.bundle
 ${PYSITELIB}/notebook/static/9380.bundle.js
 ${PYSITELIB}/notebook/static/9425.bundle.js
 ${PYSITELIB}/notebook/static/9558.bundle.js
-${PYSITELIB}/notebook/static/9577.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/9670.bundle.js
 ${PYSITELIB}/notebook/static/9674eb1bd55047179038.svg
 ${PYSITELIB}/notebook/static/9676.bundle.js
 ${PYSITELIB}/notebook/static/9680.bundle.js
@@ -341,10 +382,10 @@ ${PYSITELIB}/notebook/static/9685.bundle
 ${PYSITELIB}/notebook/static/9752.bundle.js
 ${PYSITELIB}/notebook/static/9752.bundle.js.LICENSE.txt
 ${PYSITELIB}/notebook/static/9799.bundle.js
+${PYSITELIB}/notebook/static/9821.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/9866.bundle.js
 ${PYSITELIB}/notebook/static/a009bea404f7a500ded4.woff
 ${PYSITELIB}/notebook/static/a3b9817780214caf01e8.svg
 ${PYSITELIB}/notebook/static/af04542b29eaac04550a.woff
@@ -382,6 +423,7 @@ share/jupyter/lab/schemas/@jupyter-noteb
 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/edit-notebook-metadata.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
@@ -392,10 +434,10 @@ share/jupyter/labextensions/@jupyter-not
 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/52.b2c4b450ddfdb9a2da29.js
-share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/568.013352bd01375b7346b5.js
-share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/928.311d81a68bd10b5b2ae0.js
-share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/93.eddcbb0f5a946c74796b.js
-share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/remoteEntry.0dca0b46350f0c25c608.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/568.9cd06af416befd593828.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/678.af323c3ff765541c6aa4.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/928.6d26fccf0ddab13bf5bb.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/93.eae3497dd223d842d198.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/remoteEntry.d04be841d48ffe2a9bdd.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.24 pkgsrc/www/py-notebook/distinfo:1.25
--- pkgsrc/www/py-notebook/distinfo:1.24        Mon Feb 12 19:16:18 2024
+++ pkgsrc/www/py-notebook/distinfo     Sat Jul 20 19:30:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/02/12 19:16:18 adam Exp $
+$NetBSD: distinfo,v 1.25 2024/07/20 19:30:14 adam Exp $
 
-BLAKE2s (notebook-7.0.8.tar.gz) = 88c1786103e94910c981d088226638916fb62cf071930ba90c55a5ef9b26e61e
-SHA512 (notebook-7.0.8.tar.gz) = d5616efcdf5863b5bb0b5d3be92654835773b49aa47660f2cd593240f9695ff2797233545be6215a5d0098501e8fa39f4123bf4348e1113b3be5ea29d51662f5
-Size (notebook-7.0.8.tar.gz) = 3937092 bytes
+BLAKE2s (notebook-7.2.1.tar.gz) = b344cf34ae4f55f03cfa57873ea77a66b2a4bcd798a7d78dbe78507a89232932
+SHA512 (notebook-7.2.1.tar.gz) = e11415139a21a7dd8692673c2011d11621881cd4b99f69de5f32c23161734b1620560f57654b2e57177cb3ba01152bb76e0c9f79c2f7924b0d8424c21c219677
+Size (notebook-7.2.1.tar.gz) = 4946671 bytes



Home | Main Index | Thread Index | Old Index