From 03927ff24955d626c9cc7dcdb1c34e30db1a7a21 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Fri, 22 Sep 2023 12:35:23 +0530 Subject: [PATCH] python3-lsp-server: update to 1.8.0. --- srcpkgs/python3-lsp-server/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template index ab08051443a..77183db695e 100644 --- a/srcpkgs/python3-lsp-server/template +++ b/srcpkgs/python3-lsp-server/template @@ -1,6 +1,6 @@ # Template file for 'python3-lsp-server' pkgname=python3-lsp-server -version=1.7.4 +version=1.8.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel" @@ -16,7 +16,7 @@ license="MIT" homepage="https://github.com/python-lsp/python-lsp-server" changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-server/develop/CHANGELOG.md" distfiles="${PYPI_SITE}/p/python-lsp-server/python-lsp-server-${version}.tar.gz" -checksum=c84254485a4d9431b24ecefd59741d21c00165611bcf6037bd7d54d0ed06a197 +checksum=807b0347cf83f02cbd9113a68624ac5dbf8b01854a3b11dd03c3bbbdff4e5d89 do_check() { python3 -m pytest \