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

- Update to version 1.2.1
  * Implement completion item resolve requests for faster
    completions.
  * Initialize workspaces from the initialize request.
  * Catch errors when getting docstrings on _resolve_completion

OBS-URL: https://build.opensuse.org/request/show/910377
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=3
This commit is contained in:
Benjamin Greiner 2021-08-05 23:41:14 +00:00 committed by Git OBS Bridge
parent 739d4c2ead
commit 6516f6efe9
4 changed files with 18 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50ca0639b11a635cac42ff4334a3944a7a91361cf888489321a4273701ff9068
size 58194

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe10b8f1ef7cd4f5b4aafcb5e29a2bbd454459442d434bbe1af97d2f3a94f55c
size 61448

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Aug 5 20:18:13 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 1.2.1
* Implement completion item resolve requests for faster
completions.
* Initialize workspaces from the initialize request.
* Catch errors when getting docstrings on _resolve_completion
-------------------------------------------------------------------
Tue Jul 13 12:36:35 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -19,30 +19,30 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-python-lsp-server
Version: 1.1.0
Version: 1.2.1
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
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools >= 39.0.0}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module jedi >= 0.17.2}
BuildRequires: %{python_module pluggy}
BuildRequires: %{python_module python-lsp-jsonrpc >= 1.0.0}
BuildRequires: %{python_module ujson >= 3.0.0}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module PyQt5}
BuildRequires: %{python_module autopep8}
BuildRequires: %{python_module flake8 >= 3.8.0}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module mccabe >= 0.6.0}
BuildRequires: %{python_module pluggy}
BuildRequires: %{python_module pycodestyle >= 2.7.0}
BuildRequires: %{python_module pydocstyle >= 2.0.0}
BuildRequires: %{python_module pyflakes >= 2.3.0}
BuildRequires: %{python_module pylint >= 2.5.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-lsp-jsonrpc >= 1.0.0}
BuildRequires: %{python_module rope >= 0.10.5}
BuildRequires: %{python_module ujson >= 3.0.0}
BuildRequires: %{python_module yapf}
BuildRequires: %{python_module matplotlib if (%python-base without python36-base)}
BuildRequires: %{python_module numpy if (%python-base without python36-base)}
@ -120,5 +120,4 @@ python36_donttest=" or test_numpy or test_pandas or test_matplotlib"
%{python_sitelib}/pylsp
%{python_sitelib}/python_lsp_server-%{version}*-info
%changelog