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:           Tue Sep  2 11:55:02 UTC 2025

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

Log Message:
py-jupyter_server: updated to 2.17.0

2.17.0

Enhancements made

- Avoid redundant call to `_get_os_path` in `_dir_model`
- Allow specifying extra params to scrub from logs
- Add a logger to the ExtensionPoint API
- Allow user to update identity values

Bugs fixed

- Fix FileNotFoundError handling in rename_file methods
- Use stdlib override when possible
- CORS is not checked when browsing files. check origin now https://github.com/jupyter-server/jupyter_server/issues/1459


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-jupyter_server/Makefile
cvs rdiff -u -r1.12 -r1.13 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.17 pkgsrc/www/py-jupyter_server/Makefile:1.18
--- pkgsrc/www/py-jupyter_server/Makefile:1.17  Sat Jul  5 11:44:13 2025
+++ pkgsrc/www/py-jupyter_server/Makefile       Tue Sep  2 11:55:02 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2025/07/05 11:44:13 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/09/02 11:55:02 adam Exp $
 
-DISTNAME=      jupyter_server-2.16.0
+DISTNAME=      jupyter_server-2.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-server/}
 
@@ -11,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.12 pkgsrc/www/py-jupyter_server/distinfo:1.13
--- pkgsrc/www/py-jupyter_server/distinfo:1.12  Sat May 17 07:52:09 2025
+++ pkgsrc/www/py-jupyter_server/distinfo       Tue Sep  2 11:55:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/05/17 07:52:09 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/09/02 11:55:02 adam Exp $
 
-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
+BLAKE2s (jupyter_server-2.17.0.tar.gz) = 1c0dea69b1cdb7488d4cd17efbe4e20f9d9f3d428bb18a8175fb54829a3bbfbc
+SHA512 (jupyter_server-2.17.0.tar.gz) = 9eb386bee25e2fa28ef30a2d00178fcbe3a6ab0b3033c461863cfabb78433701fe7c856af27084e57d312d092610c7d50890637114c90c126e39b9f78bc15355
+Size (jupyter_server-2.17.0.tar.gz) = 731949 bytes



Home | Main Index | Thread Index | Old Index