mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
f0a998aad6
commit
d18b5f63b9
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue