forked from pool/python-lsprotocol
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0e4c803ffd | |||
| 81ec83f604 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d
|
|
||||||
size 69434
|
|
||||||
3
lsprotocol-2025.0.0.tar.gz
Normal file
3
lsprotocol-2025.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e879da2b9301e82cfc3e60d805630487ac2f7ab17492f4f5ba5aaba94fe56c29
|
||||||
|
size 74896
|
||||||
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 21 14:40:37 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2025.0.0:
|
||||||
|
* Update to latest LSP spec with type name changes
|
||||||
|
* Adds type alias for result types
|
||||||
|
* Dotnet change uint to long
|
||||||
|
* Update LSP to latest spec
|
||||||
|
* Update to latest LSP spec with type name changes
|
||||||
|
* [all][breaking] Use stable name generation from LSP spec model by @karthiknadig in #368
|
||||||
|
* [all] Add TextDocumentContent support
|
||||||
|
* [python] Adds type alias for result types
|
||||||
|
* [python] Make the method fields of requests, responses and
|
||||||
|
notifications literals
|
||||||
|
* [python] Add customization to CompletionItemKind
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 20 19:23:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Jan 20 19:23:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-lsprotocol
|
# spec file for package python-lsprotocol
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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.1
|
Version: 2025.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of the Language Server Protocol
|
Summary: Python implementation of the Language Server Protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user