pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py-lsp-server



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul  5 20:58:05 UTC 2023

Modified Files:
        pkgsrc/lang/py-lsp-server: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/py-lsp-server/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py-lsp-server/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-lsp-server/Makefile
diff -u pkgsrc/lang/py-lsp-server/Makefile:1.9 pkgsrc/lang/py-lsp-server/Makefile:1.10
--- pkgsrc/lang/py-lsp-server/Makefile:1.9      Sat Jul  1 08:37:37 2023
+++ pkgsrc/lang/py-lsp-server/Makefile  Wed Jul  5 20:58:04 2023
@@ -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/}

Index: pkgsrc/lang/py-lsp-server/distinfo
diff -u pkgsrc/lang/py-lsp-server/distinfo:1.4 pkgsrc/lang/py-lsp-server/distinfo:1.5
--- pkgsrc/lang/py-lsp-server/distinfo:1.4      Sun May 21 18:25:14 2023
+++ pkgsrc/lang/py-lsp-server/distinfo  Wed Jul  5 20:58:04 2023
@@ -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



Home | Main Index | Thread Index | Old Index