py-pygls: updated to 1.3.0

1.3.0

Bug Fixes

Add missing value to pygls.trace.server

CI

Don't let Pyodide test fail the whole build
Don't trigger CI on both push and pull_request

Features

Drop Python 3.7 support
Update dependencies to latest(ish)
Enable debugging of servers in the playground

Miscellaneous Tasks

Update CHANGELOG.md
Update CONTRIBUTORS.md
Cattrs is a direct dependency
Update pytest-asyncio
Add pytest-lsp and lsp-devtools to Implementations.md
Update lsprotocol to 2023.0.1
This commit is contained in:
adam 2024-02-06 21:45:58 +00:00
parent 569d10d921
commit c140842458
2 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2023/12/07 08:43:32 wiz Exp $
# $NetBSD: Makefile,v 1.17 2024/02/06 21:45:58 adam Exp $
DISTNAME= pygls-1.2.1
DISTNAME= pygls-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygls/}
@ -11,8 +11,9 @@ COMMENT= Pythonic generic implementation of the Language Server Protocol
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
DEPENDS+= ${PYPKGPREFIX}-lsprotocol>=2023.0.0b1:../../lang/py-lsprotocol
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0:../../devel/py-test-asyncio
DEPENDS+= ${PYPKGPREFIX}-cattrs>=23.1.2:../../devel/py-cattrs
DEPENDS+= ${PYPKGPREFIX}-lsprotocol>=2023.0.1:../../lang/py-lsprotocol
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.21.0:../../devel/py-test-asyncio
USE_LANGUAGES= # none

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2023/12/07 08:43:32 wiz Exp $
$NetBSD: distinfo,v 1.17 2024/02/06 21:45:58 adam Exp $
BLAKE2s (pygls-1.2.1.tar.gz) = 29c9ee1c00caffb9da900894c7f858a2b3b0bc08c7f6a66e21adad7bbd365e87
SHA512 (pygls-1.2.1.tar.gz) = 14da8ea642f6514fe95577476eb7d50b14c47c22be11050afe0ee3dea23bf98ccbadf5d99be5ecd7242b154d3c00f8a9398a2859ac9f9b33d71cb28166dd8bec
Size (pygls-1.2.1.tar.gz) = 45274 bytes
BLAKE2s (pygls-1.3.0.tar.gz) = b0362deebb2e8f8932f2b545f3c1cceef7c943c9949f41f5e741a924ce3212f6
SHA512 (pygls-1.3.0.tar.gz) = 9861e4c610b1bd3c48521094230c85ffb590c3924fcce1975eef6b1ae18cb80cb27a0c724fcd4cf74d58cb218f4748716dbd38788ba0b7f57572233024136b72
Size (pygls-1.3.0.tar.gz) = 45539 bytes