From 9735c2ba3bb5dbf45e27e08b1748217f2551aee7 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 6 Feb 2023 22:08:38 -0500 Subject: [PATCH] python3-lsp-server: update to 1.7.1 --- srcpkgs/python3-lsp-server/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template index 42f8b7703a33..a1ccc1e317bf 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.6.0 +version=1.7.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel" @@ -16,14 +16,15 @@ 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=d75cdff9027c4212e5b9e861e9a0219219c8e2c69508d9f24949951dabd0dc1b +checksum=67473bb301f35434b5fa8b21fc5ed5fac27dc8a8446ccec8bae456af52a0aef6 do_check() { python3 -m pytest \ --ignore=test/plugins/test_completion.py \ --ignore=test/plugins/test_pydocstyle_lint.py \ --ignore=test/plugins/test_rope_rename.py \ - --ignore=test/plugins/test_yapf_format.py + --ignore=test/plugins/test_yapf_format.py \ + --ignore=test/plugins/test_autoimport.py } post_install() {