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:           Tue Jul 28 07:24:03 UTC 2026

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

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

New features

    Add compatibility with Jedi 0.20, which comes with official support for Python 3.14.

Issues Closed

    Issue 712 - Compatibility with Jedi 0.20 (PR 718 by @ccordoba12)
    Issue 705 - ValueError when opening notebooks on UNC network shares (PR 708 by @meitham)
    Issue 623 - TypeError in definitions when handling line and column values (PR 715 by @metheoryt)

In this release 3 issues were closed.
Pull Requests Merged

    PR 718 - Add support for Jedi 0.20, by @ccordoba12 (712)
    PR 717 - Fix extra backtick in Readme, by @deeferentleeg
    PR 716 - Use macOS 14 runner on CI and update Github actions, by @ccordoba12
    PR 715 - Fix crash in pylsp_definitions due to definitions without a source position, by @metheoryt (623)
    PR 709 - Fix test_snippets_completion to not depend on typeshed overload ordering, by @frenzymadness
    PR 708 - Fix error when when opening notebooks on UNC network shares, by @meitham (705)
    PR 703 - Fix types of maxComplexity and line_length, by @krassowski
    PR 682 - Prefer parent uri when matching uri, by @mnauw
    PR 676 - Continue on name-defined diagnostics provided by Mypy on autoimport, by @LarsMichelsen

In this release 9 pull requests were closed.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/py-lsp-server/Makefile
cvs rdiff -u -r1.17 -r1.18 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.31 pkgsrc/lang/py-lsp-server/Makefile:1.32
--- pkgsrc/lang/py-lsp-server/Makefile:1.31     Tue Jan  6 11:18:16 2026
+++ pkgsrc/lang/py-lsp-server/Makefile  Tue Jul 28 07:24:03 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2026/01/06 11:18:16 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2026/07/28 07:24:03 wiz Exp $
 
-DISTNAME=      python_lsp_server-1.14.0
+DISTNAME=      python_lsp_server-1.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python_//:S/_/-/}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-lsp-server/}
@@ -41,8 +41,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 311 # py-rope -> py-toolconfig -> py-sphinx
 
-# as of 1.13.2
-# 1 failed, 197 passed, 8 skipped, 12 warnings, 1 error
+# as of 1.15.0
+# 1 failed, 202 passed, 8 skipped, 14 warnings, 1 error
 # but 'make test' never finishes after displaying that
 
 post-install:

Index: pkgsrc/lang/py-lsp-server/distinfo
diff -u pkgsrc/lang/py-lsp-server/distinfo:1.17 pkgsrc/lang/py-lsp-server/distinfo:1.18
--- pkgsrc/lang/py-lsp-server/distinfo:1.17     Tue Dec  9 14:00:24 2025
+++ pkgsrc/lang/py-lsp-server/distinfo  Tue Jul 28 07:24:03 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/12/09 14:00:24 wiz Exp $
+$NetBSD: distinfo,v 1.18 2026/07/28 07:24:03 wiz Exp $
 
-BLAKE2s (python_lsp_server-1.14.0.tar.gz) = 8f854e7af263ed985b28e459b46ce550e1c90096fca0fb1662941848387153e3
-SHA512 (python_lsp_server-1.14.0.tar.gz) = 6362bb87a1fc75751a37c42a899377bc420daa0bed4aa7206e956b41e09495a9d949820bcf789508ebe5b5646c6c1af8dba753b7cef06891c46b8ebed80d51dc
-Size (python_lsp_server-1.14.0.tar.gz) = 121536 bytes
+BLAKE2s (python_lsp_server-1.15.0.tar.gz) = 35cbe26ecb292e77f784638d72bdfdc54f8f752f58e705e4b148f1a0eb313659
+SHA512 (python_lsp_server-1.15.0.tar.gz) = f0cda59ee4628b27c59ee00727fde2623cad0debc386362321c3a4795ffc483ed622f6b85b43e624da1f4b74109fe5f65b411cddafdad2d3021f023132de88e6
+Size (python_lsp_server-1.15.0.tar.gz) = 123773 bytes



Home | Main Index | Thread Index | Old Index