diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2023-11-07 12:56:13 +0100 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2023-11-07 12:56:13 +0100 |
commit | 7b25306a7770f261f9efc91ee363dc3062b62302 (patch) | |
tree | 71800ebfc353305d0901316860f4b622dc5a44ba /textproc/py-python-lsp-server/files | |
parent | net/storj: update Storj programs to version 1.90.2 (diff) |
textproc/py-python-lsp-server: Update to 1.9.0
Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-190-20231106
Reported by: portscout, Repology
Diffstat (limited to 'textproc/py-python-lsp-server/files')
-rw-r--r-- | textproc/py-python-lsp-server/files/patch-pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/py-python-lsp-server/files/patch-pyproject.toml b/textproc/py-python-lsp-server/files/patch-pyproject.toml index 54e5758db342..e542f2a2aa7f 100644 --- a/textproc/py-python-lsp-server/files/patch-pyproject.toml +++ b/textproc/py-python-lsp-server/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2023-10-04 16:18:21 UTC +--- pyproject.toml.orig 2023-11-06 16:21:32 UTC +++ pyproject.toml @@ -27,29 +27,29 @@ all = [ @@ -10,7 +10,7 @@ - "pycodestyle>=2.11.0,<2.12.0", - "pydocstyle>=6.3.0,<6.4.0", - "pyflakes>=3.1.0,<3.2.0", -- "pylint>=2.5.0,<3", +- "pylint>=2.5.0,<3.1", + "autopep8>=2.0.4", + "flake8>=6.1.0", + "mccabe>=0.7.0", @@ -30,8 +30,8 @@ -pycodestyle = ["pycodestyle>=2.11.0,<2.12.0"] -pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"] -pyflakes = ["pyflakes>=3.1.0,<3.2.0"] --pylint = ["pylint>=2.5.0,<3"] -+autopep8 = ["autopep8>=2.0.4"] +-pylint = ["pylint>=2.5.0,<3.1"] ++autopep8 = ["autopep8>=1.6.0"] +flake8 = ["flake8>=6.1.0"] +mccabe = ["mccabe>=0.7.0"] +pycodestyle = ["pycodestyle>=2.11.0"] @@ -43,7 +43,7 @@ +yapf = ["yapf>=0.32.0", "whatthepatch>=1.0.2"] websockets = ["websockets>=10.3"] test = [ -- "pylint>=2.5.0,<3", +- "pylint>=2.5.0,<3.1", + "pylint>=2.5.0", "pytest", "pytest-cov", |