diff --git a/anyio-4.3.0.tar.gz b/anyio-4.3.0.tar.gz deleted file mode 100644 index 39699eeba519fac96876aa82fd46721773d8ba56..0000000000000000000000000000000000000000 Binary files a/anyio-4.3.0.tar.gz and /dev/null differ diff --git a/anyio-4.4.0.tar.gz b/anyio-4.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0c5331d1d891e7a4b6f5b6be643668dfd19c8578 Binary files /dev/null and b/anyio-4.4.0.tar.gz differ diff --git a/anyio.spec b/anyio.spec index c68a02946ee41bc662e5a7d7d408e18cb468d37d..8d276ca24a07d5199264bf3e5add1c9730c8600c 100644 --- a/anyio.spec +++ b/anyio.spec @@ -2,12 +2,12 @@ %global pypi_name anyio Name: python-%{pypi_name} -Version: 4.3.0 +Version: 4.4.0 Release: 1 Summary: Compatibility layer for multiple asynchronous event loop implementations License: MIT URL: https://pypi.org/project/anyio/ -Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/e6/e3/c4c8d473d6780ef1853d630d581f70d655b4f8d7553c6997958c283039a2/anyio-4.4.0.tar.gz BuildArch: noarch BuildRequires: python3-pip @@ -45,6 +45,13 @@ on top of asyncio, and works in harmony with the native SC of trio itself. %{python3_sitelib}/anyio/ %changelog +* 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__. +- Fixed the entire task group being cancelled if a TaskGroup.start() call gets cancelled. +- Fixed MemoryObjectStream dropping an item if the item is delivered to a recipient that is waiting to receive an item but has a cancellation pending. +- Fixed erroneous TypedAttributeLookupError if a typed attribute getter raises KeyError. + * Fri Feb 23 2024 jiangxinyu - 4.3.0-1 - Update package to version 4.3.0 Fixed inability to pass total_tokens as a keyword argument on trio