Path to this page:
Subject: CVS commit: pkgsrc/lang/py-lsp-server
From: Thomas Klausner
Date: 2024-04-05 12:50:23
Message id: 20240405105024.0E02CFA2C@cvs.NetBSD.org
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
Files: