From 4c42427f18fa4165e78b0faca26dab134ccc6cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=A8=E4=B8=9C?= Date: Thu, 9 Jul 2020 20:08:03 +0800 Subject: [PATCH] update python-aiomysql.spec. update description --- python-aiomysql.spec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/python-aiomysql.spec b/python-aiomysql.spec index 09d6511..382ba61 100644 --- a/python-aiomysql.spec +++ b/python-aiomysql.spec @@ -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