forked from pool/python-anyio
052257cd28efe9b9342d42b89c29012a8f3659407686693ef79169d0ee9e83b5
- Inject multibuild to break a build loop. - Update to 4.9.0: * Added async support for temporary file handling (#344; PR by @11kkw) * Added 4 new fixtures for the AnyIO pytest plugin: * free_tcp_port_factory: session scoped fixture returning a callable that generates unused TCP port numbers * free_udp_port_factory: session scoped fixture returning a callable that generates unused UDP port numbers * free_tcp_port: function scoped fixture that invokes the free_tcp_port_factory fixture to generate a free TCP port number * free_udp_port: function scoped fixture that invokes the free_udp_port_factory fixture to generate a free UDP port number * Added stdin argument to anyio.run_process() akin to what anyio.open_process(), asyncio.create_subprocess(), trio.run_process(), and subprocess.run() already accept (PR by @jmehnle) * Added the info property to anyio.Path on Python 3.14 * Changed anyio.getaddrinfo() to ignore (invalid) IPv6 name resolution results when IPv6 support is disabled in Python * Changed EndOfStream raised from MemoryObjectReceiveStream.receive() to leave out the AttributeError from the exception chain which was merely an implementation detail and caused some confusion * Fixed traceback formatting growing quadratically with level of TaskGroup nesting on asyncio due to exception chaining when raising ExceptionGroups in TaskGroup.__aexit__ (#863; PR by @tapetersen) * Fixed anyio.Path.iterdir() making a blocking call in Python 3.13 (#873; PR by @cbornet and @agronholm) * Fixed connect_tcp() producing cyclic references in tracebacks when raising exceptions (#809; PR by @graingert) * Fixed anyio.to_thread.run_sync() needlessly holding on to references OBS-URL: https://build.opensuse.org/request/show/1294656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-anyio?expand=0&rev=25
Description
No description provided
Languages
RPM Spec
100%