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: Tue Sep 3 13:15:27 UTC 2024
Modified Files:
pkgsrc/www/py-notebook: Makefile PLIST distinfo
Log Message:
py-notebook: updated to 7.2.2
7.2.2
Maintenance and upkeep improvements
- Upgrade JupyterLab dependencies to v4.2.5
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/py-notebook/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-notebook/PLIST
cvs rdiff -u -r1.25 -r1.26 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.35 pkgsrc/www/py-notebook/Makefile:1.36
--- pkgsrc/www/py-notebook/Makefile:1.35 Sat Jul 20 19:30:14 2024
+++ pkgsrc/www/py-notebook/Makefile Tue Sep 3 13:15:27 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/07/20 19:30:14 adam Exp $
+# $NetBSD: Makefile,v 1.36 2024/09/03 13:15:27 adam Exp $
-DISTNAME= notebook-7.2.1
+DISTNAME= notebook-7.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/notebook/}
@@ -22,7 +22,7 @@ USE_LANGUAGES= # none
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
+PYTHON_VERSIONS_INCOMPATIBLE= 38 39
SUBST_CLASSES+= jlpm
SUBST_STAGE.jlpm= pre-configure
Index: pkgsrc/www/py-notebook/PLIST
diff -u pkgsrc/www/py-notebook/PLIST:1.22 pkgsrc/www/py-notebook/PLIST:1.23
--- pkgsrc/www/py-notebook/PLIST:1.22 Sat Jul 20 19:30:14 2024
+++ pkgsrc/www/py-notebook/PLIST Tue Sep 3 13:15:27 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2024/07/20 19:30:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2024/09/03 13:15:27 adam Exp $
bin/jupyter-notebook-${PYVERSSUFFIX}
etc/jupyter/jupyter_server_config.d/notebook.json
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -19,6 +19,7 @@ ${PYSITELIB}/notebook/app.py
${PYSITELIB}/notebook/app.pyc
${PYSITELIB}/notebook/app.pyo
${PYSITELIB}/notebook/custom/custom.css
+${PYSITELIB}/notebook/static/1053.bundle.js
${PYSITELIB}/notebook/static/1088.bundle.js
${PYSITELIB}/notebook/static/1091.bundle.js
${PYSITELIB}/notebook/static/1122.bundle.js
@@ -90,7 +91,6 @@ ${PYSITELIB}/notebook/static/2682.bundle
${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/28.bundle.js
${PYSITELIB}/notebook/static/2813.bundle.js
${PYSITELIB}/notebook/static/2866.bundle.js
@@ -224,7 +224,6 @@ ${PYSITELIB}/notebook/static/5996.bundle
${PYSITELIB}/notebook/static/5cda41563a095bd70c78.woff
${PYSITELIB}/notebook/static/6017.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/6271.bundle.js
@@ -234,6 +233,7 @@ ${PYSITELIB}/notebook/static/6345.bundle
${PYSITELIB}/notebook/static/6417.bundle.js
${PYSITELIB}/notebook/static/647.bundle.js
${PYSITELIB}/notebook/static/6521.bundle.js
+${PYSITELIB}/notebook/static/6593.bundle.js
${PYSITELIB}/notebook/static/6604.bundle.js
${PYSITELIB}/notebook/static/661.bundle.js
${PYSITELIB}/notebook/static/6621.bundle.js
@@ -434,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/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/42.33f638f0a4239bed9676.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/568.3dd58d88e32a98358776.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/928.bf5955f09ff1e05edfbb.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/remoteEntry.04dfa589925e7e7c6a3d.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.25 pkgsrc/www/py-notebook/distinfo:1.26
--- pkgsrc/www/py-notebook/distinfo:1.25 Sat Jul 20 19:30:14 2024
+++ pkgsrc/www/py-notebook/distinfo Tue Sep 3 13:15:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/07/20 19:30:14 adam Exp $
+$NetBSD: distinfo,v 1.26 2024/09/03 13:15:27 adam Exp $
-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
+BLAKE2s (notebook-7.2.2.tar.gz) = 349125b8eb737b5707bc3059b8ec36614284849c6141fbb98bbc0f88aa407a3a
+SHA512 (notebook-7.2.2.tar.gz) = b18348e898f6135bea72e759a8137bf32f6ea79619388bd8b3627bd497746a233de69e1b7865bec473a7c49d65f22bc5755afbf79eeb1b4dbb7e0e3e8afe8e7f
+Size (notebook-7.2.2.tar.gz) = 4948876 bytes
Home |
Main Index |
Thread Index |
Old Index