Accepting request 932680 from devel:languages:python

- Fix pyflakes python-lsp-server-pr102-unpin-flake8.patch

OBS-URL: https://build.opensuse.org/request/show/932680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2021-11-20 21:48:04 +00:00 committed by Git OBS Bridge
commit a6bd252deb
2 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Index: python-lsp-server-1.2.4/setup.py
+ 'pycodestyle>=2.8.0,<2.9.0', + 'pycodestyle>=2.8.0,<2.9.0',
'pydocstyle>=2.0.0', 'pydocstyle>=2.0.0',
- 'pyflakes>=2.3.0,<2.4.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', 'pylint>=2.5.0,<2.10.0',
'rope>=0.10.5', 'rope>=0.10.5',
'yapf', 'yapf',

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 20 19:57:52 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Fix pyflakes python-lsp-server-pr102-unpin-flake8.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 14 18:43:15 UTC 2021 - Ben Greiner <code@bnavigator.de> Sun Nov 14 18:43:15 UTC 2021 - Ben Greiner <code@bnavigator.de>