From 33aa77de48fdc97c79cc383e0ac48b3bf7dc63d21f7eed197c046d143f97f7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 14 Oct 2018 10:22:15 +0000 Subject: [PATCH] Accepting request 641915 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/641915 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=3 --- python-uvloop.changes | 7 ++++++- python-uvloop.spec | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-uvloop.changes b/python-uvloop.changes index 7ec1039..4b97848 100644 --- a/python-uvloop.changes +++ b/python-uvloop.changes @@ -1,4 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 14 09:52:45 UTC 2018 - Jan Engelhardt + +- Ensure neutrality of description. + ------------------------------------------------------------------- Thu Oct 11 15:49:36 UTC 2018 - Ondřej Súkup -- initial package version 0.11.2 +- initial package version 0.11.2 diff --git a/python-uvloop.spec b/python-uvloop.spec index 2dc18ab..9220152 100644 --- a/python-uvloop.spec +++ b/python-uvloop.spec @@ -21,7 +21,7 @@ Name: python-uvloop Version: 0.11.2 Release: 0 -Summary: Fast implementation of asyncio event loop on top of libuv +Summary: An asyncio event loop on top of libuv License: MIT AND Apache-2.0 Group: Development/Languages/Python URL: http://github.com/MagicStack/uvloop @@ -38,7 +38,7 @@ BuildRequires: pkgconfig(libuv) %python_subpackages %description -uvloop is a fast, drop-in replacement of the built-in asyncio +uvloop is a drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood.