pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-jupyter_server



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 17 07:52:09 UTC 2025

Modified Files:
        pkgsrc/www/py-jupyter_server: Makefile distinfo

Log Message:
py-jupyter_server: updated to 2.16.0

2.16.0

Enhancements made

- If ServerApp.ip is ipv6 use [::1] as local_url
- Don't hide .so,.dylib files by default
- Add async start hook to ExtensionApp API

Bugs fixed

- Update meetings notes link and zoom link
- Fallback to direct write for readonly dirs and use temp path for checkpoints
- Check file permissions before making tmp file
- Validate extension name before toggling through CLI
- Fix for 1479: Incorrect usage of i18n format
- Fix handling of missing parent header in record activity
- display_url: Don't duplicate public_url and local_url if they are the same

Maintenance and upkeep improvements

- tests: install test-functional requirements for Jupytext downstream tests

Documentation improvements

- Update websocket-protocols documentation to reflect implementation
- Update Security Section in the Jupyter Server Documentation
- Update Contribution Page for Jupyter Server
- Fix typo in metric description


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-jupyter_server/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-jupyter_server/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-jupyter_server/Makefile
diff -u pkgsrc/www/py-jupyter_server/Makefile:1.14 pkgsrc/www/py-jupyter_server/Makefile:1.15
--- pkgsrc/www/py-jupyter_server/Makefile:1.14  Mon Jan 27 10:49:32 2025
+++ pkgsrc/www/py-jupyter_server/Makefile       Sat May 17 07:52:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/01/27 10:49:32 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/05/17 07:52:09 adam Exp $
 
-DISTNAME=      jupyter_server-2.15.0
+DISTNAME=      jupyter_server-2.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-server/}
@@ -10,7 +10,6 @@ HOMEPAGE=     https://jupyter-server.readthe
 COMMENT=       Backend for Jupyter web applications
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupyter-builder>=0.8.1:../../devel/py-hatch-jupyter-builder
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-Send2Trash>=1.8.2:../../sysutils/py-Send2Trash
 DEPENDS+=      ${PYPKGPREFIX}-anyio>=3.1.0:../../devel/py-anyio

Index: pkgsrc/www/py-jupyter_server/distinfo
diff -u pkgsrc/www/py-jupyter_server/distinfo:1.11 pkgsrc/www/py-jupyter_server/distinfo:1.12
--- pkgsrc/www/py-jupyter_server/distinfo:1.11  Mon Jan 27 10:49:32 2025
+++ pkgsrc/www/py-jupyter_server/distinfo       Sat May 17 07:52:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/01/27 10:49:32 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/05/17 07:52:09 adam Exp $
 
-BLAKE2s (jupyter_server-2.15.0.tar.gz) = dcf022204e5cde857c0c41dc74d7fbd181debdde7b7929070f5fd442f5d3775c
-SHA512 (jupyter_server-2.15.0.tar.gz) = 96d5cf536c0ac242c86f20d0c18662f544d8d6b7a11a3fd06e473205fa597da02333f2064ffc9440ffd177c916dd37b3c608a623c35443e67663768aae97f0fc
-Size (jupyter_server-2.15.0.tar.gz) = 725227 bytes
+BLAKE2s (jupyter_server-2.16.0.tar.gz) = 834976bfa684a4d25973959e1a509b788ee56417ad64a5334c07a63869205ed5
+SHA512 (jupyter_server-2.16.0.tar.gz) = 75cce8d69a57ba5792184d16b53a75e3b83f67222ce8a3f9a7091aa0f452621d9914d639731b8497f5baf92176c405736cac6b5bf7a383e8e3523a67f738fb3c
+Size (jupyter_server-2.16.0.tar.gz) = 728177 bytes



Home | Main Index | Thread Index | Old Index