update to 1.4.1 [release 1.4.1-1mamba;Fri Apr 01 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 11:24:39 +01:00
parent cd8a794019
commit f5af554e91

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-lsp-server Name: python-lsp-server
Version: 1.3.3 Version: 1.4.1
Release: 1mamba Release: 1mamba
Summary: A Python 3.6+ implementation of the Language Server Protocol Summary: A Python 3.6+ implementation of the Language Server Protocol
Group: System/Libraries Group: System/Libraries
@ -50,5 +50,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE %doc LICENSE
%changelog %changelog
* Fri Apr 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
- update to 1.4.1
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.3-1mamba * Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.3-1mamba
- package created using the webbuild interface - package created using the webbuild interface