forked from pool/python-lsprotocol
Accepting request 1140197 from devel:languages:python
- update to 2023.0.1: * Remove type ignore comments * Tighten `cattrs` dependency * Fix bug with `WorkspaceSymbol` structuring hook OBS-URL: https://build.opensuse.org/request/show/1140197 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lsprotocol?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c9d92e12a3f4ed9317d3068226592860aab5357d93cf5b2451dc244eee8f35f2
|
|
||||||
size 69399
|
|
||||||
3
lsprotocol-2023.0.1.tar.gz
Normal file
3
lsprotocol-2023.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d
|
||||||
|
size 69434
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 20 19:23:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2023.0.1:
|
||||||
|
* Remove type ignore comments
|
||||||
|
* Tighten `cattrs` dependency
|
||||||
|
* Fix bug with `WorkspaceSymbol` structuring hook
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 27 10:52:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed Dec 27 10:52:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-lsprotocol
|
# spec file for package python-lsprotocol
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-lsprotocol
|
Name: python-lsprotocol
|
||||||
Version: 2023.0.0
|
Version: 2023.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of the Language Server Protocol
|
Summary: Python implementation of the Language Server Protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -28,11 +28,11 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module attrs >= 21.3.0}
|
BuildRequires: %{python_module attrs >= 21.3.0}
|
||||||
BuildRequires: %{python_module cattrs}
|
BuildRequires: %{python_module cattrs >= 23.2.2}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-attrs >= 21.3.0
|
Requires: python-attrs >= 21.3.0
|
||||||
Requires: python-cattrs
|
Requires: python-cattrs >= 23.2.2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user