diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2025-02-08 17:41:52 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2025-02-08 18:01:28 +0000 |
commit | 7d6568bc271b75567b98f94b80e2b010a83279c5 (patch) | |
tree | 98b9af202f733964cecd5b13c5d22818316a581d | |
parent | f2ed52be87703694dffb11173c34a01990683671 (diff) |
textproc/py-python-lsp-server: Update to 1.12.2
Minor bugfix release:
- Fixes compatibility with Python 3.13 in the test suite
- Handles correctly a null value for ropeFolder in the Rope config
- Fixes putting extra_paths in front of sys.path
Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1122-20250207
https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1121-20250206
Reported by: portscout, Repology
MFH: 2025Q1
(cherry picked from commit d18b5f63b905ce2d7659ed9615ce732a59a73759)
-rw-r--r-- | textproc/py-python-lsp-server/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-python-lsp-server/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/py-python-lsp-server/Makefile b/textproc/py-python-lsp-server/Makefile index 090d1fce37b7..e0a571ce3be8 100644 --- a/textproc/py-python-lsp-server/Makefile +++ b/textproc/py-python-lsp-server/Makefile @@ -1,6 +1,5 @@ PORTNAME= python-lsp-server -PORTVERSION= 1.12.0 -PORTREVISION= 2 +PORTVERSION= 1.12.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -54,7 +53,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} # python_lsp_server-1.12.0/test/plugins/test_autoimport.py:l277ff # if math/openblas is built with option INTERFACE64=ON (nondefault)! # -# make test: 4 failed, 186 passed, 8 skipped, 10 warnings +# make test: 5 failed, 185 passed, 8 skipped, 10 warnings USES= python USE_PYTHON= autoplist concurrent pep517 pytest diff --git a/textproc/py-python-lsp-server/distinfo b/textproc/py-python-lsp-server/distinfo index a07944a71e3e..84087ed6a8b6 100644 --- a/textproc/py-python-lsp-server/distinfo +++ b/textproc/py-python-lsp-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724832263 -SHA256 (python_lsp_server-1.12.0.tar.gz) = b6a336f128da03bd9bac1e61c3acca6e84242b8b31055a1ccf49d83df9dc053b -SIZE (python_lsp_server-1.12.0.tar.gz) = 114328 +TIMESTAMP = 1739034752 +SHA256 (python_lsp_server-1.12.2.tar.gz) = fea039a36b3132774d0f803671184cf7dde0c688e7b924f23a6359a66094126d +SIZE (python_lsp_server-1.12.2.tar.gz) = 115054 |