Skip to content

Commit

Permalink
py-lsp-server: update to 1.7.4.
Browse files Browse the repository at this point in the history
## Version 1.7.4 (2023/06/29)

### Issues Closed

* [Issue 393](python-lsp/python-lsp-server#393) - Environment path doesn't expand user directory

In this release 1 issue was closed.

### Pull Requests Merged

* [PR 394](python-lsp/python-lsp-server#394) - Resolve homedir references in Jedi environment path, by [@odiroot](https://github.com/odiroot)
* [PR 381](python-lsp/python-lsp-server#381) - Report progress even when initialization fails, by [@syphar](https://github.com/syphar)
* [PR 380](python-lsp/python-lsp-server#380) - Fix pylint hang on file with many errors, by [@hetmankp](https://github.com/hetmankp)

In this release 3 pull requests were closed.
  • Loading branch information
0-wiz-0 committed Jul 5, 2023
1 parent db47d06 commit 09702e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lang/py-lsp-server/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
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.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

0 comments on commit 09702e3

Please sign in to comment.