14
0

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

- Update to 1.9.0
  * Support initializationOptions to configure the server.
  * Add code completions to the autoimport plugin.
  * Add support for Pylint 3.
  * Pass extendIgnore argument to Flake8.
  * Add new pylsp_workspace_configuration_changed hookspec so that
    plugins can react when client sends a configuration change to
    the server.

OBS-URL: https://build.opensuse.org/request/show/1128643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=50
This commit is contained in:
2023-11-24 20:46:38 +00:00
committed by Git OBS Bridge
parent fc8a289c29
commit 1606f02264
4 changed files with 16 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-python-lsp-server
Version: 1.8.2
Version: 1.9.0
Release: 0
Summary: Python Language Server for the Language Server Protocol
License: MIT
@@ -107,8 +107,6 @@ will be enabled:
%autosetup -p1 -n python-lsp-server-%{version}
# Remove pytest addopts
sed -i '/addopts/d' pyproject.toml
# increase pylint upper pin
sed -i '/pylint/ s/<3"/<3.1"/' pyproject.toml
%build
%pyproject_wheel