diff --git a/anyio-4.11.0.tar.gz b/anyio-4.11.0.tar.gz deleted file mode 100644 index 1f74d9e981bbcffef06e9ac3774bdaca6db1fc51..0000000000000000000000000000000000000000 Binary files a/anyio-4.11.0.tar.gz and /dev/null differ diff --git a/anyio-4.12.0.tar.gz b/anyio-4.12.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..547a9f2c2003a2489004975afc13e8b4872f3c1a Binary files /dev/null and b/anyio-4.12.0.tar.gz differ diff --git a/python-anyio.spec b/python-anyio.spec index cb1ddec2715ff606e8be036dce26d11e65a23861..65e9e2c889b1c6502e53bd30e7ee967390bf3933 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -2,7 +2,7 @@ %global pypi_name anyio Name: python-%{pypi_name} -Version: 4.11.0 +Version: 4.12.0 Release: 1 Summary: Compatibility layer for multiple asynchronous event loop implementations License: MIT @@ -46,6 +46,9 @@ on top of asyncio, and works in harmony with the native SC of trio itself. %{python3_sitelib}/anyio/ %changelog +* Tue Dec 02 2025 zhangzeyang0718 - 4.12.0-1 +- Update to 4.12.0 + * Wed Oct 15 2025 Yu Peng - 4.11.0-1 - Upgrade to 4.11.0 * Added support for cancellation reasons (the reason parameter to CancelScope.cancel())