From e1424cc6ff3968dff4e54c250ae1f1e5dbd4dc75d0852261da859d604359ec5c Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 6 Sep 2017 07:26:00 +0000 Subject: [PATCH] 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 --- python-eventlet.changes | 5 +++++ python-eventlet.spec | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/python-eventlet.changes b/python-eventlet.changes index 154cd90..5b3dea0 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -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 diff --git a/python-eventlet.spec b/python-eventlet.spec index ebc8785..62e7166 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -20,7 +20,7 @@ Name: python-eventlet Version: 0.20.1 Release: 0 -Summary: Highly concurrent networking library +Summary: Concurrent networking library for Python License: MIT Group: Development/Languages/Python Url: http://eventlet.net @@ -39,23 +39,23 @@ BuildArch: noarch %python_subpackages %description -Eventlet is a concurrent networking library for Python that allows you to -change how you run your code, not how you write it. +Eventlet is a concurrent networking library for Python that allows +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 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 -interpreter, or as a small part of a larger application. +is implicit, which means Eventlet can be used from the Python +interpreter, or as part of a larger application. %package doc -Summary: Highly concurrent networking library - Documentation +Summary: Documentation for the Eventlet concurrent networking library Group: Development/Libraries/Python Requires: %{name} = %{version} %description doc 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 %setup -q -n eventlet-%{version}