update to 1.12.0 [release 1.12.0-1mamba;Tue Sep 03 2024]

This commit is contained in:
Silvan Calarco 2024-09-05 16:31:01 +02:00
parent 32ae0b5706
commit 6e2c61e4f0

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.11.0 Version: 1.12.0
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
@ -8,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/python-lsp/python-lsp-server URL: https://github.com/python-lsp/python-lsp-server
Source: https://pypi.debian.net/python-lsp-server/python-lsp-server-%{version}.tar.gz Source: https://pypi.debian.net/python-lsp-server/python_lsp_server-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel BuildRequires: libpython311-devel
@ -37,7 +37,7 @@ Obsoletes: python-lsp-server-py310 <= 1.10.1-1mamba
%endif %endif
%prep %prep
%setup -q -n python-lsp-server-%{version} %setup -q -n python_lsp_server-%{version}
sed 's|autopep8>=1.6.0,<1.7.0|autopep8>=1.6.0|' -i pyproject.toml sed 's|autopep8>=1.6.0,<1.7.0|autopep8>=1.6.0|' -i pyproject.toml
sed 's|flake8>=5.0.0,<5.1.0|flake8>=5.0.0|' -i pyproject.toml sed 's|flake8>=5.0.0,<5.1.0|flake8>=5.0.0|' -i pyproject.toml
sed 's|mccabe>=0.7.0,<0.8.0|mccabe>=0.7.0|' -i pyproject.toml sed 's|mccabe>=0.7.0,<0.8.0|mccabe>=0.7.0|' -i pyproject.toml
@ -67,6 +67,9 @@ done
%doc LICENSE %doc LICENSE
%changelog %changelog
* Tue Sep 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba
- update to 1.12.0
* Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 1.11.0-1mamba * Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 1.11.0-1mamba
- automatic version update by autodist - automatic version update by autodist