Skip to content

Commit

Permalink
py-lsp-server: update to 1.7.3.
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
wiz committed May 21, 2023
1 parent 4f86991 commit fd5fbb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions lang/py-lsp-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2023/05/06 17:04:55 wiz Exp $
# $NetBSD: Makefile,v 1.8 2023/05/21 18:25:14 wiz Exp $

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

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

USE_PKG_RESOURCES= yes

SUBST_CLASSES+= pylint
SUBST_FILES.pylint+= test/plugins/test_pylint_lint.py
SUBST_STAGE.pylint= pre-build
Expand Down
8 changes: 4 additions & 4 deletions lang/py-lsp-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2023/05/06 17:04:55 wiz Exp $
$NetBSD: distinfo,v 1.4 2023/05/21 18:25:14 wiz Exp $

BLAKE2s (python-lsp-server-1.7.2.tar.gz) = 3b4f78d41993b14baae4bcbc89e0e65ecfef5863f0a47e333c52cf53c9cf18dc
SHA512 (python-lsp-server-1.7.2.tar.gz) = aaa31a72391dbf0f6b40ca954cbd2377c4105371a54036d8cbab52ee0360a2400c453d47bbccbe3bea78e3189aa4006aeb7546bd99cad3a8f0bc352a0594e885
Size (python-lsp-server-1.7.2.tar.gz) = 97050 bytes
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

0 comments on commit fd5fbb6

Please sign in to comment.