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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53d06205e71049c96abc89e2ff43f0493690bd48585f817980510d2ee3208df9
|
||||
size 199370
|
3
pygls-1.2.1.tar.gz
Normal file
3
pygls-1.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66d93dbc7cc33591c5490fce9aac68f7a83979fa26e2e0f578046c32b0389eab
|
||||
size 200280
|
@@ -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>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pygls
|
||||
Version: 1.1.2
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: A pythonic generic language server
|
||||
License: Apache-2.0
|
||||
@@ -33,11 +33,8 @@ BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module lsprotocol}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module typeguard}
|
||||
# Endif
|
||||
Requires: python-lsprotocol
|
||||
Requires: python-specfile
|
||||
Requires: python-typeguard
|
||||
Requires: python-websockets
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
Reference in New Issue
Block a user