diff --git a/anyio-4.4.0.tar.gz b/anyio-4.4.0.tar.gz deleted file mode 100644 index 0c5331d1d891e7a4b6f5b6be643668dfd19c8578..0000000000000000000000000000000000000000 Binary files a/anyio-4.4.0.tar.gz and /dev/null differ diff --git a/anyio-4.6.1.tar.gz b/anyio-4.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6f479caaad1d48a4b2ffec2cdc79130b9b0378a7 Binary files /dev/null and b/anyio-4.6.1.tar.gz differ diff --git a/anyio.spec b/anyio.spec index 8d276ca24a07d5199264bf3e5add1c9730c8600c..1749495377832a8f4dd67e8e724174d82ddea1b8 100644 --- a/anyio.spec +++ b/anyio.spec @@ -2,12 +2,12 @@ %global pypi_name anyio Name: python-%{pypi_name} -Version: 4.4.0 +Version: 4.6.1 Release: 1 Summary: Compatibility layer for multiple asynchronous event loop implementations License: MIT URL: https://pypi.org/project/anyio/ -Source0: https://files.pythonhosted.org/packages/e6/e3/c4c8d473d6780ef1853d630d581f70d655b4f8d7553c6997958c283039a2/anyio-4.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/a/anyio/anyio-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-pip @@ -45,6 +45,11 @@ on top of asyncio, and works in harmony with the native SC of trio itself. %{python3_sitelib}/anyio/ %changelog +* Wed Oct 16 2024 jiangxinyu - 4.6.1-1 +- Update package to version 4.6.1 +- Bugfix: Fixed feed_data after feed_eof assertion errors on asyncio + Bugfix: Fixed missing or inconsistent error when acquiring already owned Lock + * Wed Jun 26 2024 liuzhilin - 4.4.0-1 - Update package to version 4.4.0 - Added __slots__ to AsyncResource so that child classes can use __slots__.