Path to this page:
./
textproc/py-lsp-jsonrpc,
Asynchronous JSON RPC server for Python (fork of python-jsonrpc-server)
Branch: CURRENT,
Version: 1.1.2,
Package name: py312-lsp-jsonrpc-1.1.2,
Maintainer: pkgsrc-usersA Python 3.6+ server implementation of the JSON RPC 2.0 protocol.
This library has been pulled out of the Python LSP Server project.
Required to run:[
textproc/py-ujson] [
lang/python310]
Master sites:
Filesize: 14.939 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-lsp-jsonrpc-1.1.2
- (2023-11-07) Updated to version: py311-lsp-jsonrpc-1.1.2
- (2023-02-09) Updated to version: py310-lsp-jsonrpc-1.0.0nb1
- (2022-01-05) Updated to version: py39-lsp-jsonrpc-1.0.0nb1
- (2021-11-05) Package added to pkgsrc.se, version py39-lsp-jsonrpc-1.0.0 (created)
CVS history: (Expand)
2023-11-07 10:33:54 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-lsp-jsonrpc: update to 1.1.2.
## Version 1.1.2 (2023/09/23)
### Pull Requests Merged
* Fix tests so they're compatible with both ujson and pure json library
----
## Version 1.1.1 (2023/09/09)
### Issues Closed
* No license included in package metadata
### Pull Requests Merged
* Remove redundant wheel dep from pyproject.toml
* Add license trove classifier
----
## Version 1.1.0 (2023/09/07)
## New features
* Allow method handlers to return json rpc errors
* Drop support for Python 3.7 and 3.6
### Issues Closed
* Drop support for Python 3.6
### Pull Requests Merged
* Drop support for Python 3.7
* Allow method handlers to return json rpc errors
* Make necessary changes to drop support for Python 3.6
* Drop Python 3.6 on CIs and start testing with Python 3.10
* Migrate metadata from `setup.cfg` to PEP 621-compliant `pyproject.toml`
* Use f-strings wherever possible
* Add license info to setup.py so it will show up in wheel installs.
* Move the package metadata from setup.py to setup.cfg
* Fix typos in readme
|
2022-05-01 11:45:42 by Thomas Klausner | Files touched by this commit (12) |
Log message:
*: fix usage of versioned_dependencies
Remove unused includes, fix dependencies where it's not included.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-11-05 12:16:38 by Thomas Klausner | Files touched by this commit (4) |
Log message:
textproc/py-lsp-jsonrpc: import py-lsp-jsonrpc-1.0.0
A Python 3.6+ server implementation of the JSON RPC 2.0 protocol.
This library has been pulled out of the Python LSP Server project.
|