diff --git a/python-geventhttpclient.changes b/python-geventhttpclient.changes index 97587b9..a749191 100644 --- a/python-geventhttpclient.changes +++ b/python-geventhttpclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 14 16:44:36 UTC 2019 - Jan Engelhardt + +- Reduce marketing wording in the description. + ------------------------------------------------------------------- Thu Mar 14 15:17:18 UTC 2019 - Tomáš Chvátal @@ -10,4 +15,3 @@ Thu Mar 14 15:17:18 UTC 2019 - Tomáš Chvátal Tue Sep 8 08:46:46 UTC 2015 - tbechtold@suse.com - Initial packaging (version 1.1.0) - diff --git a/python-geventhttpclient.spec b/python-geventhttpclient.spec index d2588de..374eaff 100644 --- a/python-geventhttpclient.spec +++ b/python-geventhttpclient.spec @@ -41,15 +41,15 @@ Requires: python-six %python_subpackages %description -A high performance, concurrent HTTP client library for python using gevent. +A concurrent HTTP client library for Python using gevent. -geventhttpclient use a fast http parser, written in C, originating from nginx, -extracted and modified by Joyent. +geventhttpclient uses a HTTP parser, written in C, originating from +nginx, extracted and modified by Joyent. -geventhttpclient has been specifically designed for high concurrency, -streaming and support HTTP 1.1 persistent connections. More generally it is -designed for efficiently pulling from REST APIs and streaming API's -like Twitter's. +geventhttpclient has been designed for high concurrency and +streaming, and supports HTTP/1.1 persistent connections. More +generally, it is designed for pulling from REST APIs and streaming +APIs like Twitter's. %prep %setup -q -n geventhttpclient-%{version}