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..b3dafa0a7c379d96bad7c43a982a25d53175c31f 100644 --- a/python-aiofiles.spec +++ b/python-aiofiles.spec @@ -1,11 +1,13 @@ %global _empty_manifest_terminate_build 0 +%global pypi_name aiofiles Name: python-aiofiles -Version: 24.1.0 -Release: 1 +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/41/c3/534eac40372d8ee36ef40df62ec129bee4fdb5ad9706e58a29be53b2c970/aiofiles-25.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch @@ -54,6 +56,12 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Oct 10 2025 Yu Peng - 25.1.0-1 +- Upgrade to 25.1.0 + * Switch to uv + add Python v3.14 support. + * Add ruff formatter and linter. + * Drop Python 3.8 support. If you require it, use version 24.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