diff --git a/aiofiles-23.2.1.tar.gz b/aiofiles-23.2.1.tar.gz deleted file mode 100644 index 1c17412bec3a28bf1e000a97ebf5f653ec76204e..0000000000000000000000000000000000000000 Binary files a/aiofiles-23.2.1.tar.gz and /dev/null differ diff --git a/aiofiles-24.1.0.tar.gz b/aiofiles-24.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f63cad0406ffb6351f2780d60a293be17fab2c6c Binary files /dev/null and b/aiofiles-24.1.0.tar.gz differ diff --git a/python-aiofiles.spec b/python-aiofiles.spec index a3eefc72dd408ef9d6ab8276ff52a49276058045..7c46325ad5f6fc88342cf5c8331b057e97e9c1f7 100644 --- a/python-aiofiles.spec +++ b/python-aiofiles.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aiofiles -Version: 23.2.1 +Version: 24.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/af/41/cfed10bc64d774f497a86e5ede9248e1d062db675504b41c320954d99641/aiofiles-23.2.1.tar.gz +Source0: https://files.pythonhosted.org/packages/0b/03/a88171e277e8caa88a4c77808c20ebb04ba74cc4681bf1e9416c862de237/aiofiles-24.1.0.tar.gz BuildArch: noarch @@ -54,6 +54,11 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* 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 +- Add aiofiles.os.path.abspath and aiofiles.os.getcwd. + * Mon Nov 06 2023 jiangxinyu - 23.2.1-1 - Update package to version 23.2.1