python3-lsp-jsonrpc: update to 1.1.1.

This commit is contained in:
Kartik Singh 2023-09-22 12:55:37 +05:30 committed by classabbyamp
parent 31c6e1a9a4
commit 6f588ad06d

View file

@ -1,9 +1,9 @@
# Template file for 'python3-lsp-jsonrpc' # Template file for 'python3-lsp-jsonrpc'
pkgname=python3-lsp-jsonrpc pkgname=python3-lsp-jsonrpc
version=1.0.0 version=1.1.1
revision=3 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-ultrajson" depends="python3-ultrajson"
checkdepends="python3-pytest python3-pytest-cov" checkdepends="python3-pytest python3-pytest-cov"
short_desc="Python server implementation of the JSON RPC 2.0 protocol" short_desc="Python server implementation of the JSON RPC 2.0 protocol"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/python-lsp/python-lsp-jsonrpc" homepage="https://github.com/python-lsp/python-lsp-jsonrpc"
changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-jsonrpc/develop/CHANGELOG.md" changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-jsonrpc/develop/CHANGELOG.md"
distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz" distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz"
checksum=7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd checksum=05cc914aa5ee2e7f52eb762014ba4996a8cc52459bfddb81fb96c56ace927908
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE