1
0

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

- Update to 1.7.2
  * Initializes LSP progress token before using it and remove
    progress for sync plugins.
  * Adds support for pydocstyle 6.3
  * Adds support for autopep8 2
- Drop pylsp-pr340-pydocstyle-6.3.patch
- Drop pylsp-pr345-autopep8-2.patch

OBS-URL: https://build.opensuse.org/request/show/1083325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=35
This commit is contained in:
2023-04-27 19:15:12 +00:00
committed by Git OBS Bridge
parent 99b7a6a1b1
commit 976717d123
6 changed files with 18 additions and 87 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 27 15:15:13 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.7.2
* Initializes LSP progress token before using it and remove
progress for sync plugins.
* Adds support for pydocstyle 6.3
* Adds support for autopep8 2
- Drop pylsp-pr340-pydocstyle-6.3.patch
- Drop pylsp-pr345-autopep8-2.patch
-------------------------------------------------------------------
Wed Jan 25 16:28:20 UTC 2023 - Ben Greiner <code@bnavigator.de>