Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-python-lsp-server | Distribution: openSUSE:Factory:zSystems |
Version: 1.12.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Thu Aug 29 15:42:06 2024 |
Group: Unspecified | Build host: reproducible |
Size: 516159 | Source RPM: python-python-lsp-server-1.12.0-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/python-lsp/python-lsp-server | |
Summary: Python Language Server for the Language Server Protocol |
Python Language Server for the Language Server Protocol Fork of the python-language-server project, maintained by the Spyder IDE team and the community If the respective recommended packages are installed, the following optional providers will be enabled: - Rope for Completions and renaming - Pyflakes linter to detect various errors - McCabe linter for complexity checking - pycodestyle linter for style checking - pydocstyle linter for docstring style checking (disabled by default) - autopep8 for code formatting - YAPF for code formatting (preferred over autopep8)
MIT
* Thu Aug 29 2024 Ben Greiner <code@bnavigator.de> - Update to 1.12.0 * Add support for window/logMessage. * Add version support to workspace/publishDiagnostics. * Add extendSelect option to flake8 plugin. * Allow Jedi's extra_paths to be placed in front of sys.path. * Bump flake8 to 7.1 * Thu Jul 11 2024 Ben Greiner <code@bnavigator.de> - Bump flake8 to 7.1 and it's pinning pycodestyle to 2.12.0 * Mon Apr 01 2024 Ben Greiner <code@bnavigator.de> - Update to 1.11.0 * Remove the rope_rename plugin. People that were using it need to install the pylsp-rope third-party plugin instead. * Add support for Pylint 3.1 - Drop pylsp-pr543-pylint3.1.patch * Fri Mar 29 2024 Ben Greiner <code@bnavigator.de> - Add pylsp-pr543-pylint3.1.patch gh#python-lsp/python-lsp-server#531 * Sat Mar 16 2024 Dirk Müller <dmueller@suse.com> - update to 1.10.1: * Issue 529 - Autoimports: sqlite3.OperationalError: database is locked (PR 530 by @last-partizan) * Sat Mar 02 2024 Ben Greiner <code@bnavigator.de> - Update to 1.10.0 * Add support for notebook document completions. * Add support for flake8 version 7. - Drop python-lsp-server-pr510-flake8-7.patch * Fri Jan 05 2024 Ben Greiner <code@bnavigator.de> - Bump to flake8 v7 gh#python-lsp/python-lsp-server#510 * python-lsp-server-pr510-flake8-7.patch * Fri Nov 24 2023 Ben Greiner <code@bnavigator.de> - Update to 1.9.0 * Support initializationOptions to configure the server. * Add code completions to the autoimport plugin. * Add support for Pylint 3. * Pass extendIgnore argument to Flake8. * Add new pylsp_workspace_configuration_changed hookspec so that plugins can react when client sends a configuration change to the server. * Thu Nov 09 2023 Giacomo Comes <gcomes.obs@gmail.com> - add sle15_python_module_pythons * Wed Nov 01 2023 Ben Greiner <code@bnavigator.de> - Fix runtime requirements * Sun Oct 29 2023 Ben Greiner <code@bnavigator.de> - Update to 1.8.2 * Fixes the notebook document selector property not being a list in the server capabilities. - Release 1.8.1 * Fixes go-to-definition for Numpy methods. * Allows Jedi to perform multiple hops for "go to definition". * Fixes an error with Flake8 when deleting lines. - Raise pylint upper pin to 3.1 * Wed Sep 13 2023 Ben Greiner <code@bnavigator.de> - Update to 1.8.0 * Add support for notebooks and make go-to-definition work for them. * Add support for Pyflakes 3.1, Pycodestyle 2.11 and Jedi 0.19. * Drop support for Python 3.7. - Drop patches upstreeam * Drop python-lsp-server-pr415-flake8deps.patch * Drop python-lsp-server-pr416-jedi-0.19.patch * Sat Aug 12 2023 Ben Greiner <code@bnavigator.de> - Add python-lsp-server-pr415-flake8deps.patch gh#python-lsp/python-lsp-server#415 - Add python-lsp-server-pr416-jedi-0.19.patch gh#python-lsp/python-lsp-server#416 * Sat Jul 01 2023 Ben Greiner <code@bnavigator.de> - Update to 1.7.4 * Fixes token initialization when reporting progress. * Resolves home dir references in Jedi environment path. * Fixes Pylint hanging on files with many errors. - Release 1.7.3 * Adds support for Yapf 0.33 (upstreamed python-lsp-server-pr377-unpin-yapf.patch) * Fix an empty current working directory value for Pylint * Tue May 09 2023 Ben Greiner <code@bnavigator.de> - Unpin yapf * Add python-lsp-server-pr377-unpin-yapf.patch * gh#python-lsp/python-lsp-server#377 * Thu Apr 27 2023 Ben Greiner <code@bnavigator.de> - Update to 1.7.2 * Initializes LSP progress token before using it and remove progress for sync plugins. * Adds support for pydocstyle 6.3 * Adds support for autopep8 2 - Drop pylsp-pr340-pydocstyle-6.3.patch - Drop pylsp-pr345-autopep8-2.patch * Wed Jan 25 2023 Ben Greiner <code@bnavigator.de> - Allow 1.6.0 <= autopep8 < 2.1 * Add pylsp-pr345-autopep8-2.patch * gh#python-lsp/python-lsp-server#345 - Fix yapf requirement for toml * gh#python-lsp/python-lsp-server#346 * Thu Jan 19 2023 Ben Greiner <code@bnavigator.de> - Update to 1.7.1 * Fixes an error with the Pydocstyle 6.2.0+ * Includes missing Pylint "information" category. * Improves Jedi file completions for directories. - Drop python-lsp-server-pr327-sys-executable.patch - Add pylsp-pr340-pydocstyle-6.3.patch gh#python-lsp/python-lsp-server#340 * Fri Dec 30 2022 Ben Greiner <code@bnavigator.de> - Update to 1.7.0 * Add a new plugin to provide autoimport functionality (disabled by default). * Add progress reporting. * Make jedi_definition plugin follow definitions to pyi files. * Add support for flake8 version 6. * Add support for Yapf ignore patterns. * Add mccabe setting to flake8 plugin. - Drop python-lsp-server-pr316-flake8v6.patch upstreamed * gh#python-lsp/python-lsp-server#316 - Add python-lsp-server-pr327-sys-executable.patch * gh#python-lsp/python-lsp-server#327 * Mon Dec 19 2022 Ben Greiner <code@bnavigator.de> - add python-lsp-server-pr316-flake8v6.patch gh#python-lsp/python-lsp-server#316 * Sun Nov 06 2022 Ben Greiner <code@bnavigator.de> - Update to 1.6.0 * Migrate to MarkupContent and convert docstrings to Markdown by default. * Add support for flake8 version 5. * Add function objects to Jedi completions. * Don't include class and functions objects by default in Jedi completions. - Drop patches * python-lsp-server-advanceflake8.patch * python-lsp-server-pylint-syntax-error.patch * Sat Aug 27 2022 Ben Greiner <code@bnavigator.de> - Add python-lsp-server-advanceflake8.patch * gh#python-lsp/python-lsp-server#257 - Add python-lsp-server-pylint-syntax-error.patch * gh#python-lsp/python-lsp-server#258 * Mon Jul 25 2022 Ben Greiner <code@bnavigator.de> - Update to 1.5.0 * Add DiagnosticTag tags for Pylint, Pycodestyle, and Flake8 plugins. * Add support to connect to the server through websockets. * Allow multiple per-file-ignores for the same pattern in Flake8 plugin. * Parse YAPF diffs into TextEdits. * Add support for LSP formatting options parameter. - Entry point installation require setuptools 61.2, switch to PEP517 - Test suite: flavored alternatives are provided by the %pytest macro now. Remove extra pylint testbin setup. * Sat Apr 09 2022 Ben Greiner <code@bnavigator.de> - Update to 1.4.1 * Fixes Yapf formatting with CRLF line endings. * Fri Mar 25 2022 Ben Greiner <code@bnavigator.de> - Update to 1.4.0 * Support pycodestyle indent-size option * Add DiagnosticTag constants from LSP 3.15 * Drop support for Python 3.6 * Sat Jan 08 2022 Benjamin Greiner <code@bnavigator.de> - Provide pylint in correct flavor for test - Cleanup python36 flavor conditionals * Sun Dec 19 2021 Ben Greiner <code@bnavigator.de> - 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 2021 Ben Greiner <code@bnavigator.de> - Update to 1.3.2 * Fix formatting a log message - Add python-lsp-server-pr133-pylint-python310.patch * Fri Nov 26 2021 Ben Greiner <code@bnavigator.de> - 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 2021 Ben Greiner <code@bnavigator.de> - Fix pyflakes python-lsp-server-pr102-unpin-flake8.patch * Sun Nov 14 2021 Ben Greiner <code@bnavigator.de> - Add python-lsp-server-pr102-unpin-flake8.patch with excessive BR pinning of other optional dependencies * Wed Oct 27 2021 Ben Greiner <code@bnavigator.de> - 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 03 2021 Ben Greiner <code@bnavigator.de> - Unpin pylint gh#python-lsp/python-lsp-server#94 * Thu Sep 02 2021 Ben Greiner <code@bnavigator.de> - 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 05 2021 Ben Greiner <code@bnavigator.de> - 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 2021 Ben Greiner <code@bnavigator.de> - Initial specfile for version 1.1.0 * Community maintained replacement for python-python-language-server (abandoned by upstream). * Required by spyder
/etc/alternatives/pylsp /usr/bin/pylsp /usr/bin/pylsp-3.11 /usr/lib/python3.11/site-packages/pylsp /usr/lib/python3.11/site-packages/pylsp/__init__.py /usr/lib/python3.11/site-packages/pylsp/__main__.py /usr/lib/python3.11/site-packages/pylsp/__pycache__ /usr/lib/python3.11/site-packages/pylsp/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/__main__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/__main__.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/_utils.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/_utils.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/_version.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/_version.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/hookspecs.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/hookspecs.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/lsp.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/lsp.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/python_lsp.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/python_lsp.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/text_edit.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/text_edit.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/uris.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/uris.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/workspace.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/__pycache__/workspace.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/_utils.py /usr/lib/python3.11/site-packages/pylsp/_version.py /usr/lib/python3.11/site-packages/pylsp/config /usr/lib/python3.11/site-packages/pylsp/config/__init__.py /usr/lib/python3.11/site-packages/pylsp/config/__pycache__ /usr/lib/python3.11/site-packages/pylsp/config/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/config/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/config/__pycache__/config.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/config/__pycache__/config.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/config/__pycache__/flake8_conf.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/config/__pycache__/flake8_conf.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/config/__pycache__/pycodestyle_conf.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/config/__pycache__/pycodestyle_conf.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/config/__pycache__/source.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/config/__pycache__/source.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/config/config.py /usr/lib/python3.11/site-packages/pylsp/config/flake8_conf.py /usr/lib/python3.11/site-packages/pylsp/config/pycodestyle_conf.py /usr/lib/python3.11/site-packages/pylsp/config/source.py /usr/lib/python3.11/site-packages/pylsp/hookspecs.py /usr/lib/python3.11/site-packages/pylsp/lsp.py /usr/lib/python3.11/site-packages/pylsp/plugins /usr/lib/python3.11/site-packages/pylsp/plugins/__init__.py /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__ /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/_resolvers.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/_resolvers.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/_rope_task_handle.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/_rope_task_handle.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/autopep8_format.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/autopep8_format.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/definition.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/definition.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/flake8_lint.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/flake8_lint.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/folding.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/folding.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/highlight.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/highlight.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/hover.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/hover.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/jedi_completion.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/jedi_completion.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/jedi_rename.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/jedi_rename.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/mccabe_lint.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/mccabe_lint.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/preload_imports.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/preload_imports.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/pycodestyle_lint.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/pycodestyle_lint.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/pydocstyle_lint.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/pydocstyle_lint.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/pyflakes_lint.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/pyflakes_lint.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/pylint_lint.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/pylint_lint.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/references.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/references.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/rope_autoimport.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/rope_autoimport.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/rope_completion.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/rope_completion.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/signature.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/signature.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/symbols.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/symbols.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/yapf_format.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/__pycache__/yapf_format.cpython-311.pyc /usr/lib/python3.11/site-packages/pylsp/plugins/_resolvers.py /usr/lib/python3.11/site-packages/pylsp/plugins/_rope_task_handle.py /usr/lib/python3.11/site-packages/pylsp/plugins/autopep8_format.py /usr/lib/python3.11/site-packages/pylsp/plugins/definition.py /usr/lib/python3.11/site-packages/pylsp/plugins/flake8_lint.py /usr/lib/python3.11/site-packages/pylsp/plugins/folding.py /usr/lib/python3.11/site-packages/pylsp/plugins/highlight.py /usr/lib/python3.11/site-packages/pylsp/plugins/hover.py /usr/lib/python3.11/site-packages/pylsp/plugins/jedi_completion.py /usr/lib/python3.11/site-packages/pylsp/plugins/jedi_rename.py /usr/lib/python3.11/site-packages/pylsp/plugins/mccabe_lint.py /usr/lib/python3.11/site-packages/pylsp/plugins/preload_imports.py /usr/lib/python3.11/site-packages/pylsp/plugins/pycodestyle_lint.py /usr/lib/python3.11/site-packages/pylsp/plugins/pydocstyle_lint.py /usr/lib/python3.11/site-packages/pylsp/plugins/pyflakes_lint.py /usr/lib/python3.11/site-packages/pylsp/plugins/pylint_lint.py /usr/lib/python3.11/site-packages/pylsp/plugins/references.py /usr/lib/python3.11/site-packages/pylsp/plugins/rope_autoimport.py /usr/lib/python3.11/site-packages/pylsp/plugins/rope_completion.py /usr/lib/python3.11/site-packages/pylsp/plugins/signature.py /usr/lib/python3.11/site-packages/pylsp/plugins/symbols.py /usr/lib/python3.11/site-packages/pylsp/plugins/yapf_format.py /usr/lib/python3.11/site-packages/pylsp/python_lsp.py /usr/lib/python3.11/site-packages/pylsp/text_edit.py /usr/lib/python3.11/site-packages/pylsp/uris.py /usr/lib/python3.11/site-packages/pylsp/workspace.py /usr/lib/python3.11/site-packages/python_lsp_server-1.12.0.dist-info /usr/lib/python3.11/site-packages/python_lsp_server-1.12.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/python_lsp_server-1.12.0.dist-info/LICENSE /usr/lib/python3.11/site-packages/python_lsp_server-1.12.0.dist-info/METADATA /usr/lib/python3.11/site-packages/python_lsp_server-1.12.0.dist-info/RECORD /usr/lib/python3.11/site-packages/python_lsp_server-1.12.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/python_lsp_server-1.12.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/python_lsp_server-1.12.0.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/python_lsp_server-1.12.0.dist-info/top_level.txt /usr/share/doc/packages/python311-python-lsp-server /usr/share/doc/packages/python311-python-lsp-server/README.md /usr/share/licenses/python311-python-lsp-server /usr/share/licenses/python311-python-lsp-server/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 7 00:41:23 2024