From ff1ac7f74531e03690d499db47c8df44529e639c18be1a037c796d4ced67a6a4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 1 Dec 2023 08:17:16 +0000 Subject: [PATCH] - 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 --- pygls-1.1.2.tar.gz | 3 --- pygls-1.2.1.tar.gz | 3 +++ python-pygls.changes | 11 +++++++++++ python-pygls.spec | 5 +---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 pygls-1.1.2.tar.gz create mode 100644 pygls-1.2.1.tar.gz diff --git a/pygls-1.1.2.tar.gz b/pygls-1.1.2.tar.gz deleted file mode 100644 index 03ddb8c..0000000 --- a/pygls-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53d06205e71049c96abc89e2ff43f0493690bd48585f817980510d2ee3208df9 -size 199370 diff --git a/pygls-1.2.1.tar.gz b/pygls-1.2.1.tar.gz new file mode 100644 index 0000000..b1b7781 --- /dev/null +++ b/pygls-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d93dbc7cc33591c5490fce9aac68f7a83979fa26e2e0f578046c32b0389eab +size 200280 diff --git a/python-pygls.changes b/python-pygls.changes index 6b7d36f..86e6782 100644 --- a/python-pygls.changes +++ b/python-pygls.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Dec 1 08:07:26 UTC 2023 - Matej Cepl + +- 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 diff --git a/python-pygls.spec b/python-pygls.spec index e1e541b..e501f3a 100644 --- a/python-pygls.spec +++ b/python-pygls.spec @@ -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