mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-lsp-server: update to 1.11.0.
Closes: #50844 [via git-merge-pr]
This commit is contained in:
parent
cd45baa918
commit
6b7c80140a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-lsp-server'
|
# Template file for 'python3-lsp-server'
|
||||||
pkgname=python3-lsp-server
|
pkgname=python3-lsp-server
|
||||||
version=1.10.0
|
version=1.11.0
|
||||||
revision=1
|
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"
|
||||||
|
@ -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=0c9a52dcc16cd0562404d529d50a03372db1ea6fb8dfcc3792b3265441c814f4
|
checksum=89edd6fb3f7852e4bf5a3d1d95ea41484d1a28fa94b6e3cbff12b9db123b8e86
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 -m pytest \
|
python3 -m pytest \
|
||||||
|
|
Loading…
Add table
Reference in a new issue