14
0

- Update to 1.7.4

* Fixes token initialization when reporting progress.
  * Resolves home dir references in Jedi environment path.
  * Fixes Pylint hanging on files with many errors.
- Release 1.7.3
  * Adds support for Yapf 0.33
    (upstreamed python-lsp-server-pr377-unpin-yapf.patch)
  * Fix an empty current working directory value for Pylint

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=39
This commit is contained in:
2023-07-01 13:44:30 +00:00
committed by Git OBS Bridge
parent f64c770530
commit 09e8f83fee
5 changed files with 16 additions and 38 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jul 1 13:38:40 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.7.4
* Fixes token initialization when reporting progress.
* Resolves home dir references in Jedi environment path.
* Fixes Pylint hanging on files with many errors.
- Release 1.7.3
* Adds support for Yapf 0.33
(upstreamed python-lsp-server-pr377-unpin-yapf.patch)
* Fix an empty current working directory value for Pylint
-------------------------------------------------------------------
Tue May 9 20:07:36 UTC 2023 - Ben Greiner <code@bnavigator.de>