------------------------------------------------------------------- Sun Dec 19 18:29:50 UTC 2021 - Ben Greiner - Update to 1.3.3 * Fix error when resolving completion items for Rope - Drop python-lsp-server-pr133-pylint-python310.patch merged ------------------------------------------------------------------- Sat Dec 11 14:46:41 UTC 2021 - Ben Greiner - Update to 1.3.2 * Fix formatting a log message - Add python-lsp-server-pr133-pylint-python310.patch ------------------------------------------------------------------- Fri Nov 26 18:40:47 UTC 2021 - Ben Greiner - Update to 1.3.1 * Fix tests for Jedi 0.18.1 * Option `jedi_completion.resolve_at_most_labels` was renamed to `jedi_completion.resolve_at_most` because now it controls how many labels and snippets will be resolved per request. * Option `jedi_completion.cache_labels_for` was renamed to `jedi_completion.cache_for` because now it controls the modules for which labels and snippets should be cached. * Update requirements on Pylint, flake8, pycodestyle, pyflakes and autopep8. - Drop python-lsp-server-pr102-unpin-flake8.patch ------------------------------------------------------------------- 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 - Add python-lsp-server-pr102-unpin-flake8.patch with excessive BR pinning of other optional dependencies ------------------------------------------------------------------- Wed Oct 27 13:16:45 UTC 2021 - Ben Greiner - Update to version 1.2.4 * Pin flake8 to be less than version 4. * Fix a pylint test when PyLsp is not installed. ------------------------------------------------------------------- Sun Oct 3 18:50:53 UTC 2021 - Ben Greiner - Unpin pylint gh#python-lsp/python-lsp-server#94 ------------------------------------------------------------------- Thu Sep 2 12:24:11 UTC 2021 - Ben Greiner - Update to version 1.2.2 * Improves the way we skip symbols imported from other libraries. * Add a constrain on Pylint (< 2.10) until we figure out how to support it. - Reflect the above upper pinning for python-pylint in Suggests and Conflicts in order to prevent updates on live systems as soon as pylint is updated in Factory ------------------------------------------------------------------- Thu Aug 5 20:18:13 UTC 2021 - Ben Greiner - Update to version 1.2.1 * Implement completion item resolve requests for faster completions. * Initialize workspaces from the initialize request. * Catch errors when getting docstrings on _resolve_completion ------------------------------------------------------------------- Tue Jul 13 12:36:35 UTC 2021 - Ben Greiner - Initial specfile for version 1.1.0 * Community maintained replacement for python-python-language-server (abandoned by upstream). * Required by spyder