From 1606f02264e7303d42bcf55898be36949db93ad23c3a2af259b7cdc7bfb36f7f Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 24 Nov 2023 20:46:38 +0000 Subject: [PATCH] Accepting request 1128643 from home:bnavigator:branches:devel:languages:python:numeric - Update to 1.9.0 * Support initializationOptions to configure the server. * Add code completions to the autoimport plugin. * Add support for Pylint 3. * Pass extendIgnore argument to Flake8. * Add new pylsp_workspace_configuration_changed hookspec so that plugins can react when client sends a configuration change to the server. OBS-URL: https://build.opensuse.org/request/show/1128643 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=50 --- python-lsp-server-1.8.2.tar.gz | 3 --- python-lsp-server-1.9.0.tar.gz | 3 +++ python-python-lsp-server.changes | 12 ++++++++++++ python-python-lsp-server.spec | 4 +--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 python-lsp-server-1.8.2.tar.gz create mode 100644 python-lsp-server-1.9.0.tar.gz diff --git a/python-lsp-server-1.8.2.tar.gz b/python-lsp-server-1.8.2.tar.gz deleted file mode 100644 index 78a7efc..0000000 --- a/python-lsp-server-1.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd85e1c6ad95c1d276c82a33c2c85898f110afc3c7bfeaced79c0df095076fd1 -size 107104 diff --git a/python-lsp-server-1.9.0.tar.gz b/python-lsp-server-1.9.0.tar.gz new file mode 100644 index 0000000..f5189b0 --- /dev/null +++ b/python-lsp-server-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0c8298f0222fd66a52aa3170f3a5c8fe3021007a02098bb72f7fd8df353d13 +size 111176 diff --git a/python-python-lsp-server.changes b/python-python-lsp-server.changes index cfb6a60..387d5df 100644 --- a/python-python-lsp-server.changes +++ b/python-python-lsp-server.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Nov 24 20:13:48 UTC 2023 - Ben Greiner + +- Update to 1.9.0 + * Support initializationOptions to configure the server. + * Add code completions to the autoimport plugin. + * Add support for Pylint 3. + * Pass extendIgnore argument to Flake8. + * Add new pylsp_workspace_configuration_changed hookspec so that + plugins can react when client sends a configuration change to + the server. + ------------------------------------------------------------------- Thu Nov 9 21:21:37 UTC 2023 - Giacomo Comes diff --git a/python-python-lsp-server.spec b/python-python-lsp-server.spec index 7ecce35..b34b434 100644 --- a/python-python-lsp-server.spec +++ b/python-python-lsp-server.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-python-lsp-server -Version: 1.8.2 +Version: 1.9.0 Release: 0 Summary: Python Language Server for the Language Server Protocol License: MIT @@ -107,8 +107,6 @@ will be enabled: %autosetup -p1 -n python-lsp-server-%{version} # Remove pytest addopts sed -i '/addopts/d' pyproject.toml -# increase pylint upper pin -sed -i '/pylint/ s/<3"/<3.1"/' pyproject.toml %build %pyproject_wheel