2025-04-13 21:05:17 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-lsp-server: fix for setuptools>=78 |
2025-02-23 17:59:26 by Thomas Klausner | Files touched by this commit (79) |
Log message: *: py-sphinx 8.2 drops support for Python 3.10 |
2025-02-09 15:35:42 by Thomas Klausner | Files touched by this commit (2) | ![]() |
Log message: py-lsp-server: update to 1.12.2. ## Version 1.12.2 (2025/02/07) * Fix putting `extra_paths` in front of `sys.path` |
2025-02-07 08:04:24 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-lsp-server: updated to 1.12.1 Version 1.12.1 (2025/02/06) Issues Closed * `test_jedi_completion_with_fuzzy_enabled` fails with jedi 0.19.2 In this release 1 issue was closed. Pull Requests Merged * Fix formatting issues reported by the latest Ruff version * Fix test for Jedi 0.19.2 * Correctly handle null value for `ropeFolder` config |
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays |
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message: *: clean-up after python38 removal |
2024-09-03 14:49:10 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-lsp-server: updated to 1.12.0 Version 1.12.0 (2024/08/25) New features * 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 |
2024-08-10 08:47:34 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-lsp-server: not for Python 3.9 |