14
0

Compare commits

2 Commits

Author SHA256 Message Date
0e4c803ffd Accepting request 1307577 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1307577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lsprotocol?expand=0&rev=4
2025-09-29 14:32:43 +00:00
81ec83f604 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lsprotocol?expand=0&rev=7
2025-09-21 14:42:15 +00:00
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d
size 69434

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e879da2b9301e82cfc3e60d805630487ac2f7ab17492f4f5ba5aaba94fe56c29
size 74896

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-lsprotocol
Version: 2023.0.1
Version: 2025.0.0
Release: 0
Summary: Python implementation of the Language Server Protocol
License: MIT