Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (27m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 09:43:52 UTC Now

2023-11-07 09:33:54 UTC MAIN commitmail json YAML

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

(wiz)