From 6bf9e1b1e227efcff5e5471344a139d47da607aa Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Mon, 5 Sep 2022 18:33:06 -0700 Subject: [PATCH] python3-lsp-server: update to 1.5.0 --- srcpkgs/python3-lsp-server/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template index cda7c928052..f7bdbdc0dd1 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.4.1 +version=1.5.0 revision=1 wrksrc="${pkgname/3}-${version}" build_style=python3-module @@ -10,19 +10,21 @@ depends="python3-jedi python3-pluggy python3-lsp-jsonrpc python3-ultrajson checkdepends="${depends} autopep8 python3-coverage python3-flaky python3-matplotlib python3-mccabe python3-mock python3-numpy python3-pandas python3-pycodestyle python3-PyQt5 python3-pyflakes python3-pylint python3-pytest python3-pytest-cov - python3-yapf flake8" + flake8" short_desc="Python implementation of the Language Server Protocol" -maintainer="Cameron Nemo " +maintainer="Cameron Nemo " 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/${pkgname/3}/${pkgname/3}-${version}.tar.gz" -checksum=be7f83298af9f0951a93972cafc9db04fd7cf5c05f20812515275f0ba70e342f +checksum=e5c094c19925022a27c4068f414b2bb653243f8fb0d768e39735289d7a89380d 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_rope_rename.py \ + --ignore=test/plugins/test_yapf_format.py } post_install() {