!2 更新python-aiomysql至上游最新版0.0.21

From: @jinxu1992
Reviewed-by: @yangzhao_kl,@shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-07-22 06:36:23 +00:00 committed by Gitee
commit 8bf22065e5
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
aiomysql-0.0.21.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-aiomysql
Version: 0.0.20
Version: 0.0.21
Release: 1
Summary: MySQL driver for asyncio.
License: MIT
URL: https://github.com/aio-libs/aiomysql
Source0: https://files.pythonhosted.org/packages/2e/63/138adb668b0315e6a494b19791c5e635ea64ff2d65116183f2939e9a7abd/aiomysql-0.0.20.tar.gz
Source0: https://files.pythonhosted.org/packages/a9/7f/d5a409cc0bb8349d6475ee4ea42ac2a5664646fe8a85e81ce3d91f63c474/aiomysql-0.0.21.tar.gz
BuildArch: noarch
Requires: python3-PyMySQL
@ -38,7 +38,7 @@ parts of PyMySQL_ . *aiomysql* tries to be like awesome aiopg_ library and
preserve same api, look and feel.
%prep
%autosetup -n aiomysql-0.0.20
%autosetup -n aiomysql-0.0.21
%build
%py3_build
@ -78,5 +78,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jul 22 2021 Xu Jin <jinxu@kylinos.cn> - 0.0.21-1
- Update package to 0.0.21
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated