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:           Sun May 21 18:25:14 UTC 2023

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

Log Message:
py-lsp-server: update to 1.7.3.

## Version 1.7.3 (2023/05/15)

### Issues Closed

* [Issue 369](https://github.com/python-lsp/python-lsp-server/issues/369) - Failed to load hook pylsp_lint: [Errno 2] No such file or directory: '' ([PR 
371](https://github.com/python-lsp/python-lsp-server/pull/371) by [@Ultimator14](https://github.com/Ultimator14))

In this release 1 issue was closed.

### Pull Requests Merged

* [PR 377](https://github.com/python-lsp/python-lsp-server/pull/377) - Update yapf requirement to 0.33+, by [@bnavigator](https://github.com/bnavigator)
* [PR 371](https://github.com/python-lsp/python-lsp-server/pull/371) - Fix empty cwd value for pylint, by [@Ultimator14](https://github.com/Ultimator14) 
([369](https://github.com/python-lsp/python-lsp-server/issues/369))
* [PR 364](https://github.com/python-lsp/python-lsp-server/pull/364) - Add Arch Linux installation command to Readme, by [@GNVageesh](https://github.com/GNVageesh)

In this release 3 pull requests were closed.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/py-lsp-server/Makefile
cvs rdiff -u -r1.3 -r1.4 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.7 pkgsrc/lang/py-lsp-server/Makefile:1.8
--- pkgsrc/lang/py-lsp-server/Makefile:1.7      Sat May  6 17:04:55 2023
+++ pkgsrc/lang/py-lsp-server/Makefile  Sun May 21 18:25:14 2023
@@ -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/}
@@ -46,8 +46,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-flaky-[0-9
 
 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

Index: pkgsrc/lang/py-lsp-server/distinfo
diff -u pkgsrc/lang/py-lsp-server/distinfo:1.3 pkgsrc/lang/py-lsp-server/distinfo:1.4
--- pkgsrc/lang/py-lsp-server/distinfo:1.3      Sat May  6 17:04:55 2023
+++ pkgsrc/lang/py-lsp-server/distinfo  Sun May 21 18:25:14 2023
@@ -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



Home | Main Index | Thread Index | Old Index