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: Mon Nov 24 09:53:03 UTC 2025
Modified Files:
pkgsrc/lang/py-lsp-server: Makefile distinfo
Log Message:
py-lsp-server: update to 1.13.2.
## Version 1.13.2 (2025/11/19)
### Pull Requests Merged
* [PR 683] - Prevent showing cmd on Windows when running flake8, by [@dalthviz](https://github.com/dalthviz)
* [PR 669] - Fix license entries in `pyproject.toml` due to pep 639, by [@ccordoba12](https://github.com/ccordoba12)
----
## Version 1.13.1 (2025/08/26)
### Pull Requests Merged
* [PR 667] - Use PyQt6 for testing, by [@WhyNotHugo](https://github.com/WhyNotHugo)
* [PR 666] - Expose a shutdown hook, by [@dlax](https://github.com/dlax)
* [PR 663] - Copy `LAST_JEDI_COMPLETIONS` to cell document so that `completionItem/resolve` will work, by [@hjr265](https://github.com/hjr265)
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/py-lsp-server/Makefile
cvs rdiff -u -r1.15 -r1.16 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.28 pkgsrc/lang/py-lsp-server/Makefile:1.29
--- pkgsrc/lang/py-lsp-server/Makefile:1.28 Thu Oct 9 07:57:44 2025
+++ pkgsrc/lang/py-lsp-server/Makefile Mon Nov 24 09:53:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2025/10/09 07:57:44 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2025/11/24 09:53:03 wiz Exp $
-DISTNAME= python_lsp_server-1.13.1
+DISTNAME= python_lsp_server-1.13.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python_//:S/_/-/}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-lsp-server/}
@@ -41,8 +41,9 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[
PYTHON_VERSIONS_INCOMPATIBLE= 310 # py-rope -> py-toolconfig -> py-sphinx
-# as of 1.13.0
-# 1 failed, 196 passed, 8 skipped, 74 warnings
+# as of 1.13.2
+# 1 failed, 197 passed, 8 skipped, 12 warnings, 1 error
+# but 'make test' never finishes after displaying that
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
Index: pkgsrc/lang/py-lsp-server/distinfo
diff -u pkgsrc/lang/py-lsp-server/distinfo:1.15 pkgsrc/lang/py-lsp-server/distinfo:1.16
--- pkgsrc/lang/py-lsp-server/distinfo:1.15 Wed Aug 27 05:28:08 2025
+++ pkgsrc/lang/py-lsp-server/distinfo Mon Nov 24 09:53:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/08/27 05:28:08 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/11/24 09:53:03 wiz Exp $
-BLAKE2s (python_lsp_server-1.13.1.tar.gz) = c82592a9112b9c2a5b5ba3ea36e1eee0ff9814fe90818e1a0c1e3220cbfa804b
-SHA512 (python_lsp_server-1.13.1.tar.gz) = 9a8ef547a0d8383eace9aa0efeb83fca9852f3fc79676397c428508a3d8d90c045da7e4c98c9ff34016e9da6a41181e4dc1c881d2262856c9dfd4921f9a35d9a
-Size (python_lsp_server-1.13.1.tar.gz) = 120484 bytes
+BLAKE2s (python_lsp_server-1.13.2.tar.gz) = 6306ae7f1dcdebdd1fa2063ef2213fb16a87d116668a58bba0026b6d239f8a7b
+SHA512 (python_lsp_server-1.13.2.tar.gz) = 0be67a934dd700346227e17e6b695c4e593d04dc82b49153868617a81af949a9ee11b4ada5dffe031c64d1dbfc4d1864c4d9dbf94ade0be606abef8eb8b2eaaf
+Size (python_lsp_server-1.13.2.tar.gz) = 120665 bytes
Home |
Main Index |
Thread Index |
Old Index