python3-lsp-server: update to 1.9.0.

This commit is contained in:
mtvrs 2023-12-07 15:41:16 +01:00 committed by Duncan Overbruck
parent eafdc1d8f8
commit 4ef41265da

View file

@ -1,7 +1,7 @@
# Template file for 'python3-lsp-server' # Template file for 'python3-lsp-server'
pkgname=python3-lsp-server pkgname=python3-lsp-server
version=1.8.0 version=1.9.0
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel" hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
depends="python3-jedi python3-pluggy python3-lsp-jsonrpc python3-ultrajson 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" homepage="https://github.com/python-lsp/python-lsp-server"
changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-server/develop/CHANGELOG.md" 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" distfiles="${PYPI_SITE}/p/python-lsp-server/python-lsp-server-${version}.tar.gz"
checksum=807b0347cf83f02cbd9113a68624ac5dbf8b01854a3b11dd03c3bbbdff4e5d89 checksum=dc0c8298f0222fd66a52aa3170f3a5c8fe3021007a02098bb72f7fd8df353d13
do_check() { do_check() {
python3 -m pytest \ python3 -m pytest \