Accepting request 1121005 from home:bnavigator:branches:devel:languages:python

- Update to 1.8.2
  * Fixes the notebook document selector property not being a list in the server capabilities.
- Release 1.8.1
  * Fixes go-to-definition for Numpy methods.
  * Allows Jedi to perform multiple hops for "go to definition".
  * Fixes an error with Flake8 when deleting lines.
- Raise pylint upper pin to 3.1
- Update to 1.8.0
  * Add support for notebooks and make go-to-definition work for
    them.
  * Add support for Pyflakes 3.1, Pycodestyle 2.11 and Jedi 0.19.
  * Drop support for Python 3.7.
- Drop patches upstreeam
  * Drop python-lsp-server-pr415-flake8deps.patch
  * Drop python-lsp-server-pr416-jedi-0.19.patch

OBS-URL: https://build.opensuse.org/request/show/1121005
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=43
This commit is contained in:
2023-10-29 15:11:43 +00:00
committed by Git OBS Bridge
parent d4dcc2baf4
commit f602bd0e4c
6 changed files with 33 additions and 159 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Oct 29 13:15:28 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.8.2
* Fixes the notebook document selector property not being a list in the server capabilities.
- Release 1.8.1
* Fixes go-to-definition for Numpy methods.
* Allows Jedi to perform multiple hops for "go to definition".
* Fixes an error with Flake8 when deleting lines.
- Raise pylint upper pin to 3.1
-------------------------------------------------------------------
Wed Sep 13 07:56:57 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.8.0
* Add support for notebooks and make go-to-definition work for
them.
* Add support for Pyflakes 3.1, Pycodestyle 2.11 and Jedi 0.19.
* Drop support for Python 3.7.
- Drop patches upstreeam
* Drop python-lsp-server-pr415-flake8deps.patch
* Drop python-lsp-server-pr416-jedi-0.19.patch
-------------------------------------------------------------------
Sat Aug 12 18:01:40 UTC 2023 - Ben Greiner <code@bnavigator.de>