diff --git a/aiofiles-0.8.0.tar.gz b/aiofiles-0.8.0.tar.gz deleted file mode 100644 index 7d5a6c277b8edf1f60919087ab143e83d0dc0506..0000000000000000000000000000000000000000 Binary files a/aiofiles-0.8.0.tar.gz and /dev/null differ diff --git a/aiofiles-22.1.0.tar.gz b/aiofiles-22.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b03ed0a964a9cece592a1005012aa7496b829668 Binary files /dev/null and b/aiofiles-22.1.0.tar.gz differ diff --git a/python-aiofiles.spec b/python-aiofiles.spec index e22baa0ade2eaef838859d93a355a9813c41abed..00c411ddfb584b98051807a4bcd0fa05462bae89 100644 --- a/python-aiofiles.spec +++ b/python-aiofiles.spec @@ -1,22 +1,24 @@ %global _empty_manifest_terminate_build 0 Name: python-aiofiles -Version: 0.8.0 +Version: 22.1.0 Release: 1 Summary: File support for asyncio. -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/Tinche/aiofiles -Source0: https://files.pythonhosted.org/packages/10/ca/c416cfacf6a47e1400dad56eab85aa86c92c6fbe58447d12035e434f0d5c/aiofiles-0.8.0.tar.gz +Source0: https://files.pythonhosted.org/packages/86/26/6e5060a159a6131c430e8a01ec8327405a19a449a506224b394e36f2ebc9/aiofiles-22.1.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. -Provides: python-aiofiles +Provides: python-aiofiles = %{version}-%{release} 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. @@ -24,6 +26,7 @@ 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. @@ -69,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 10 2022 wangjunqi - 22.1.0-1 +- Update package to version 22.1.0 + * Fri Sep 23 2022 Qiao Jijun - 0.8.0-1 - Update package to 0.8.0 @@ -77,3 +83,4 @@ mv %{buildroot}/doclist.lst . * Mon Jul 06 2020 Python_Bot - Package Spec generated +