14
0
forked from pool/python-pygls

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygls?expand=0&rev=6
This commit is contained in:
2023-12-01 08:17:16 +00:00
committed by Git OBS Bridge
parent 73dba556b5
commit ff1ac7f745
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>