15
0

Accepting request 609881 from devel:languages:python:misc

JSON-RPC transport implementation

OBS-URL: https://build.opensuse.org/request/show/609881
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json-rpc?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-16 17:36:46 +00:00
committed by Git OBS Bridge
commit d7fadaffbb
6 changed files with 133 additions and 0 deletions

18
python-json-rpc.changes Normal file
View File

@@ -0,0 +1,18 @@
-------------------------------------------------------------------
Wed May 16 15:56:38 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.11.0
* custom exception functionality
* Add handle_request to manager to handle correct request.
* Add django backend.
* ADD: support for types in methods
* Remove redundant json parsing
* Add request instance to a reponse object
* Fix Flask integration
- Implement single-spec version
-------------------------------------------------------------------
Thu Jun 4 00:00:00 UTC 2009 - cfarrell1980@gmail.com
- Initial import