diff --git a/aiofiles-24.1.0.tar.gz b/aiofiles-24.1.0.tar.gz deleted file mode 100644 index f63cad0406ffb6351f2780d60a293be17fab2c6c..0000000000000000000000000000000000000000 Binary files a/aiofiles-24.1.0.tar.gz and /dev/null differ diff --git a/aiofiles-25.1.0.tar.gz b/aiofiles-25.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0cb1fb73df254cd00fbeb2382e486fe0dbed6694 Binary files /dev/null and b/aiofiles-25.1.0.tar.gz differ diff --git a/python-aiofiles.spec b/python-aiofiles.spec index 7c46325ad5f6fc88342cf5c8331b057e97e9c1f7..82ecc5471a16245b65a149e5218be8e882311bbd 100644 --- a/python-aiofiles.spec +++ b/python-aiofiles.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aiofiles -Version: 24.1.0 +Version: 25.1.0 Release: 1 Summary: File support for asyncio. License: Apache-2.0 URL: https://github.com/Tinche/aiofiles -Source0: https://files.pythonhosted.org/packages/0b/03/a88171e277e8caa88a4c77808c20ebb04ba74cc4681bf1e9416c862de237/aiofiles-24.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/a/aiofiles/aiofiles-%{version}.tar.gz BuildArch: noarch @@ -54,6 +54,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Dec 02 2025 zhangzeyang0718 - 25.1.0-1 +- Update to 25.1.0 + * Mon Jul 29 2024 guochao - 24.1.0-1 - Update package to version 24.1.0 - Import os.link conditionally to fix importing on android