1
0

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

- Update to 1.7.0
  * Add a new plugin to provide autoimport functionality (disabled
    by default).
  * Add progress reporting.
  * Make jedi_definition plugin follow definitions to pyi files.
  * Add support for flake8 version 6.
  * Add support for Yapf ignore patterns.
  * Add mccabe setting to flake8 plugin.
- Drop python-lsp-server-pr316-flake8v6.patch upstreamed
  * gh#python-lsp/python-lsp-server#316
- Add python-lsp-server-pr327-sys-executable.patch
  * gh#python-lsp/python-lsp-server#327

OBS-URL: https://build.opensuse.org/request/show/1045987
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=29
This commit is contained in:
2023-01-01 10:41:21 +00:00
committed by Git OBS Bridge
parent 345e2a2895
commit 9194a44777
6 changed files with 39 additions and 111 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Dec 30 09:46:15 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.7.0
* Add a new plugin to provide autoimport functionality (disabled
by default).
* Add progress reporting.
* Make jedi_definition plugin follow definitions to pyi files.
* Add support for flake8 version 6.
* Add support for Yapf ignore patterns.
* Add mccabe setting to flake8 plugin.
- Drop python-lsp-server-pr316-flake8v6.patch upstreamed
* gh#python-lsp/python-lsp-server#316
- Add python-lsp-server-pr327-sys-executable.patch
* gh#python-lsp/python-lsp-server#327
-------------------------------------------------------------------
Mon Dec 19 21:37:19 UTC 2022 - Ben Greiner <code@bnavigator.de>