summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-python: Drop RDEPEND'ing on python3-typingKhem Raj2020-11-121-1/+0
| | | | | | | Its part of core python package now Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-jsonrpcserver: Upgrade 4.1.2 -> 4.1.3Leon Anavi2020-06-301-0/+24
Upgrade to release 4.1.3: - In the case of a method returning a non-serializable value, return a JSON-RPC error response. It was previously erroring server-side without responding to the client. - Fix for Python 3.8 - ensures the same exceptions will be raised in 3.8 and pre-3.8. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>