14
0

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

- Update to 1.10.0
  * Add support for notebook document completions.
  * Add support for flake8 version 7.
- Drop python-lsp-server-pr510-flake8-7.patch

OBS-URL: https://build.opensuse.org/request/show/1154286
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=54
This commit is contained in:
2024-03-02 11:49:21 +00:00
committed by Git OBS Bridge
parent 605150fde0
commit c5dc576445
5 changed files with 13 additions and 38 deletions

View File

@@ -19,14 +19,12 @@
%{?sle15_python_module_pythons}
Name: python-python-lsp-server
Version: 1.9.0
Version: 1.10.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 python-lsp-server-pr510-flake8-7.patch gh#/python-lsp/python-lsp-server#510
Patch0: python-lsp-server-pr510-flake8-7.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 61.2}
@@ -85,7 +83,7 @@ Conflicts: python-pyflakes >= 3.3.0
# /SECTION
BuildArch: noarch
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%python_subpackages
%description