Accepting request 991039 from home:bnavigator:branches:devel:languages:python

- Update to 1.5.0
  * Add DiagnosticTag tags for Pylint, Pycodestyle, and Flake8
    plugins.
  * Add support to connect to the server through websockets.
  * Allow multiple per-file-ignores for the same pattern in Flake8
    plugin.
  * Parse YAPF diffs into TextEdits.
  * Add support for LSP formatting options parameter.
- Entry point installation require setuptools 61.2, switch to
  PEP517
- Test suite: flavored alternatives are provided by the %pytest
  macro now. Remove extra pylint testbin setup.

OBS-URL: https://build.opensuse.org/request/show/991039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=20
This commit is contained in:
2022-07-25 13:08:38 +00:00
committed by Git OBS Bridge
parent 00e835842c
commit d8fde0eeac
4 changed files with 31 additions and 18 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 25 12:52:33 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.5.0
* Add DiagnosticTag tags for Pylint, Pycodestyle, and Flake8
plugins.
* Add support to connect to the server through websockets.
* Allow multiple per-file-ignores for the same pattern in Flake8
plugin.
* Parse YAPF diffs into TextEdits.
* Add support for LSP formatting options parameter.
- Entry point installation require setuptools 61.2, switch to
PEP517
- Test suite: flavored alternatives are provided by the %pytest
macro now. Remove extra pylint testbin setup.
-------------------------------------------------------------------
Sat Apr 9 20:44:49 UTC 2022 - Ben Greiner <code@bnavigator.de>