Subject: CVS commit: pkgsrc/lang/py-pygls
From: Adam Ciarcinski
Date: 2020-12-04 17:46:59
Message id: 20201204164659.82E3FFA9D@cvs.NetBSD.org

Log Message:
py-pygls: updated to 0.9.1

0.9.1

Added
- Functions to convert positions from and to utf-16 code units
- Type definitions for `ClientInfo` and `HoverParams`

Changed
- Exit server normally when `ctrl+c` is pressed in command shell.
- Mark deprecated `rangeLength` optional in `TextDocumentContentChangeEvent`
- Optimize json-rpc message serialization
- Fix `__init__()` constructors in several interface types
- Fix valueSet type in `SymbolKindAbstract`

Fixed
- `coroutine` deprecation warning - use async def instead

Files:
RevisionActionfile
1.2modifypkgsrc/lang/py-pygls/Makefile
1.3modifypkgsrc/lang/py-pygls/PLIST
1.2modifypkgsrc/lang/py-pygls/distinfo
1.2modifypkgsrc/lang/py-pygls/patches/patch-setup.py