mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
textproc/py-python-lsp-server: Update to 1.10.1
- Autoimports: sqlite3.OperationalError: database is locked - Fixes progress reporting with the autoimport plugin - Improves an error message about missing websockets module Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1101-20240312 Reported by: Repology
This commit is contained in:
parent
4d1f478289
commit
ad14bfb8a8
@ -1,5 +1,5 @@
|
||||
PORTNAME= python-lsp-server
|
||||
PORTVERSION= 1.10.0
|
||||
PORTVERSION= 1.10.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -47,9 +47,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}yapf>0:textproc/py-yapf@${PY_FLAVOR} \
|
||||
${PYNUMPY}
|
||||
|
||||
# make test: 4 failed, 185 passed, 8 skipped, 13 warnings
|
||||
# test/plugins/test_pylint_lint.py:49: IndexError
|
||||
# test/plugins/test_pylint_lint.py:99,126,137: AssertionError
|
||||
# make test: 4 failed, 187 passed, 8 skipped, 14 warnings
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1706028860
|
||||
SHA256 (python-lsp-server-1.10.0.tar.gz) = 0c9a52dcc16cd0562404d529d50a03372db1ea6fb8dfcc3792b3265441c814f4
|
||||
SIZE (python-lsp-server-1.10.0.tar.gz) = 112917
|
||||
TIMESTAMP = 1710697530
|
||||
SHA256 (python-lsp-server-1.10.1.tar.gz) = ec4c5706af67a265a19173fe4beb3b0a2c1626fa33a15ea952c2f288798b8c0d
|
||||
SIZE (python-lsp-server-1.10.1.tar.gz) = 113136
|
||||
|
Loading…
Reference in New Issue
Block a user