From 6df2215e58844cdc9365897de360f97746ec3f2b Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 11:24:28 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 1.0.0-2mamba;Fri Apr 07 2023] --- python-lsp-jsonrpc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-lsp-jsonrpc.spec b/python-lsp-jsonrpc.spec index ccf1974..dff4f68 100644 --- a/python-lsp-jsonrpc.spec +++ b/python-lsp-jsonrpc.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-lsp-jsonrpc Version: 1.0.0 -Release: 1mamba +Release: 2mamba Summary: JSON RPC 2.0 server library Group: System/Libraries Vendor: openmamba @@ -46,5 +46,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Fri Apr 07 2023 Sdk Build System 1.0.0-2mamba +- rebuilt with python 3.10 + * Sun Feb 13 2022 Silvan Calarco 1.0.0-1mamba - package created using the webbuild interface