diff --git a/lsprotocol-2023.0.0.tar.gz b/lsprotocol-2023.0.0.tar.gz deleted file mode 100644 index 76d11fc..0000000 --- a/lsprotocol-2023.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9d92e12a3f4ed9317d3068226592860aab5357d93cf5b2451dc244eee8f35f2 -size 69399 diff --git a/lsprotocol-2023.0.1.tar.gz b/lsprotocol-2023.0.1.tar.gz new file mode 100644 index 0000000..d0d309a --- /dev/null +++ b/lsprotocol-2023.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d +size 69434 diff --git a/python-lsprotocol.changes b/python-lsprotocol.changes index cdd506c..1708a74 100644 --- a/python-lsprotocol.changes +++ b/python-lsprotocol.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 20 19:23:33 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-lsprotocol.spec b/python-lsprotocol.spec index 28f59bc..f0a61d1 100644 --- a/python-lsprotocol.spec +++ b/python-lsprotocol.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-lsprotocol -Version: 2023.0.0 +Version: 2023.0.1 Release: 0 Summary: Python implementation of the Language Server Protocol License: MIT @@ -28,11 +28,11 @@ BuildRequires: %{python_module pip} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module attrs >= 21.3.0} -BuildRequires: %{python_module cattrs} +BuildRequires: %{python_module cattrs >= 23.2.2} # /SECTION BuildRequires: fdupes Requires: python-attrs >= 21.3.0 -Requires: python-cattrs +Requires: python-cattrs >= 23.2.2 BuildArch: noarch %python_subpackages