forked from pool/python-pygls
* Typo: Apache License missing dash: Affects PyPI License Declaration * Add systemd-language-server to implementations * Update Implementations.md with Chapel's language server OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygls?expand=0&rev=10
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Apr 6 07:45:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.3.1:
|
|
* Typo: Apache License missing dash: Affects PyPI License
|
|
Declaration
|
|
* Add systemd-language-server to implementations
|
|
* Update Implementations.md with Chapel's language server
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 30 18:07:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.3.0:
|
|
* feat: drop Python 3.7 support
|
|
* Add `pytest-lsp` and `lsp-devtools` to Implementations.md
|
|
* Add support for debugging servers in the VSCode Playground
|
|
* Update `lsprotocol` to 2023.0.1
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 1 08:07:26 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Update to 1.2.1:
|
|
- handle ResponseErrors correctly by @dimbleby in #416
|
|
- Update to 1.2.0:
|
|
- Remove dependency on typeguard by @karthiknadig in #411
|
|
- Simplify vscode-playground setup and fix Python discovery by
|
|
@alcarney in #374
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 6 13:04:42 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Initial attempt to package pygls 1.1.2.
|