python3-lsp-server: update to 1.6.0

This commit is contained in:
Cameron Nemo 2022-11-08 12:02:37 -08:00 committed by Michal Vasilek
parent 95c984499c
commit b3639ec370
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'python3-lsp-server'
pkgname=python3-lsp-server
version=1.5.0
revision=2
version=1.6.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
depends="python3-jedi python3-pluggy python3-lsp-jsonrpc python3-ultrajson
python3-setuptools"
python3-setuptools python3-docstring-to-markdown"
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
@ -15,8 +15,8 @@ maintainer="Cameron Nemo <cam@nohom.org>"
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=e5c094c19925022a27c4068f414b2bb653243f8fb0d768e39735289d7a89380d
distfiles="${PYPI_SITE}/p/python-lsp-server/python-lsp-server-${version}.tar.gz"
checksum=d75cdff9027c4212e5b9e861e9a0219219c8e2c69508d9f24949951dabd0dc1b
do_check() {
python3 -m pytest \