update python-aiomysql.spec.
update description
This commit is contained in:
parent
bcf62e083f
commit
4c42427f18
@ -16,9 +16,6 @@ Requires: python3-sqlalchemy
|
|||||||
from the asyncio_ (PEP-3156/tulip) framework. It depends on and reuses most
|
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
|
parts of PyMySQL_ . *aiomysql* tries to be like awesome aiopg_ library and
|
||||||
preserve same api, look and feel.
|
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
|
%package -n python3-aiomysql
|
||||||
Summary: MySQL driver for asyncio.
|
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
|
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
|
parts of PyMySQL_ . *aiomysql* tries to be like awesome aiopg_ library and
|
||||||
preserve same api, look and feel.
|
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
|
%package help
|
||||||
Summary: Development documents and examples for aiomysql
|
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
|
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
|
parts of PyMySQL_ . *aiomysql* tries to be like awesome aiopg_ library and
|
||||||
preserve same api, look and feel.
|
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
|
%prep
|
||||||
%autosetup -n aiomysql-0.0.20
|
%autosetup -n aiomysql-0.0.20
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user