diff --git a/python-lsp-server-1.10.0.tar.gz b/python-lsp-server-1.10.0.tar.gz new file mode 100644 index 0000000..aef1518 --- /dev/null +++ b/python-lsp-server-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9a52dcc16cd0562404d529d50a03372db1ea6fb8dfcc3792b3265441c814f4 +size 112917 diff --git a/python-lsp-server-1.9.0.tar.gz b/python-lsp-server-1.9.0.tar.gz deleted file mode 100644 index f5189b0..0000000 --- a/python-lsp-server-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc0c8298f0222fd66a52aa3170f3a5c8fe3021007a02098bb72f7fd8df353d13 -size 111176 diff --git a/python-lsp-server-pr510-flake8-7.patch b/python-lsp-server-pr510-flake8-7.patch deleted file mode 100644 index 6bcc377..0000000 --- a/python-lsp-server-pr510-flake8-7.patch +++ /dev/null @@ -1,31 +0,0 @@ -Index: python-lsp-server-1.9.0/pyproject.toml -=================================================================== ---- python-lsp-server-1.9.0.orig/pyproject.toml -+++ python-lsp-server-1.9.0/pyproject.toml -@@ -28,22 +28,22 @@ Homepage = "https://github.com/python-ls - [project.optional-dependencies] - all = [ - "autopep8>=2.0.4,<2.1.0", -- "flake8>=6.1.0,<7", -+ "flake8>=7,<8", - "mccabe>=0.7.0,<0.8.0", - "pycodestyle>=2.11.0,<2.12.0", - "pydocstyle>=6.3.0,<6.4.0", -- "pyflakes>=3.1.0,<3.2.0", -+ "pyflakes>=3.2.0,<3.3.0", - "pylint>=2.5.0,<3.1", - "rope>1.2.0", - "yapf>=0.33.0", - "whatthepatch>=1.0.2,<2.0.0" - ] - autopep8 = ["autopep8>=1.6.0,<2.1.0"] --flake8 = ["flake8>=6.1.0,<7"] -+flake8 = ["flake8>=7,<8"] - mccabe = ["mccabe>=0.7.0,<0.8.0"] - pycodestyle = ["pycodestyle>=2.11.0,<2.12.0"] - pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"] --pyflakes = ["pyflakes>=3.1.0,<3.2.0"] -+pyflakes = ["pyflakes>=3.2.0,<3.3.0"] - pylint = ["pylint>=2.5.0,<3.1"] - rope = ["rope>1.2.0"] - yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"] diff --git a/python-python-lsp-server.changes b/python-python-lsp-server.changes index b765b89..8281f49 100644 --- a/python-python-lsp-server.changes +++ b/python-python-lsp-server.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Mar 2 10:33:14 UTC 2024 - Ben Greiner + +- Update to 1.10.0 + * Add support for notebook document completions. + * Add support for flake8 version 7. +- Drop python-lsp-server-pr510-flake8-7.patch + ------------------------------------------------------------------- Fri Jan 5 18:37:26 UTC 2024 - Ben Greiner diff --git a/python-python-lsp-server.spec b/python-python-lsp-server.spec index b5a6f03..170c9d3 100644 --- a/python-python-lsp-server.spec +++ b/python-python-lsp-server.spec @@ -19,14 +19,12 @@ %{?sle15_python_module_pythons} Name: python-python-lsp-server -Version: 1.9.0 +Version: 1.10.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 -# PATCH-FIX-UPSTREAM python-lsp-server-pr510-flake8-7.patch gh#/python-lsp/python-lsp-server#510 -Patch0: python-lsp-server-pr510-flake8-7.patch BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 61.2} @@ -85,7 +83,7 @@ Conflicts: python-pyflakes >= 3.3.0 # /SECTION BuildArch: noarch Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %python_subpackages %description