diff --git a/python-lsp-server-pr102-unpin-flake8.patch b/python-lsp-server-pr102-unpin-flake8.patch index 1fda4a2..26945f6 100644 --- a/python-lsp-server-pr102-unpin-flake8.patch +++ b/python-lsp-server-pr102-unpin-flake8.patch @@ -24,7 +24,7 @@ Index: python-lsp-server-1.2.4/setup.py + 'pycodestyle>=2.8.0,<2.9.0', 'pydocstyle>=2.0.0', - 'pyflakes>=2.3.0,<2.4.0', -+ 'pyflakes>=2.5.0,<2.5.0', ++ 'pyflakes>=2.4.0,<2.5.0', 'pylint>=2.5.0,<2.10.0', 'rope>=0.10.5', 'yapf', diff --git a/python-python-lsp-server.changes b/python-python-lsp-server.changes index fb561fd..d017fa0 100644 --- a/python-python-lsp-server.changes +++ b/python-python-lsp-server.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 20 19:57:52 UTC 2021 - Ben Greiner + +- Fix pyflakes python-lsp-server-pr102-unpin-flake8.patch + ------------------------------------------------------------------- Sun Nov 14 18:43:15 UTC 2021 - Ben Greiner