diff --git a/anyio-4.10.0.tar.gz b/anyio-4.10.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..10c414368f7ebd37a29e9cd4a1fc49579e2bb4a7 Binary files /dev/null and b/anyio-4.10.0.tar.gz differ diff --git a/anyio-4.9.0.tar.gz b/anyio-4.9.0.tar.gz deleted file mode 100644 index 43b3e32faa81f2f327af2ec480fa0cc67f62f84b..0000000000000000000000000000000000000000 Binary files a/anyio-4.9.0.tar.gz and /dev/null differ diff --git a/python-anyio.spec b/python-anyio.spec index 9949d311ccb3725f4081c42a6634abbb9cb34583..3c2b554b147e970984370e9ec43abbfb54f5008d 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -2,7 +2,7 @@ %global pypi_name anyio Name: python-%{pypi_name} -Version: 4.9.0 +Version: 4.10.0 Release: 1 Summary: Compatibility layer for multiple asynchronous event loop implementations License: MIT @@ -46,6 +46,13 @@ on top of asyncio, and works in harmony with the native SC of trio itself. %{python3_sitelib}/anyio/ %changelog +* Wed Aug 13 2025 lvfei - 4.10.0-1 +- Update package with version 4.10.0 +- Added the feed_data() method to the BufferedByteReceiveStream class, allowing users to inject data directly into the buffer + Added various class methods to wrap existing sockets as listeners or socket streams + Added a hierarchy of connectable stream classes for transparently connecting to various remote or local endpoints for exchanging bytes or objects + Added the ability to specify the thread name in start_blocking_portal() + * Wed May 21 2025 Dongxing Wang - 4.9.0-1 - Update package with version 4.9.0 Added async support for temporary file handling diff --git a/python-anyio.yaml b/python-anyio.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7e50c87c6a56d11889c96ca7e1c2d224f7c35d48 --- /dev/null +++ b/python-anyio.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: agronholm/anyio +tag_prefix: "^" +separator: .