From 09702e374a44e72fda6a2029a0b6cee59b6aa23d Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 5 Jul 2023 20:58:04 +0000 Subject: [PATCH] py-lsp-server: update to 1.7.4. ## Version 1.7.4 (2023/06/29) ### Issues Closed * [Issue 393](https://github.com/python-lsp/python-lsp-server/issues/393) - Environment path doesn't expand user directory In this release 1 issue was closed. ### Pull Requests Merged * [PR 394](https://github.com/python-lsp/python-lsp-server/pull/394) - Resolve homedir references in Jedi environment path, by [@odiroot](https://github.com/odiroot) * [PR 381](https://github.com/python-lsp/python-lsp-server/pull/381) - Report progress even when initialization fails, by [@syphar](https://github.com/syphar) * [PR 380](https://github.com/python-lsp/python-lsp-server/pull/380) - Fix pylint hang on file with many errors, by [@hetmankp](https://github.com/hetmankp) In this release 3 pull requests were closed. --- lang/py-lsp-server/Makefile | 4 ++-- lang/py-lsp-server/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/py-lsp-server/Makefile b/lang/py-lsp-server/Makefile index 8f6925eddf33..e0b304453910 100644 --- a/lang/py-lsp-server/Makefile +++ b/lang/py-lsp-server/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2023/07/01 08:37:37 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2023/07/05 20:58:04 wiz Exp $ -DISTNAME= python-lsp-server-1.7.3 +DISTNAME= python-lsp-server-1.7.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-lsp-server/} diff --git a/lang/py-lsp-server/distinfo b/lang/py-lsp-server/distinfo index efbb3e8a0e8f..e024fde80798 100644 --- a/lang/py-lsp-server/distinfo +++ b/lang/py-lsp-server/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/05/21 18:25:14 wiz Exp $ +$NetBSD: distinfo,v 1.5 2023/07/05 20:58:04 wiz Exp $ -BLAKE2s (python-lsp-server-1.7.3.tar.gz) = 529fb009838b626d080e6198abec1dc7b3eadcf08d4a067cb5374f5645e5f124 -SHA512 (python-lsp-server-1.7.3.tar.gz) = b34b8ae4311f4c8af9379f6a5d94400f34e3221f9bc55a4d95f909a23d0098bab4bd27992792901cea67b01202720b3cc76f89138841b352a49191aa86603c02 -Size (python-lsp-server-1.7.3.tar.gz) = 97336 bytes +BLAKE2s (python-lsp-server-1.7.4.tar.gz) = ff4252149442ac295a8fefdfc869091ba8fa3f3db1c2533d6ce2384b0b1c2ee2 +SHA512 (python-lsp-server-1.7.4.tar.gz) = 7aa96de6e51548e2854b55690698fe6c7bda60103c11ad5982df611c65569cec1ab13691727c92ec47d9ac44c34f233f872211a41041ea0969223e10e87d7e08 +Size (python-lsp-server-1.7.4.tar.gz) = 97864 bytes