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

- Update to 1.7.1
  * Fixes an error with the Pydocstyle 6.2.0+
  * Includes missing Pylint "information" category.
  * Improves Jedi file completions for directories.
- Drop python-lsp-server-pr327-sys-executable.patch
- Add pylsp-pr340-pydocstyle-6.3.patch
  gh#python-lsp/python-lsp-server#340

OBS-URL: https://build.opensuse.org/request/show/1059821
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=31
This commit is contained in:
2023-01-19 16:03:08 +00:00
committed by Git OBS Bridge
parent 9194a44777
commit e8be8ee9ed
6 changed files with 81 additions and 24 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 19 10:10:31 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.7.1
* Fixes an error with the Pydocstyle 6.2.0+
* Includes missing Pylint "information" category.
* Improves Jedi file completions for directories.
- Drop python-lsp-server-pr327-sys-executable.patch
- Add pylsp-pr340-pydocstyle-6.3.patch
gh#python-lsp/python-lsp-server#340
-------------------------------------------------------------------
Fri Dec 30 09:46:15 UTC 2022 - Ben Greiner <code@bnavigator.de>