From 6516f6efe9abb22bf8848bdb41e55423f496d7bc4319050253b003e01de932aa Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 5 Aug 2021 23:41:14 +0000 Subject: [PATCH] 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 --- python-lsp-server-1.1.0.tar.gz | 3 --- python-lsp-server-1.2.1.tar.gz | 3 +++ python-python-lsp-server.changes | 9 +++++++++ python-python-lsp-server.spec | 13 ++++++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 python-lsp-server-1.1.0.tar.gz create mode 100644 python-lsp-server-1.2.1.tar.gz diff --git a/python-lsp-server-1.1.0.tar.gz b/python-lsp-server-1.1.0.tar.gz deleted file mode 100644 index 3d0c62d..0000000 --- a/python-lsp-server-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50ca0639b11a635cac42ff4334a3944a7a91361cf888489321a4273701ff9068 -size 58194 diff --git a/python-lsp-server-1.2.1.tar.gz b/python-lsp-server-1.2.1.tar.gz new file mode 100644 index 0000000..0aae8f8 --- /dev/null +++ b/python-lsp-server-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe10b8f1ef7cd4f5b4aafcb5e29a2bbd454459442d434bbe1af97d2f3a94f55c +size 61448 diff --git a/python-python-lsp-server.changes b/python-python-lsp-server.changes index 2cdf76a..4b98733 100644 --- a/python-python-lsp-server.changes +++ b/python-python-lsp-server.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Aug 5 20:18:13 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-python-lsp-server.spec b/python-python-lsp-server.spec index 025dd29..7d11eca 100644 --- a/python-python-lsp-server.spec +++ b/python-python-lsp-server.spec @@ -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