14
0
forked from pool/python-uvloop

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
This commit is contained in:
Tomáš Chvátal
2018-10-14 10:22:15 +00:00
committed by Git OBS Bridge
parent bc67e95fc1
commit 33aa77de48
2 changed files with 8 additions and 3 deletions

View File

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