14
0

Accepting request 1167872 from home:bnavigator:spyder

- Update to 1.11.0
  * Remove the rope_rename plugin. People that were using it need
    to install the pylsp-rope third-party plugin instead.
  * Add support for Pylint 3.1
- Drop pylsp-pr543-pylint3.1.patch

OBS-URL: https://build.opensuse.org/request/show/1167872
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=60
This commit is contained in:
2024-04-15 18:55:31 +00:00
committed by Git OBS Bridge
parent 6bf6bf6166
commit 1dcc9c30f1
5 changed files with 13 additions and 43 deletions

View File

@@ -19,14 +19,12 @@
%{?sle15_python_module_pythons}
Name: python-python-lsp-server
Version: 1.10.1
Version: 1.11.0
Release: 0
Summary: Python Language Server for the Language Server Protocol
License: MIT
URL: https://github.com/python-lsp/python-lsp-server
Source: https://files.pythonhosted.org/packages/source/p/python-lsp-server/python-lsp-server-%{version}.tar.gz
# PATCH-FIX-UPSTREAM pylsp-pr543-pylint3.1.patch gh#python-lsp/python-lsp-server#531
Patch0: pylsp-pr543-pylint3.1.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 61.2}