15
0
Files
python-python-lsp-server/unpin-autopep8.patch
Benjamin Greiner 04320b3ab6 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=83
2025-12-20 15:32:42 +00:00

23 lines
720 B
Diff

Index: python_lsp_server-1.12.0/pyproject.toml
===================================================================
--- python_lsp_server-1.12.0.orig/pyproject.toml
+++ python_lsp_server-1.12.0/pyproject.toml
@@ -27,7 +27,7 @@ Homepage = "https://github.com/python-ls
[project.optional-dependencies]
all = [
- "autopep8>=2.0.4,<2.1.0",
+ "autopep8>=2.0.4",
"flake8>=7.1,<8",
"mccabe>=0.7.0,<0.8.0",
"pycodestyle>=2.12.0,<2.13.0",
@@ -38,7 +38,7 @@ all = [
"yapf>=0.33.0",
"whatthepatch>=1.0.2,<2.0.0"
]
-autopep8 = ["autopep8>=2.0.4,<2.1.0"]
+autopep8 = ["autopep8>=2.0.4"]
flake8 = ["flake8>=7.1,<8"]
mccabe = ["mccabe>=0.7.0,<0.8.0"]
pycodestyle = ["pycodestyle>=2.12.0,<2.13.0"]