./textproc/py-lsp-jsonrpc, Asynchronous JSON RPC server for Python (fork of python-jsonrpc-server)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.2, Package name: py311-lsp-jsonrpc-1.1.2, Maintainer: pkgsrc-users

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.


Required to run:
[textproc/py-ujson] [lang/python310]

Master sites:

Filesize: 14.939 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-07 10:33:54 by Thomas Klausner | Files touched by this commit (3) | Package updated
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.