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:           Mon Nov 13 11:15:06 UTC 2023

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

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

## Version 1.9.0 (2023/11/06)

### Issues Closed

* rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message
* Add code action for implementing auto-import
* Maybe use initializationOptions as additional source of settings

### Pull Requests Merged

* Revert "Rename `_utils` module to `utils`"
* Rename `_utils` module to `utils`
* Raise supported Pylint upper version
* Improve/simplify README Development section
* Add code completions to `rope_autoimport` plugin
* Pass argument `extendIgnore` to flake8
* Ignore notebook names on cell completion for autoimport
* Minor bug fix in Rope autoimport plugin
* Make workspace/didChangeConfig work with notebook documents
* Load `rope_autoimport` cache on `workspace/didChangeConfiguration`
* Support `initializationOptions` to configure the server
* Fix missing signatures for docstrings in Markdown


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/py-lsp-server/Makefile
cvs rdiff -u -r1.6 -r1.7 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.13 pkgsrc/lang/py-lsp-server/Makefile:1.14
--- pkgsrc/lang/py-lsp-server/Makefile:1.13     Tue Nov  7 10:36:23 2023
+++ pkgsrc/lang/py-lsp-server/Makefile  Mon Nov 13 11:15:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/11/07 10:36:23 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/11/13 11:15:06 wiz Exp $
 
-DISTNAME=      python-lsp-server-1.8.2
+DISTNAME=      python-lsp-server-1.9.0
 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.6 pkgsrc/lang/py-lsp-server/distinfo:1.7
--- pkgsrc/lang/py-lsp-server/distinfo:1.6      Tue Nov  7 10:36:23 2023
+++ pkgsrc/lang/py-lsp-server/distinfo  Mon Nov 13 11:15:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/11/07 10:36:23 wiz Exp $
+$NetBSD: distinfo,v 1.7 2023/11/13 11:15:06 wiz Exp $
 
-BLAKE2s (python-lsp-server-1.8.2.tar.gz) = 5efd46fc6eee90671af2536a8b499419897337940da99fa239216e14697b47de
-SHA512 (python-lsp-server-1.8.2.tar.gz) = 4cfed043c69a6a390b27299d1e8e53c9ad0184e72b98503e4b3314b7104841a4f3667988e62dcaa88c54b166a1f8549e5b56a70fa69a33068bda5dc49299d642
-Size (python-lsp-server-1.8.2.tar.gz) = 107104 bytes
+BLAKE2s (python-lsp-server-1.9.0.tar.gz) = b1435aba32abe6ced526aa52491bef726177cb52c652a963e8e31df276045efe
+SHA512 (python-lsp-server-1.9.0.tar.gz) = 052ee7b9cf042afc64df34592b4daa2fb4113d78fe538a72db0426618f13ce6a453173a343b62fefeefb47ffa5a026ae0e7d029d65a5a1b235f52dd4b44c6067
+Size (python-lsp-server-1.9.0.tar.gz) = 111176 bytes



Home | Main Index | Thread Index | Old Index