14
0

Accepting request 1197465 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 1.12.0
  * Add support for window/logMessage.
  * Add version support to workspace/publishDiagnostics.
  * Add extendSelect option to flake8 plugin.
  * Allow Jedi's extra_paths to be placed in front of sys.path.
  * Bump flake8 to 7.1

OBS-URL: https://build.opensuse.org/request/show/1197465
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=64
This commit is contained in:
2024-08-29 14:17:06 +00:00
committed by Git OBS Bridge
parent 04069276ad
commit 4e42611f63
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Aug 29 13:42:06 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 1.12.0
* Add support for window/logMessage.
* Add version support to workspace/publishDiagnostics.
* Add extendSelect option to flake8 plugin.
* Allow Jedi's extra_paths to be placed in front of sys.path.
* Bump flake8 to 7.1
-------------------------------------------------------------------
Thu Jul 11 10:39:17 UTC 2024 - Ben Greiner <code@bnavigator.de>