forked from pool/python-python-lsp-server
Accepting request 1083325 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 1.7.2 * Initializes LSP progress token before using it and remove progress for sync plugins. * Adds support for pydocstyle 6.3 * Adds support for autopep8 2 - Drop pylsp-pr340-pydocstyle-6.3.patch - Drop pylsp-pr345-autopep8-2.patch OBS-URL: https://build.opensuse.org/request/show/1083325 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=35
This commit is contained in:
@@ -17,16 +17,12 @@
|
||||
|
||||
|
||||
Name: python-python-lsp-server
|
||||
Version: 1.7.1
|
||||
Version: 1.7.2
|
||||
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-pr340-pydocstyle-6.3.patch gh#python-lsp/python-lsp-server#340
|
||||
Patch1: pylsp-pr340-pydocstyle-6.3.patch
|
||||
# PATCH-FIX-UPSTREAM pylsp-pr345-autopep8-2.patch.patch gh#python-lsp/python-lsp-server#345
|
||||
Patch2: pylsp-pr345-autopep8-2.patch
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 61.2}
|
||||
@@ -53,7 +49,7 @@ BuildRequires: %{python_module rope >= 1.2.0}
|
||||
BuildRequires: %{python_module toml if %python-yapf <= 0.32.0 else %python-tomli}
|
||||
BuildRequires: %{python_module ujson >= 3.0.0}
|
||||
BuildRequires: %{python_module whatthepatch >= 1.0.2 with %python-whatthepatch < 2}
|
||||
BuildRequires: %{python_module yapf}
|
||||
BuildRequires: %{python_module yapf < 0.32.1}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-docstring-to-markdown
|
||||
@@ -70,6 +66,8 @@ Suggests: python-pylint >= 2.5.0
|
||||
Conflicts: python-pylint >= 3
|
||||
Suggests: python-rope >= 1.2.0
|
||||
Suggests: python-yapf
|
||||
Conflicts: python-yapf >= 0.32.1
|
||||
Suggests: python-toml
|
||||
Suggests: python-whatthepatch >= 1.0.2
|
||||
Conflicts: python-whatthepatch >= 2
|
||||
# SECTION flake8 pins
|
||||
|
Reference in New Issue
Block a user