Update package to 0.0.21
This commit is contained in:
parent
1352696e32
commit
ad12cc7ce5
Binary file not shown.
BIN
aiomysql-0.0.21.tar.gz
Normal file
BIN
aiomysql-0.0.21.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-aiomysql
|
Name: python-aiomysql
|
||||||
Version: 0.0.20
|
Version: 0.0.21
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: MySQL driver for asyncio.
|
Summary: MySQL driver for asyncio.
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/aio-libs/aiomysql
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-PyMySQL
|
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.
|
preserve same api, look and feel.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n aiomysql-0.0.20
|
%autosetup -n aiomysql-0.0.21
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -78,5 +78,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user