diff --git a/aiomysql-0.0.20.tar.gz b/aiomysql-0.0.20.tar.gz deleted file mode 100644 index 1901b1c..0000000 Binary files a/aiomysql-0.0.20.tar.gz and /dev/null differ diff --git a/aiomysql-0.0.21.tar.gz b/aiomysql-0.0.21.tar.gz new file mode 100644 index 0000000..b1438ad Binary files /dev/null and b/aiomysql-0.0.21.tar.gz differ diff --git a/python-aiomysql.spec b/python-aiomysql.spec index 382ba61..136997a 100644 --- a/python-aiomysql.spec +++ b/python-aiomysql.spec @@ -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 - 0.0.21-1 +- Update package to 0.0.21 + * Mon Jul 06 2020 Python_Bot - Package Spec generated