update python-aiomysql.spec.

update description
This commit is contained in:
晨东 2020-07-09 20:08:03 +08:00 committed by Gitee
parent bcf62e083f
commit 4c42427f18

View File

@ -16,9 +16,6 @@ Requires: python3-sqlalchemy
from the asyncio_ (PEP-3156/tulip) framework. It depends on and reuses most
parts of PyMySQL_ . *aiomysql* tries to be like awesome aiopg_ library and
preserve same api, look and feel.
Internally **aiomysql** is copy of PyMySQL, underlying io calls switched
to async, basically ``yield from`` and ``asyncio.coroutine`` added in
proper places)). `sqlalchemy` support ported from aiopg_.
%package -n python3-aiomysql
Summary: MySQL driver for asyncio.
@ -30,9 +27,6 @@ BuildRequires: python3-setuptools
from the asyncio_ (PEP-3156/tulip) framework. It depends on and reuses most
parts of PyMySQL_ . *aiomysql* tries to be like awesome aiopg_ library and
preserve same api, look and feel.
Internally **aiomysql** is copy of PyMySQL, underlying io calls switched
to async, basically ``yield from`` and ``asyncio.coroutine`` added in
proper places)). `sqlalchemy` support ported from aiopg_.
%package help
Summary: Development documents and examples for aiomysql
@ -42,9 +36,6 @@ Provides: python3-aiomysql-doc
from the asyncio_ (PEP-3156/tulip) framework. It depends on and reuses most
parts of PyMySQL_ . *aiomysql* tries to be like awesome aiopg_ library and
preserve same api, look and feel.
Internally **aiomysql** is copy of PyMySQL, underlying io calls switched
to async, basically ``yield from`` and ``asyncio.coroutine`` added in
proper places)). `sqlalchemy` support ported from aiopg_.
%prep
%autosetup -n aiomysql-0.0.20