14
0

Accepting request 1295256 from home:bnavigator:spyder

- Update to 1.13.0
  * Format signatures in docstrings.
  * Add support for type definition.
  * Send websocket payload using a queue.
  * Fix getting symbols with inline comments that include the
    import word.
  * Drop support for Python 3.8

OBS-URL: https://build.opensuse.org/request/show/1295256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=79
This commit is contained in:
2025-07-23 09:38:02 +00:00
committed by Git OBS Bridge
parent dfd7867659
commit 8929eb2ecc
4 changed files with 29 additions and 14 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jul 23 08:29:46 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 1.13.0
* Format signatures in docstrings.
* Add support for type definition.
* Send websocket payload using a queue.
* Fix getting symbols with inline comments that include the
import word.
* Drop support for Python 3.8
-------------------------------------------------------------------
Thu May 29 18:57:12 UTC 2025 - Ben Greiner <code@bnavigator.de>