diff --git a/anyio-4.6.1.tar.gz b/anyio-4.6.1.tar.gz deleted file mode 100644 index 6f479caaad1d48a4b2ffec2cdc79130b9b0378a7..0000000000000000000000000000000000000000 Binary files a/anyio-4.6.1.tar.gz and /dev/null differ diff --git a/anyio-4.9.0.tar.gz b/anyio-4.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..43b3e32faa81f2f327af2ec480fa0cc67f62f84b Binary files /dev/null and b/anyio-4.9.0.tar.gz differ diff --git a/python-anyio.spec b/python-anyio.spec index ce056cb27b57a4b85466900dbd8ba3f44cd1a404..9949d311ccb3725f4081c42a6634abbb9cb34583 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -2,19 +2,20 @@ %global pypi_name anyio Name: python-%{pypi_name} -Version: 4.6.1 -Release: 2 +Version: 4.9.0 +Release: 1 Summary: Compatibility layer for multiple asynchronous event loop implementations License: MIT URL: https://github.com/agronholm/anyio Source0: https://files.pythonhosted.org/packages/source/a/anyio/anyio-%{version}.tar.gz BuildArch: noarch -BuildRequires: python3-pip BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm +BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-hatchling %description AnyIO is an asynchronous networking and concurrency library that works on top @@ -45,6 +46,15 @@ on top of asyncio, and works in harmony with the native SC of trio itself. %{python3_sitelib}/anyio/ %changelog +* Wed May 21 2025 Dongxing Wang - 4.9.0-1 +- Update package with version 4.9.0 + Added async support for temporary file handling + Added 4 new fixtures for the AnyIO pytest plugin + Added the info property to anyio.Path on Python 3.14 + Added experimental support for running functions in subinterpreters on Python 3.13 and later + Updated TaskGroup to work with asyncio's eager task factories + Added support for wait_readable() and wait_writable() on ProactorEventLoop + * Mon Oct 28 2024 Dongxing Wang - 4.6.1-2 - Correct the url and sorce link