14
0

Accepting request 685079 from home:jengelh:branches:devel:languages:python

- Reduce marketing wording in the description.

OBS-URL: https://build.opensuse.org/request/show/685079
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-geventhttpclient?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-03-14 18:45:51 +00:00
committed by Git OBS Bridge
parent 32152c7dbd
commit b1553fff10
2 changed files with 12 additions and 8 deletions

View File

@@ -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}