From 4e42611f63946f35a51bb403988c4a514c833c7771d5cd6bdcb9de826180c2cb Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 29 Aug 2024 14:17:06 +0000 Subject: [PATCH] Accepting request 1197465 from home:bnavigator:branches:devel:languages:python:numeric - Update to 1.12.0 * Add support for window/logMessage. * Add version support to workspace/publishDiagnostics. * Add extendSelect option to flake8 plugin. * Allow Jedi's extra_paths to be placed in front of sys.path. * Bump flake8 to 7.1 OBS-URL: https://build.opensuse.org/request/show/1197465 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=64 --- python-lsp-server-1.11.0.tar.gz | 3 --- python-python-lsp-server.changes | 10 ++++++++++ python-python-lsp-server.spec | 7 +++---- python_lsp_server-1.12.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 python-lsp-server-1.11.0.tar.gz create mode 100644 python_lsp_server-1.12.0.tar.gz diff --git a/python-lsp-server-1.11.0.tar.gz b/python-lsp-server-1.11.0.tar.gz deleted file mode 100644 index ac8fa4a..0000000 --- a/python-lsp-server-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89edd6fb3f7852e4bf5a3d1d95ea41484d1a28fa94b6e3cbff12b9db123b8e86 -size 113347 diff --git a/python-python-lsp-server.changes b/python-python-lsp-server.changes index d2233e5..815e664 100644 --- a/python-python-lsp-server.changes +++ b/python-python-lsp-server.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Aug 29 13:42:06 UTC 2024 - Ben Greiner + +- Update to 1.12.0 + * Add support for window/logMessage. + * Add version support to workspace/publishDiagnostics. + * Add extendSelect option to flake8 plugin. + * Allow Jedi's extra_paths to be placed in front of sys.path. + * Bump flake8 to 7.1 + ------------------------------------------------------------------- Thu Jul 11 10:39:17 UTC 2024 - Ben Greiner diff --git a/python-python-lsp-server.spec b/python-python-lsp-server.spec index 0140a91..88aee52 100644 --- a/python-python-lsp-server.spec +++ b/python-python-lsp-server.spec @@ -19,12 +19,12 @@ %{?sle15_python_module_pythons} Name: python-python-lsp-server -Version: 1.11.0 +Version: 1.12.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 +Source: https://files.pythonhosted.org/packages/source/p/python-lsp-server/python_lsp_server-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 61.2} @@ -104,10 +104,9 @@ will be enabled: - YAPF for code formatting (preferred over autopep8) %prep -%autosetup -p1 -n python-lsp-server-%{version} +%autosetup -p1 -n python_lsp_server-%{version} # Remove pytest addopts sed -i '/addopts/d' pyproject.toml -sed -i 's/"pycodestyle>=2.11.0,<2.12.0",/"pycodestyle>=2.12.0,<2.13.0",/' pyproject.toml %build %pyproject_wheel diff --git a/python_lsp_server-1.12.0.tar.gz b/python_lsp_server-1.12.0.tar.gz new file mode 100644 index 0000000..c8c3ab5 --- /dev/null +++ b/python_lsp_server-1.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a336f128da03bd9bac1e61c3acca6e84242b8b31055a1ccf49d83df9dc053b +size 114328