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: Fri Apr 5 10:50:23 UTC 2024
Modified Files:
pkgsrc/lang/py-lsp-server: Makefile PLIST distinfo
Log Message:
py-lsp-server: update to 1.11.0.
## Version 1.11.0 (2024/03/29)
### New features
* Remove the `rope_rename` plugin. People that were using it need to install
the `pylsp-rope` third-party plugin instead.
* Add support for Pylint 3.1
### Issues Closed
* - Confusion about rename support
### Pull Requests Merged
* - Bump pylint to `>=3.1,<4`
* - Add fallback for `ujson` import
* - Remove `.config/flake8` reference in Readme
* - Fix isort plugin name in Readme
* - Remove built-in `rope_rename` plugin
* - Add contributing guide to setup dev environment
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/py-lsp-server/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py-lsp-server/PLIST
cvs rdiff -u -r1.9 -r1.10 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.16 pkgsrc/lang/py-lsp-server/Makefile:1.17
--- pkgsrc/lang/py-lsp-server/Makefile:1.16 Sun Mar 17 14:04:39 2024
+++ pkgsrc/lang/py-lsp-server/Makefile Fri Apr 5 10:50:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/03/17 14:04:39 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/04/05 10:50:23 wiz Exp $
-DISTNAME= python-lsp-server-1.10.1
+DISTNAME= python-lsp-server-1.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-lsp-server/}
Index: pkgsrc/lang/py-lsp-server/PLIST
diff -u pkgsrc/lang/py-lsp-server/PLIST:1.4 pkgsrc/lang/py-lsp-server/PLIST:1.5
--- pkgsrc/lang/py-lsp-server/PLIST:1.4 Sat Oct 28 19:57:10 2023
+++ pkgsrc/lang/py-lsp-server/PLIST Fri Apr 5 10:50:23 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/04/05 10:50:23 wiz Exp $
bin/pylsp-${PYVERSSUFFIX}
${PYSITELIB}/pylsp/__init__.py
${PYSITELIB}/pylsp/__init__.pyc
@@ -93,9 +93,6 @@ ${PYSITELIB}/pylsp/plugins/rope_autoimpo
${PYSITELIB}/pylsp/plugins/rope_completion.py
${PYSITELIB}/pylsp/plugins/rope_completion.pyc
${PYSITELIB}/pylsp/plugins/rope_completion.pyo
-${PYSITELIB}/pylsp/plugins/rope_rename.py
-${PYSITELIB}/pylsp/plugins/rope_rename.pyc
-${PYSITELIB}/pylsp/plugins/rope_rename.pyo
${PYSITELIB}/pylsp/plugins/signature.py
${PYSITELIB}/pylsp/plugins/signature.pyc
${PYSITELIB}/pylsp/plugins/signature.pyo
Index: pkgsrc/lang/py-lsp-server/distinfo
diff -u pkgsrc/lang/py-lsp-server/distinfo:1.9 pkgsrc/lang/py-lsp-server/distinfo:1.10
--- pkgsrc/lang/py-lsp-server/distinfo:1.9 Sun Mar 17 14:04:39 2024
+++ pkgsrc/lang/py-lsp-server/distinfo Fri Apr 5 10:50:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/03/17 14:04:39 wiz Exp $
+$NetBSD: distinfo,v 1.10 2024/04/05 10:50:23 wiz Exp $
-BLAKE2s (python-lsp-server-1.10.1.tar.gz) = dead6ce6f3097370f54328fff97d397663cce86aaebcda64ca21bef48c347ab3
-SHA512 (python-lsp-server-1.10.1.tar.gz) = 4c8e6a72ef6004248a5cb4a1e4c251b9d487cd4ce39d6c7268ce611c8537d6a5912eeb49d2eb1a25c230934b17e9a624504591c25f0291e07971eeccb70b09ba
-Size (python-lsp-server-1.10.1.tar.gz) = 113136 bytes
+BLAKE2s (python-lsp-server-1.11.0.tar.gz) = 94b578f9a14cc93f0c5133938211b9e2cf53a3b53b2343ade79747ff8ed6ebe0
+SHA512 (python-lsp-server-1.11.0.tar.gz) = bd96850b822dc3c2e97d5ee38f25c9f7731dc68b31fedcc2d3e0ff373bc3ad8a989f1a4b85527477bbbc875e853d5513d8583bc3cdc22a3c0545716e68382093
+Size (python-lsp-server-1.11.0.tar.gz) = 113347 bytes
Home |
Main Index |
Thread Index |
Old Index