Skip to content

Commit fd5fbb6

Browse files
committed
py-lsp-server: update to 1.7.3.
## Version 1.7.3 (2023/05/15) ### Issues Closed * [Issue 369](python-lsp/python-lsp-server#369) - Failed to load hook pylsp_lint: [Errno 2] No such file or directory: '' ([PR 371](python-lsp/python-lsp-server#371) by [@Ultimator14](https://github.com/Ultimator14)) In this release 1 issue was closed. ### Pull Requests Merged * [PR 377](python-lsp/python-lsp-server#377) - Update yapf requirement to 0.33+, by [@bnavigator](https://github.com/bnavigator) * [PR 371](python-lsp/python-lsp-server#371) - Fix empty cwd value for pylint, by [@Ultimator14](https://github.com/Ultimator14) ([369](python-lsp/python-lsp-server#369)) * [PR 364](python-lsp/python-lsp-server#364) - Add Arch Linux installation command to Readme, by [@GNVageesh](https://github.com/GNVageesh) In this release 3 pull requests were closed.
1 parent 4f86991 commit fd5fbb6

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

lang/py-lsp-server/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.7 2023/05/06 17:04:55 wiz Exp $
1+
# $NetBSD: Makefile,v 1.8 2023/05/21 18:25:14 wiz Exp $
22

3-
DISTNAME= python-lsp-server-1.7.2
3+
DISTNAME= python-lsp-server-1.7.3
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
55
CATEGORIES= lang python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-lsp-server/}
@@ -46,8 +46,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
4646

4747
PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-pylint, py-parso via py-jedi
4848

49-
USE_PKG_RESOURCES= yes
50-
5149
SUBST_CLASSES+= pylint
5250
SUBST_FILES.pylint+= test/plugins/test_pylint_lint.py
5351
SUBST_STAGE.pylint= pre-build

lang/py-lsp-server/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2023/05/06 17:04:55 wiz Exp $
1+
$NetBSD: distinfo,v 1.4 2023/05/21 18:25:14 wiz Exp $
22

3-
BLAKE2s (python-lsp-server-1.7.2.tar.gz) = 3b4f78d41993b14baae4bcbc89e0e65ecfef5863f0a47e333c52cf53c9cf18dc
4-
SHA512 (python-lsp-server-1.7.2.tar.gz) = aaa31a72391dbf0f6b40ca954cbd2377c4105371a54036d8cbab52ee0360a2400c453d47bbccbe3bea78e3189aa4006aeb7546bd99cad3a8f0bc352a0594e885
5-
Size (python-lsp-server-1.7.2.tar.gz) = 97050 bytes
3+
BLAKE2s (python-lsp-server-1.7.3.tar.gz) = 529fb009838b626d080e6198abec1dc7b3eadcf08d4a067cb5374f5645e5f124
4+
SHA512 (python-lsp-server-1.7.3.tar.gz) = b34b8ae4311f4c8af9379f6a5d94400f34e3221f9bc55a4d95f909a23d0098bab4bd27992792901cea67b01202720b3cc76f89138841b352a49191aa86603c02
5+
Size (python-lsp-server-1.7.3.tar.gz) = 97336 bytes

0 commit comments

Comments
 (0)