diff --git a/pygls-1.2.1.tar.gz b/pygls-1.2.1.tar.gz deleted file mode 100644 index b1b7781..0000000 --- a/pygls-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66d93dbc7cc33591c5490fce9aac68f7a83979fa26e2e0f578046c32b0389eab -size 200280 diff --git a/pygls-1.3.0.tar.gz b/pygls-1.3.0.tar.gz new file mode 100644 index 0000000..432f5ab --- /dev/null +++ b/pygls-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48596f255a8c49b3a90c8ec1c476e1797d12695e3509b63274042f2be22c68fd +size 198853 diff --git a/python-pygls.changes b/python-pygls.changes index 86e6782..bd36600 100644 --- a/python-pygls.changes +++ b/python-pygls.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 30 18:07:50 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pygls.spec b/python-pygls.spec index e501f3a..c268bd6 100644 --- a/python-pygls.spec +++ b/python-pygls.spec @@ -1,7 +1,7 @@ # # spec file for package python-pygls # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,15 @@ # +%{?sle15_python_module_pythons} Name: python-pygls -Version: 1.2.1 +Version: 1.3.0 Release: 0 Summary: A pythonic generic language server License: Apache-2.0 URL: https://github.com/openlawlibrary/pygls Source: https://github.com/openlawlibrary/pygls/archive/refs/tags/v%{version}.tar.gz#/pygls-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module wheel}