From 6e2c61e4f0c9df4c21c5671461ed43a2132d4297 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 5 Sep 2024 16:31:01 +0200 Subject: [PATCH] update to 1.12.0 [release 1.12.0-1mamba;Tue Sep 03 2024] --- python-lsp-server.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-lsp-server.spec b/python-lsp-server.spec index 7a895a8..ea6c22b 100644 --- a/python-lsp-server.spec +++ b/python-lsp-server.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-lsp-server -Version: 1.11.0 +Version: 1.12.0 Release: 1mamba Summary: A Python 3.6+ implementation of the Language Server Protocol Group: System/Libraries @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -37,7 +37,7 @@ Obsoletes: python-lsp-server-py310 <= 1.10.1-1mamba %endif %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|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 @@ -67,6 +67,9 @@ done %doc LICENSE %changelog +* Tue Sep 03 2024 Silvan Calarco 1.12.0-1mamba +- update to 1.12.0 + * Sun Mar 31 2024 Automatic Build System 1.11.0-1mamba - automatic version update by autodist