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:           Wed May 27 09:58:12 UTC 2026

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

Log Message:
py-jupyter_server: updated to 2.18.2

2.18.2

Bugs fixed

- Fix saving user avatar URL
- Fix path resolution if `root_dir` is a filesystem root

Maintenance and upkeep improvements

- Add Zulip notification when a release is complete
- chore: update pre-commit hooks


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-jupyter_server/Makefile
cvs rdiff -u -r1.13 -r1.14 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.20 pkgsrc/www/py-jupyter_server/Makefile:1.21
--- pkgsrc/www/py-jupyter_server/Makefile:1.20  Thu Oct  9 07:58:10 2025
+++ pkgsrc/www/py-jupyter_server/Makefile       Wed May 27 09:58:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2025/10/09 07:58:10 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2026/05/27 09:58:12 adam Exp $
 
-DISTNAME=      jupyter_server-2.17.0
+DISTNAME=      jupyter_server-2.18.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-server/}
@@ -10,7 +10,7 @@ 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
 DEPENDS+=      ${PYPKGPREFIX}-argon2-cffi>=21.1:../../security/py-argon2-cffi
@@ -38,11 +38,9 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-timeo
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310
+PY_RENAME_BINARIES=    jupyter-server
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} jupyter-server jupyter-server-${PYVERSSUFFIX} || ${TRUE}
+PYTHON_VERSIONS_INCOMPATIBLE=  310
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-jupyter_server/distinfo
diff -u pkgsrc/www/py-jupyter_server/distinfo:1.13 pkgsrc/www/py-jupyter_server/distinfo:1.14
--- pkgsrc/www/py-jupyter_server/distinfo:1.13  Tue Sep  2 11:55:02 2025
+++ pkgsrc/www/py-jupyter_server/distinfo       Wed May 27 09:58:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/09/02 11:55:02 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/05/27 09:58:12 adam Exp $
 
-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
+BLAKE2s (jupyter_server-2.18.2.tar.gz) = d02b0bd7ff7e2a359f7db466c25556a52f194636ac4f91462cb4323de8515a09
+SHA512 (jupyter_server-2.18.2.tar.gz) = 66fe709003a497d4cd3cee890dffdd0c9109b3c9fbfdc3fc54036ccc700414e6a9755bfdc845180b1255d06a8cf37eb467f905c90ad1dc8969e6912a909ba6ee
+Size (jupyter_server-2.18.2.tar.gz) = 753177 bytes



Home | Main Index | Thread Index | Old Index