From 16dd1fff68300020f02260c5760e1d2d063cecab Mon Sep 17 00:00:00 2001 From: sirkhancision Date: Thu, 1 Jun 2023 01:51:40 -0300 Subject: [PATCH] python3-lsp-server: update to 1.7.3. --- srcpkgs/python3-lsp-server/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template index d3624735f4db..e1f6d28beaed 100644 --- a/srcpkgs/python3-lsp-server/template +++ b/srcpkgs/python3-lsp-server/template @@ -1,7 +1,7 @@ # Template file for 'python3-lsp-server' pkgname=python3-lsp-server -version=1.7.2 -revision=2 +version=1.7.3 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel" depends="python3-jedi python3-pluggy python3-lsp-jsonrpc python3-ultrajson @@ -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=b2433467d0fcb8fd45828463ff1cc805837c08731fcea5d7d953d9be776881e1 +checksum=a31b0525be6ec831c7d2b476b744e5aa5074633e1d1b77ee97f332cde15983ea do_check() { python3 -m pytest \