1
0

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

- Update to 1.6.0
  * Migrate to MarkupContent and convert docstrings to Markdown by
    default.
  * Add support for flake8 version 5.
  * Add function objects to Jedi completions.
  * Don't include class and functions objects by default in Jedi
    completions.
- Drop patches
  * python-lsp-server-advanceflake8.patch
  * python-lsp-server-pylint-syntax-error.patch

OBS-URL: https://build.opensuse.org/request/show/1033864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=25
This commit is contained in:
2022-11-06 15:28:27 +00:00
committed by Git OBS Bridge
parent bb72266182
commit 3a227d8b3d
6 changed files with 21 additions and 147 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Nov 6 15:10:39 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.6.0
* Migrate to MarkupContent and convert docstrings to Markdown by
default.
* Add support for flake8 version 5.
* Add function objects to Jedi completions.
* Don't include class and functions objects by default in Jedi
completions.
- Drop patches
* python-lsp-server-advanceflake8.patch
* python-lsp-server-pylint-syntax-error.patch
-------------------------------------------------------------------
Sat Aug 27 09:41:07 UTC 2022 - Ben Greiner <code@bnavigator.de>