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: Sat Jan 20 08:53:37 UTC 2024
Modified Files:
pkgsrc/www/py-jupyter-lsp: Makefile PLIST distinfo
Log Message:
py-jupyter-lsp: updated to 2.2.2
2.2.2
bug fixes:
address warning about renamed extension_points
fix compatibility with jupyter server 1.x
fix an authentication-related security vulnerability (see the advisory for details)
enhancements:
add authorization support (lsp resource, jupyter-server v2+ only) - this allows server operators for fine grained access control, e.g. in case if specific users (such as guest or read-only users)
should not be allowed to access LSP; this is in addition to authentication fixes
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/www/py-jupyter-lsp/Makefile:1.3
--- pkgsrc/www/py-jupyter-lsp/Makefile:1.2 Thu Nov 30 09:46:44 2023
+++ pkgsrc/www/py-jupyter-lsp/Makefile Sat Jan 20 08:53:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/11/30 09:46:44 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/20 08:53:37 adam Exp $
-DISTNAME= jupyter-lsp-2.2.1
+DISTNAME= jupyter-lsp-2.2.2
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.2 pkgsrc/www/py-jupyter-lsp/PLIST:1.3
--- pkgsrc/www/py-jupyter-lsp/PLIST:1.2 Thu Nov 30 09:46:44 2023
+++ pkgsrc/www/py-jupyter-lsp/PLIST Sat Jan 20 08:53:37 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/11/30 09:46:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/01/20 08:53:37 adam Exp $
etc/jupyter/jupyter_notebook_config.d/jupyter-lsp-notebook.json
etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
@@ -123,6 +123,9 @@ ${PYSITELIB}/jupyter_lsp/tests/conftest.
${PYSITELIB}/jupyter_lsp/tests/listener.py
${PYSITELIB}/jupyter_lsp/tests/listener.pyc
${PYSITELIB}/jupyter_lsp/tests/listener.pyo
+${PYSITELIB}/jupyter_lsp/tests/test_auth.py
+${PYSITELIB}/jupyter_lsp/tests/test_auth.pyc
+${PYSITELIB}/jupyter_lsp/tests/test_auth.pyo
${PYSITELIB}/jupyter_lsp/tests/test_bad_spec.py
${PYSITELIB}/jupyter_lsp/tests/test_bad_spec.pyc
${PYSITELIB}/jupyter_lsp/tests/test_bad_spec.pyo
Index: pkgsrc/www/py-jupyter-lsp/distinfo
diff -u pkgsrc/www/py-jupyter-lsp/distinfo:1.2 pkgsrc/www/py-jupyter-lsp/distinfo:1.3
--- pkgsrc/www/py-jupyter-lsp/distinfo:1.2 Thu Nov 30 09:46:44 2023
+++ pkgsrc/www/py-jupyter-lsp/distinfo Sat Jan 20 08:53:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/11/30 09:46:44 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/01/20 08:53:37 adam Exp $
-BLAKE2s (jupyter-lsp-2.2.1.tar.gz) = ec91d5c8d80e2a46fe77d104ae2a98e1e7de9766259097522b16db9aa5e02db1
-SHA512 (jupyter-lsp-2.2.1.tar.gz) = 2f8d5a7a19daedd649810baa43bed5ae994dec7245a793298f5de4c32fd22190ffa3c4a356b3bfda3422fcdce5a34ea081c7f49030db8fcb633f761719ecfe4b
-Size (jupyter-lsp-2.2.1.tar.gz) = 45839 bytes
+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
Home |
Main Index |
Thread Index |
Old Index