14
0
forked from pool/python-pygls

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygls?expand=0&rev=8
This commit is contained in:
2024-01-30 18:08:34 +00:00
committed by Git OBS Bridge
parent ff1ac7f745
commit 80be04842c
4 changed files with 16 additions and 6 deletions

View File

@@ -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}