Date: Wednesday, November 9, 2022 @ 07:44:28 Author: arojas Revision: 1346125
upgpkg: python-lsp-server 1.6.0-1: Update to 1.6.0 Modified: python-lsp-server/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-09 07:36:45 UTC (rev 1346124) +++ PKGBUILD 2022-11-09 07:44:28 UTC (rev 1346125) @@ -3,13 +3,13 @@ # Contributor: Platon Pronko <[email protected]> pkgname=python-lsp-server -pkgver=1.5.0 +pkgver=1.6.0 pkgrel=1 pkgdesc="Fork of the python-language-server project, maintained by the Spyder IDE team and the community" arch=(any) url="https://github.com/python-lsp/python-lsp-server" license=(MIT) -depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson python-setuptools python-websockets) +depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson python-setuptools python-websockets python-docstring-to-markdown) makedepends=(python-build python-installer python-setuptools-scm python-wheel) optdepends=( 'python-mccabe: complexity checking' @@ -42,7 +42,7 @@ python-pyqt5 ) source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('e5c094c19925022a27c4068f414b2bb653243f8fb0d768e39735289d7a89380d') +sha256sums=('d75cdff9027c4212e5b9e861e9a0219219c8e2c69508d9f24949951dabd0dc1b') prepare() { cd ${pkgname}-${pkgver}
