14
0

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

- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/521563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=37
This commit is contained in:
Thomas Bechtold
2017-09-06 07:26:00 +00:00
committed by Git OBS Bridge
parent 1d253b8902
commit e1424cc6ff
2 changed files with 13 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 5 21:50:25 UTC 2017 - jengelh@inai.de
- Ensure neutrality of description.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 5 09:30:33 UTC 2017 - jmatejek@suse.com Tue Sep 5 09:30:33 UTC 2017 - jmatejek@suse.com

View File

@@ -20,7 +20,7 @@
Name: python-eventlet Name: python-eventlet
Version: 0.20.1 Version: 0.20.1
Release: 0 Release: 0
Summary: Highly concurrent networking library Summary: Concurrent networking library for Python
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://eventlet.net Url: http://eventlet.net
@@ -39,23 +39,23 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
Eventlet is a concurrent networking library for Python that allows you to Eventlet is a concurrent networking library for Python that allows
change how you run your code, not how you write it. changing how code is run.
It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines It uses epoll or libevent for scalable non-blocking I/O. Coroutines
ensure that the developer uses a blocking style of programming that is similar ensure that the developer uses a blocking style of programming that is similar
to threading, but provide the benefits of non-blocking I/O. The event dispatch to threading, but provide the benefits of non-blocking I/O. The event dispatch
is implicit, which means you can easily use Eventlet from the Python is implicit, which means Eventlet can be used from the Python
interpreter, or as a small part of a larger application. interpreter, or as part of a larger application.
%package doc %package doc
Summary: Highly concurrent networking library - Documentation Summary: Documentation for the Eventlet concurrent networking library
Group: Development/Libraries/Python Group: Development/Libraries/Python
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description doc %description doc
Documentation for Eventlet, which is a concurrent networking library Documentation for Eventlet, which is a concurrent networking library
for Python that allows you to change how you run your code, not how you write it. for Python that allows changing how code is run.
%prep %prep
%setup -q -n eventlet-%{version} %setup -q -n eventlet-%{version}