15
0

Accepting request 614835 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/614835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=2
This commit is contained in:
2018-06-08 21:17:44 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 6 20:49:37 UTC 2018 - jengelh@inai.de
- Ensure neutrality/accuracy of description.
-------------------------------------------------------------------
Wed May 2 19:43:26 UTC 2018 - dmueller@suse.com

View File

@@ -20,7 +20,7 @@
Name: python-tinyrpc
Version: 0.9.1
Release: 0
Summary: A small, modular, transport and protocol neutral RPC library
Summary: A modular transport and protocol neutral RPC library
License: MIT
Group: Development/Languages/Python
Url: http://github.com/mbr/tinyrpc
@@ -33,13 +33,14 @@ BuildArch: noarch
%python_subpackages
%description
As of this writing (in Jan 2013) there are a few jsonrpc_ libraries already out
there on PyPI_, most of them handling one specific use case (e.g. json via
WSGI, using Twisted, or TCP-sockets).
There are a number of jsonrpc libraries already out there on PyPI,
most of them handling one specific use case (e.g. JSON via WSGI,
using Twisted, or TCP sockets).
None of the libraries, however, made it easy to reuse the jsonrpc_-parsing bits
and substitute a different transport (i.e. going from json_ via TCP_ to an
implementation using WebSockets_ or 0mq_).
None of the libraries, however, made it easy for the author of
TinyRPC to reuse the jsonrpc-parsing bits and substitute a different
transport (i.e. going from json via TCP to an implementation using
WebSockets or ZeroMQ).
%prep
%setup -q -n tinyrpc-%{version}