pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-jupyter-lsp



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar  7 17:35:01 UTC 2024

Modified Files:
        pkgsrc/www/py-jupyter-lsp: Makefile PLIST distinfo

Log Message:
py-jupyter-lsp: updated to 2.2.4

jupyter-lsp 2.2.4

bug fixes:
fix websocket handler incorrectly inheriting from APIHandler rather than JupyterHandler
remove unused notebook config entry point
support latest version of typescript-language-server


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-jupyter-lsp/Makefile \
    pkgsrc/www/py-jupyter-lsp/PLIST pkgsrc/www/py-jupyter-lsp/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-lsp/Makefile
diff -u pkgsrc/www/py-jupyter-lsp/Makefile:1.3 pkgsrc/www/py-jupyter-lsp/Makefile:1.4
--- pkgsrc/www/py-jupyter-lsp/Makefile:1.3      Sat Jan 20 08:53:37 2024
+++ pkgsrc/www/py-jupyter-lsp/Makefile  Thu Mar  7 17:35:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/01/20 08:53:37 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/03/07 17:35:01 adam Exp $
 
-DISTNAME=      jupyter-lsp-2.2.2
+DISTNAME=      jupyter-lsp-2.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-lsp/}
Index: pkgsrc/www/py-jupyter-lsp/PLIST
diff -u pkgsrc/www/py-jupyter-lsp/PLIST:1.3 pkgsrc/www/py-jupyter-lsp/PLIST:1.4
--- pkgsrc/www/py-jupyter-lsp/PLIST:1.3 Sat Jan 20 08:53:37 2024
+++ pkgsrc/www/py-jupyter-lsp/PLIST     Thu Mar  7 17:35:01 2024
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/01/20 08:53:37 adam Exp $
-etc/jupyter/jupyter_notebook_config.d/jupyter-lsp-notebook.json
+@comment $NetBSD: PLIST,v 1.4 2024/03/07 17:35:01 adam Exp $
 etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -17,7 +16,6 @@ ${PYSITELIB}/jupyter_lsp/constants.py
 ${PYSITELIB}/jupyter_lsp/constants.pyc
 ${PYSITELIB}/jupyter_lsp/constants.pyo
 ${PYSITELIB}/jupyter_lsp/etc/jupyter-lsp-jupyter-server.json
-${PYSITELIB}/jupyter_lsp/etc/jupyter-lsp-notebook.json
 ${PYSITELIB}/jupyter_lsp/handlers.py
 ${PYSITELIB}/jupyter_lsp/handlers.pyc
 ${PYSITELIB}/jupyter_lsp/handlers.pyo
Index: pkgsrc/www/py-jupyter-lsp/distinfo
diff -u pkgsrc/www/py-jupyter-lsp/distinfo:1.3 pkgsrc/www/py-jupyter-lsp/distinfo:1.4
--- pkgsrc/www/py-jupyter-lsp/distinfo:1.3      Sat Jan 20 08:53:37 2024
+++ pkgsrc/www/py-jupyter-lsp/distinfo  Thu Mar  7 17:35:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/01/20 08:53:37 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/03/07 17:35:01 adam Exp $
 
-BLAKE2s (jupyter-lsp-2.2.2.tar.gz) = 067d8fdb6efb4eafe4253bc6f20b4289906917e3e82a20c034c2233083bb3fc4
-SHA512 (jupyter-lsp-2.2.2.tar.gz) = 4d2482c8a910835257d566a8f5b7295345035ba994c768ab5784e903bcad3a1127fd3497fa7d34f9e78380ba6d18871e6d12e8061a791907705e4a78c0e1cc83
-Size (jupyter-lsp-2.2.2.tar.gz) = 48168 bytes
+BLAKE2s (jupyter-lsp-2.2.4.tar.gz) = 44b0400ef8a1b153242039a32c35eca9afc98fa6e5b99496605fb7994f7e28fb
+SHA512 (jupyter-lsp-2.2.4.tar.gz) = 01d2b18ec3f9575c1d2ab1ea64f94d093fa593374ab8a1343024b78c1baf935a9fd51a4f9a65a1094b6fc59384ca244714e73066d8db13fa00de5c1f625462c6
+Size (jupyter-lsp-2.2.4.tar.gz) = 48663 bytes



Home | Main Index | Thread Index | Old Index