diff --git a/aiofiles-0.5.0.tar.gz b/aiofiles-0.5.0.tar.gz deleted file mode 100644 index 492513d5123839930484678d32e6783e056a2959..0000000000000000000000000000000000000000 Binary files a/aiofiles-0.5.0.tar.gz and /dev/null differ diff --git a/aiofiles-0.7.0.tar.gz b/aiofiles-0.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b1f8af24aa172b5e7c87906fbbf34c31ef1ce633 Binary files /dev/null and b/aiofiles-0.7.0.tar.gz differ diff --git a/python-aiofiles.spec b/python-aiofiles.spec index b8f1a877f7a031dfa6828a8e2bdbf55d5a85874b..4fdacfbdb0aabca9167b72f996d845520547d671 100644 --- a/python-aiofiles.spec +++ b/python-aiofiles.spec @@ -1,15 +1,16 @@ %global _empty_manifest_terminate_build 0 Name: python-aiofiles -Version: 0.5.0 +Version: 0.7.0 Release: 1 Summary: File support for asyncio. License: Apache 2.0 URL: https://github.com/Tinche/aiofiles -Source0: https://files.pythonhosted.org/packages/2b/64/437053d6a4ba3b3eea1044131a25b458489320cb9609e19ac17261e4dc9b/aiofiles-0.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/06/f0/af90f3fb4066b0707b6a5af3ffd5fd9b3809bbb52f0153a3c7550e594de3/aiofiles-0.7.0.tar.gz BuildArch: noarch %description aiofiles is an Apache2 licensed library, written in Python, for handling local +disk files in asyncio applications. %package -n python3-aiofiles Summary: File support for asyncio. @@ -18,15 +19,17 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-aiofiles aiofiles is an Apache2 licensed library, written in Python, for handling local +disk files in asyncio applications. %package help Summary: Development documents and examples for aiofiles Provides: python3-aiofiles-doc %description help aiofiles is an Apache2 licensed library, written in Python, for handling local +disk files in asyncio applications. %prep -%autosetup -n aiofiles-0.5.0 +%autosetup -n aiofiles-0.7.0 %build %py3_build @@ -66,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 22 2021 Xu Jin - 0.7.0-1 +- Update package to 0.7.0 + * Mon Jul 06 2020 Python_Bot - Package Spec generated