diff --git a/python-tinyrpc.changes b/python-tinyrpc.changes index 5517e68..f638dc6 100644 --- a/python-tinyrpc.changes +++ b/python-tinyrpc.changes @@ -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 diff --git a/python-tinyrpc.spec b/python-tinyrpc.spec index 7bd9075..e29cd17 100644 --- a/python-tinyrpc.spec +++ b/python-tinyrpc.spec @@ -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}