diff --git a/python-lsp-server-1.7.2.tar.gz b/python-lsp-server-1.7.2.tar.gz deleted file mode 100644 index 8a76769..0000000 --- a/python-lsp-server-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2433467d0fcb8fd45828463ff1cc805837c08731fcea5d7d953d9be776881e1 -size 97050 diff --git a/python-lsp-server-1.7.4.tar.gz b/python-lsp-server-1.7.4.tar.gz new file mode 100644 index 0000000..a1af702 --- /dev/null +++ b/python-lsp-server-1.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84254485a4d9431b24ecefd59741d21c00165611bcf6037bd7d54d0ed06a197 +size 97864 diff --git a/python-lsp-server-pr377-unpin-yapf.patch b/python-lsp-server-pr377-unpin-yapf.patch deleted file mode 100644 index cf6a974..0000000 --- a/python-lsp-server-pr377-unpin-yapf.patch +++ /dev/null @@ -1,32 +0,0 @@ -From b2df1b92559a07defed27f26a364acc5a6837fce Mon Sep 17 00:00:00 2001 -From: Ben Greiner -Date: Tue, 9 May 2023 22:02:43 +0200 -Subject: [PATCH] Update yapf requirement - ---- - pyproject.toml | 5 ++--- - 1 file changed, 2 insertions(+), 3 deletions(-) - -diff --git a/pyproject.toml b/pyproject.toml -index 1dc01fa..7e62d24 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -35,8 +35,7 @@ all = [ - "pyflakes>=2.5.0,<3.1.0", - "pylint>=2.5.0,<3", - "rope>1.2.0", -- "yapf<=0.32.0", -- "toml", -+ "yapf>=0.33.0", - "whatthepatch>=1.0.2,<2.0.0" - ] - autopep8 = ["autopep8>=1.6.0,<2.1.0"] -@@ -47,7 +46,7 @@ pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"] - pyflakes = ["pyflakes>=2.5.0,<3.1.0"] - pylint = ["pylint>=2.5.0,<3"] - rope = ["rope>1.2.0"] --yapf = ["yapf<=0.32.0", "whatthepatch>=1.0.2,<2.0.0", "toml"] -+yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"] - websockets = ["websockets>=10.3"] - test = [ - "pylint>=2.5.0,<3", diff --git a/python-python-lsp-server.changes b/python-python-lsp-server.changes index 58aad37..2ffc823 100644 --- a/python-python-lsp-server.changes +++ b/python-python-lsp-server.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jul 1 13:38:40 UTC 2023 - Ben Greiner + +- Update to 1.7.4 + * Fixes token initialization when reporting progress. + * Resolves home dir references in Jedi environment path. + * Fixes Pylint hanging on files with many errors. +- Release 1.7.3 + * Adds support for Yapf 0.33 + (upstreamed python-lsp-server-pr377-unpin-yapf.patch) + * Fix an empty current working directory value for Pylint + ------------------------------------------------------------------- Tue May 9 20:07:36 UTC 2023 - Ben Greiner diff --git a/python-python-lsp-server.spec b/python-python-lsp-server.spec index 0ab92f3..798d1e7 100644 --- a/python-python-lsp-server.spec +++ b/python-python-lsp-server.spec @@ -17,14 +17,12 @@ Name: python-python-lsp-server -Version: 1.7.2 +Version: 1.7.4 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 -# PATCH-FIX-UPSTREAM python-lsp-server-pr377-unpin-yapf.patch gh#python-lsp/python-lsp-server#377 -Patch0: python-lsp-server-pr377-unpin-yapf.patch BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 61.2}