17
0

Accepting request 1318433 from home:nkrapp:branches:devel:languages:python

- Update to 1.13.1
  * Use PyQt6 for testing
  * Expose a shutdown hook
  * Copy LAST_JEDI_COMPLETIONS to cell document so that completionItem/resolve
    will work
- add allow-pylint4.patch to allow new pylint version
- enable PyQt test again as upstream moved to PyQt6
- disable test that hangs
  (see: https://github.com/python-lsp/python-lsp-server/issues/679)
- use libalternatives on newer releases

OBS-URL: https://build.opensuse.org/request/show/1318433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=81
This commit is contained in:
2025-11-18 11:39:58 +00:00
committed by Git OBS Bridge
parent 5629fc06a3
commit ae1c08921b
5 changed files with 78 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Nov 17 09:32:52 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 1.13.1
* Use PyQt6 for testing
* Expose a shutdown hook
* Copy LAST_JEDI_COMPLETIONS to cell document so that completionItem/resolve
will work
- add allow-pylint4.patch to allow new pylint version
- enable PyQt test again as upstream moved to PyQt6
- disable test that hangs
(see: https://github.com/python-lsp/python-lsp-server/issues/679)
- use libalternatives on newer releases
-------------------------------------------------------------------
Wed Jul 23 08:29:46 UTC 2025 - Ben Greiner <code@bnavigator.de>