17
0

Accepting request 1323793 from home:bnavigator:spyder

- Update to 1.14.0
  * Add `pylsp.signature.include_docstring` to hide docstring in
    signatures.
  * Add support for Pylint 4.
  * Fix support for Python 3.14.
- Drop allow-pylint4.patch

OBS-URL: https://build.opensuse.org/request/show/1323793
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=83
This commit is contained in:
2025-12-20 15:32:42 +00:00
committed by Git OBS Bridge
parent ae1c08921b
commit 6203912bec
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Dec 20 12:42:54 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 1.14.0
* Add `pylsp.signature.include_docstring` to hide docstring in
signatures.
* Add support for Pylint 4.
* Fix support for Python 3.14.
- Drop allow-pylint4.patch
-------------------------------------------------------------------
Mon Nov 17 09:32:52 UTC 2025 - Nico Krapp <nico.krapp@suse.com>