diff --git a/python-python-lsp-server.changes b/python-python-lsp-server.changes index 31b57a2..b92798d 100644 --- a/python-python-lsp-server.changes +++ b/python-python-lsp-server.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 20 12:42:54 UTC 2025 - Ben Greiner + +- Update to 1.14.0 + * Add `pylsp.signature.include_docstring` to hide docstring in + signatures. + * Add support for Pylint 4. + * Fix support for Python 3.14. +- Drop allow-pylint4.patch + ------------------------------------------------------------------- Mon Nov 17 09:32:52 UTC 2025 - Nico Krapp diff --git a/python-python-lsp-server.spec b/python-python-lsp-server.spec index d1a0f36..5c32149 100644 --- a/python-python-lsp-server.spec +++ b/python-python-lsp-server.spec @@ -24,15 +24,13 @@ %{?sle15_python_module_pythons} Name: python-python-lsp-server -Version: 1.13.1 +Version: 1.14.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 Patch1: unpin-autopep8.patch -# PATCH-FIX-UPSTREAM allow-pylint4.patch https://github.com/python-lsp/python-lsp-server/pull/687 -Patch2: allow-pylint4.patch BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 61.2} @@ -106,7 +104,8 @@ will be enabled: %package all Summary: The python-lsp-server[all] extra Requires: python-autopep8 >= 2.0.4 -Requires: python-rope >= 1.2.0 +Requires: python-python-lsp-server = %{version}-%{release} +Requires: python-rope >= 1.11.0 Requires: python-yapf >= 0.33 Requires: (python-pydocstyle >= 6.3.0 with python-pydocstyle < 6.4.0) Requires: (python-pylint >= 3.1 with python-pylint < 4.1) diff --git a/python_lsp_server-1.13.1.tar.gz b/python_lsp_server-1.13.1.tar.gz deleted file mode 100644 index 6fc9b9b..0000000 --- a/python_lsp_server-1.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfa3d6bbca3fc3e6d0137b27cd1eabee65783a8d4314c36e1e230c603419afa3 -size 120484 diff --git a/python_lsp_server-1.14.0.tar.gz b/python_lsp_server-1.14.0.tar.gz new file mode 100644 index 0000000..18adda7 --- /dev/null +++ b/python_lsp_server-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509c445fc667f41ffd3191cb7512a497bf7dd76c14ceb1ee2f6c13ebe71f9a6b +size 121536