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:           Mon Nov 20 08:16:47 UTC 2023

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

Log Message:
py-notebook: updated to 7.0.6

7.0.6

Bugs fixed

- Updated fav-icon Base URL from JupyterLab PageConfig.

Maintenance and upkeep improvements

- Fix typings
- Bump postcss from 8.4.27 to 8.4.31

7.0.5

Enhancements made

- Update to JupyterLab 4.0.7

Maintenance and upkeep improvements

- Update `permissions` in the galata snapshot workflow
- Fix typings check on CI
- Ignore yarn.lock for codespell
- Remove link to the PDF documentation
- Bump postcss from 8.4.23 to 8.4.31 in /ui-tests
- React to the galata update comment
- Switch from `hub` to `gh` in the Playwright snapshots update workflow
- chore: update pre-commit hooks
- Fix traitlets typing
- Bump toshimaru/auto-author-assign from 2.0.0 to 2.0.1
- Bump toshimaru/auto-author-assign from 1.6.2 to 2.0.0
- ci: set minimal permissions to workflows
- Bump systeminformation from 5.17.12 to 5.21.8 in /ui-tests

Documentation improvements

- Improve docs setup (SVG logos, repo links)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-notebook/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-notebook/PLIST
cvs rdiff -u -r1.21 -r1.22 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.31 pkgsrc/www/py-notebook/Makefile:1.32
--- pkgsrc/www/py-notebook/Makefile:1.31        Sat Oct 28 19:57:24 2023
+++ pkgsrc/www/py-notebook/Makefile     Mon Nov 20 08:16:46 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2023/10/28 19:57:24 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2023/11/20 08:16:46 adam Exp $
 
-DISTNAME=      notebook-7.0.4
+DISTNAME=      notebook-7.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/notebook/}
 
@@ -12,7 +11,7 @@ COMMENT=      Web-based notebook environment 
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11:../../devel/py-hatchling
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupyter-builder>=0:../../devel/py-hatch-jupyter-builder
+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}-jupyter_server>=2.4.0:../../www/py-jupyter_server
@@ -21,7 +20,6 @@ DEPENDS+=     ${PYPKGPREFIX}-tornado>=6.2.0:
 
 USE_LANGUAGES= # none
 
-USE_PKG_RESOURCES=     yes
 PYTHON_SELF_CONFLICT=  yes
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38

Index: pkgsrc/www/py-notebook/PLIST
diff -u pkgsrc/www/py-notebook/PLIST:1.18 pkgsrc/www/py-notebook/PLIST:1.19
--- pkgsrc/www/py-notebook/PLIST:1.18   Sat Oct 28 19:57:24 2023
+++ pkgsrc/www/py-notebook/PLIST        Mon Nov 20 08:16:46 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2023/10/28 19:57:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2023/11/20 08:16:46 adam Exp $
 bin/jupyter-notebook-${PYVERSSUFFIX}
 etc/jupyter/jupyter_server_config.d/notebook.json
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -390,10 +390,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.354aeb1f4c9e8771e30e.js
-share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/713.bd864629003c5c2651c8.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/568.1e7b382fb5e84b6e7620.js
 share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/776.c7baadfaddfd4518c935.js
-share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/928.03334a8369a0f3a46d9a.js
-share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/remoteEntry.eadf9b5c39b5ec520158.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/922.0beff4620746e288bd5e.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/928.79046a2eb17bde1af38c.js
+share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/remoteEntry.b2792fe643cae74ea824.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.21 pkgsrc/www/py-notebook/distinfo:1.22
--- pkgsrc/www/py-notebook/distinfo:1.21        Wed Sep 27 16:21:31 2023
+++ pkgsrc/www/py-notebook/distinfo     Mon Nov 20 08:16:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2023/09/27 16:21:31 adam Exp $
+$NetBSD: distinfo,v 1.22 2023/11/20 08:16:46 adam Exp $
 
-BLAKE2s (notebook-7.0.4.tar.gz) = bc66eda63159ad28885c363e2f35b6c6cf7805417da8fd7d4d8e87421620b629
-SHA512 (notebook-7.0.4.tar.gz) = e174fcbb93fcaf67c086b2160d7875457681222e21c23efbf35d4c7503e528df3b368b4d122eebf199a86ea155cf3e6b7b15036587bb9b4260a8d22e7e4a9f0b
-Size (notebook-7.0.4.tar.gz) = 3928907 bytes
+BLAKE2s (notebook-7.0.6.tar.gz) = 5e4e9611d73b250e17d804a67ba1495cb43373cccee4a3c935227ee3e61594c5
+SHA512 (notebook-7.0.6.tar.gz) = 9f9ac4fae93af425a442c25c8a601578a76c802cc50018a6ff6ef99fbabfe3fb649094625dbdda2b7c526cb7262d2c463745b006d35cc1834d40712f3820895b
+Size (notebook-7.0.6.tar.gz) = 3930144 bytes



Home | Main Index | Thread Index | Old Index