pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-lsp-server



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 13 10:36:32 UTC 2025

Modified Files:
        pkgsrc/lang/py-lsp-server: Makefile PLIST distinfo

Log Message:
py-lsp-server: update to 1.13.0.

## Version 1.13.0 (2025/07/07)

### New features
* Format signatures in docstrings.
* Add support for type definition.
* Send websocket payload using a queue.
* Fix getting symbols with inline comments that include the `import` word.
* Drop support for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/py-lsp-server/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/py-lsp-server/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/py-lsp-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/lang/py-lsp-server/Makefile
diff -u pkgsrc/lang/py-lsp-server/Makefile:1.25 pkgsrc/lang/py-lsp-server/Makefile:1.26
--- pkgsrc/lang/py-lsp-server/Makefile:1.25     Sun Apr 13 19:05:17 2025
+++ pkgsrc/lang/py-lsp-server/Makefile  Sun Jul 13 10:36:32 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2025/04/13 19:05:17 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/07/13 10:36:32 wiz Exp $
 
-DISTNAME=      python_lsp_server-1.12.2
+DISTNAME=      python_lsp_server-1.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python_//:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-lsp-server/}
 
@@ -41,6 +40,9 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-rope -> py-toolconfig -> py-sphinx
 
+# as of 1.13.0
+# 1 failed, 196 passed, 8 skipped, 74 warnings
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pylsp pylsp-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/lang/py-lsp-server/PLIST
diff -u pkgsrc/lang/py-lsp-server/PLIST:1.6 pkgsrc/lang/py-lsp-server/PLIST:1.7
--- pkgsrc/lang/py-lsp-server/PLIST:1.6 Sun Apr 13 19:05:17 2025
+++ pkgsrc/lang/py-lsp-server/PLIST     Sun Jul 13 10:36:32 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/13 19:05:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/07/13 10:36:32 wiz Exp $
 bin/pylsp-${PYVERSSUFFIX}
 ${PYSITELIB}/pylsp/__init__.py
 ${PYSITELIB}/pylsp/__init__.pyc
@@ -99,9 +99,13 @@ ${PYSITELIB}/pylsp/plugins/signature.pyo
 ${PYSITELIB}/pylsp/plugins/symbols.py
 ${PYSITELIB}/pylsp/plugins/symbols.pyc
 ${PYSITELIB}/pylsp/plugins/symbols.pyo
+${PYSITELIB}/pylsp/plugins/type_definition.py
+${PYSITELIB}/pylsp/plugins/type_definition.pyc
+${PYSITELIB}/pylsp/plugins/type_definition.pyo
 ${PYSITELIB}/pylsp/plugins/yapf_format.py
 ${PYSITELIB}/pylsp/plugins/yapf_format.pyc
 ${PYSITELIB}/pylsp/plugins/yapf_format.pyo
+${PYSITELIB}/pylsp/py.typed
 ${PYSITELIB}/pylsp/python_lsp.py
 ${PYSITELIB}/pylsp/python_lsp.pyc
 ${PYSITELIB}/pylsp/python_lsp.pyo

Index: pkgsrc/lang/py-lsp-server/distinfo
diff -u pkgsrc/lang/py-lsp-server/distinfo:1.13 pkgsrc/lang/py-lsp-server/distinfo:1.14
--- pkgsrc/lang/py-lsp-server/distinfo:1.13     Sun Feb  9 14:35:42 2025
+++ pkgsrc/lang/py-lsp-server/distinfo  Sun Jul 13 10:36:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/02/09 14:35:42 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/07/13 10:36:32 wiz Exp $
 
-BLAKE2s (python_lsp_server-1.12.2.tar.gz) = c020cc255e4212481c06134803a25aba04e9111701d58c6ea343955d39cd7b25
-SHA512 (python_lsp_server-1.12.2.tar.gz) = 5a24fa6a8928a36498f50aa026f84478a4193e0991a4b83cad04a7ec131ca50c0d6104feb88c34721cbeab4900e4709b2ba21013aa232a197ee81d13b78c7a0b
-Size (python_lsp_server-1.12.2.tar.gz) = 115054 bytes
+BLAKE2s (python_lsp_server-1.13.0.tar.gz) = 9e0a134bd38b0346b66644d5869911e1934b5d26b6a4330d2f1f4b31e58b5bbd
+SHA512 (python_lsp_server-1.13.0.tar.gz) = 140fb56e2fda6131c1e481792537c3ede1d511c48994416f2629d71c3b3e4fb2b05da583c6371780c4022b2cc8439a4d9e763962403a5a7f214fa1a1f3031f0c
+Size (python_lsp_server-1.13.0.tar.gz) = 119147 bytes



Home | Main Index | Thread Index | Old Index