14
0

19 Commits

Author SHA256 Message Date
1d0c1a5fdb Accepting request 1295257 from devel:languages:python
- Update to 1.13.0
  * Format signatures in docstrings.
  * Add support for type definition.
  * Send websocket payload using a queue.
  * Fix getting symbols with inline comments that include the
    import word.
  * Drop support for Python 3.8 (forwarded request 1295256 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1295257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=42
2025-07-23 14:35:58 +00:00
97bbac82b8 - Update to 1.13.0
* Format signatures in docstrings.
  * Add support for type definition.
  * Send websocket payload using a queue.
  * Fix getting symbols with inline comments that include the
    import word.
  * Drop support for Python 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=79
2025-07-23 09:38:02 +00:00
0390bc17b0 Accepting request 1281204 from devel:languages:python
- Bump flake8 dependencies
- Remove PyQt5 test dependency and skip the one test using it (forwarded request 1281203 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1281204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=41
2025-05-30 12:38:35 +00:00
2abf218707 - Bump flake8 dependencies
- Remove PyQt5 test dependency and skip the one test using it

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=77
2025-05-29 19:08:32 +00:00
5c4f378a18 Accepting request 1273177 from devel:languages:python
- update to 1.12.2:
  * PR 608 - Fix putting `extra_paths` in front of `sys.path`

OBS-URL: https://build.opensuse.org/request/show/1273177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=40
2025-04-29 14:40:11 +00:00
f867b85623 - update to 1.12.2:
* PR 608 - Fix putting `extra_paths` in front of `sys.path`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=75
2025-04-28 14:35:42 +00:00
e4193bae85 Accepting request 1244499 from devel:languages:python
- Update to 1.12.1
  * Fixes compatibility with Python 3.13 in the test suite.
  * Handles correctly a null value for ropeFolder in the Rope
    configuration.
- Drop pylsp-issues-602-605.patch

OBS-URL: https://build.opensuse.org/request/show/1244499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=39
2025-02-09 19:08:05 +00:00
9ac4376355 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=73 2025-02-09 14:57:43 +00:00
3427d9fcfd - Update to 1.12.1
* Fixes compatibility with Python 3.13 in the test suite.
  * Handles correctly a null value for ropeFolder in the Rope
    configuration.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=72
2025-02-09 14:47:50 +00:00
693a096749 Accepting request 1233320 from devel:languages:python
- Add pylsp-issues-602-605.patch
  * Changed fuzzy jedi completion
    gh#python-lsp/python-lsp-server#602
  * Disable DEBUG logging for tests
    gh#python-lsp/python-lsp-server#605

OBS-URL: https://build.opensuse.org/request/show/1233320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=38
2024-12-26 11:24:27 +00:00
def90ee4a5 - Add pylsp-issues-602-605.patch
* Changed fuzzy jedi completion
    gh#python-lsp/python-lsp-server#602
  * Disable DEBUG logging for tests
    gh#python-lsp/python-lsp-server#605

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=70
2024-12-25 10:24:30 +00:00
f85c74a1d8 Accepting request 1225060 from devel:languages:python
- add unpin-autopep8.patch

OBS-URL: https://build.opensuse.org/request/show/1225060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=37
2024-11-19 21:23:19 +00:00
92b02ed8b8 - add unpin-autopep8.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=68
2024-11-19 10:52:20 +00:00
97e2b7946f Accepting request 1199483 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1199483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=36
2024-09-09 12:45:27 +00:00
a6373d6fc8 - Add [all] extra subpackage
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=66
2024-09-08 16:15:45 +00:00
b337e9997d Accepting request 1197468 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1197468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=35
2024-08-30 11:32:02 +00:00
4a94b3c7cf - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=64
2024-08-29 14:17:06 +00:00
ffccde08e8 Accepting request 1186838 from devel:languages:python
- Bump flake8 to 7.1 and it's pinning pycodestyle to 2.12.0 (forwarded request 1186837 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1186838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lsp-server?expand=0&rev=34
2024-07-11 18:33:23 +00:00
4dc539c50a - Bump flake8 to 7.1 and it's pinning pycodestyle to 2.12.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=62
2024-07-11 10:49:36 +00:00

Diff Content Not Available