diff --git a/anyio-4.0.0.tar.gz b/anyio-4.0.0.tar.gz deleted file mode 100644 index 5b1e1b0..0000000 Binary files a/anyio-4.0.0.tar.gz and /dev/null differ diff --git a/anyio-4.3.0.tar.gz b/anyio-4.3.0.tar.gz new file mode 100644 index 0000000..39699ee Binary files /dev/null and b/anyio-4.3.0.tar.gz differ diff --git a/anyio.spec b/anyio.spec index 8de7ab2..c68a029 100644 --- a/anyio.spec +++ b/anyio.spec @@ -2,7 +2,7 @@ %global pypi_name anyio Name: python-%{pypi_name} -Version: 4.0.0 +Version: 4.3.0 Release: 1 Summary: Compatibility layer for multiple asynchronous event loop implementations License: MIT @@ -45,6 +45,10 @@ on top of asyncio, and works in harmony with the native SC of trio itself. %{python3_sitelib}/anyio/ %changelog +* 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 + * Mon Nov 13 2023 jiangxinyu - 4.0.0-1 - Update package to version 4.0.0