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

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 14 16:44:36 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Reduce marketing wording in the description.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 14 15:17:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Thu Mar 14 15:17:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
@ -10,4 +15,3 @@ Thu Mar 14 15:17:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
Tue Sep 8 08:46:46 UTC 2015 - tbechtold@suse.com Tue Sep 8 08:46:46 UTC 2015 - tbechtold@suse.com
- Initial packaging (version 1.1.0) - Initial packaging (version 1.1.0)

View File

@ -41,15 +41,15 @@ Requires: python-six
%python_subpackages %python_subpackages
%description %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, geventhttpclient uses a HTTP parser, written in C, originating from
extracted and modified by Joyent. nginx, extracted and modified by Joyent.
geventhttpclient has been specifically designed for high concurrency, geventhttpclient has been designed for high concurrency and
streaming and support HTTP 1.1 persistent connections. More generally it is streaming, and supports HTTP/1.1 persistent connections. More
designed for efficiently pulling from REST APIs and streaming API's generally, it is designed for pulling from REST APIs and streaming
like Twitter's. APIs like Twitter's.
%prep %prep
%setup -q -n geventhttpclient-%{version} %setup -q -n geventhttpclient-%{version}