diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2023-10-09 19:14:57 +0200 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2023-10-09 19:14:57 +0200 |
commit | 18bc26a6cb7c6c9d9b0efc42da4268a3123822fb (patch) | |
tree | 824ec215ceb704255601b147d4b561b36f9db1db /textproc/py-python-lsp-server/Makefile | |
parent | graphics/rawtherapee: drop USE_GCC... (diff) |
textproc/py-python-lsp-server: Update to 1.8.2
- Fix notebook document selector prop not being a list in server capabilities
- Fix go-to-definition for Numpy methods
- Allow Jedi to perform multiple hops for 'go to definition'
- Fix an error with Flake8 when deleting lines
Changelog: https://github.com/python-lsp/python-lsp-server/releases/tag/v1.8.2
https://github.com/python-lsp/python-lsp-server/releases/tag/v1.8.1
Reported by: Repology
MFH: 2023Q4
Diffstat (limited to 'textproc/py-python-lsp-server/Makefile')
-rw-r--r-- | textproc/py-python-lsp-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-python-lsp-server/Makefile b/textproc/py-python-lsp-server/Makefile index a42c270d01a8..1cc699158a01 100644 --- a/textproc/py-python-lsp-server/Makefile +++ b/textproc/py-python-lsp-server/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-lsp-server -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -45,7 +45,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}yapf>0:textproc/py-yapf@${PY_FLAVOR} \ ${PYNUMPY} -# make test: 3 failed, 175 passed, 8 skipped, 11 warnings +# make test: 3 failed, 178 passed, 8 skipped, 13 warnings # test/plugins/test_flake8_lint.py:95,234,256: AssertionError USES= python USE_PYTHON= autoplist concurrent pep517 pytest |