Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-anyio for openSUSE:Factory checked in at 2025-12-09 12:46:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-anyio (Old) and /work/SRC/openSUSE:Factory/.python-anyio.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-anyio" Tue Dec 9 12:46:39 2025 rev:30 rq:1321496 version:4.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-anyio/python-anyio.changes 2025-12-05 16:50:50.081829444 +0100 +++ /work/SRC/openSUSE:Factory/.python-anyio.new.1939/python-anyio.changes 2025-12-09 12:51:15.822235595 +0100 @@ -1,0 +2,27 @@ +Mon Dec 8 07:58:08 UTC 2025 - Steve Kowalik <[email protected]> + +- Update to 4.12.0: + * Added support for asyncio's task call graphs on Python 3.14 and later + when using AnyIO's task groups + * Added an asynchronous implementation of the functools module + * Added support for uvloop=True on Windows via the winloop implementation + * Added support for use as a context manager to anyio.lowlevel.RunVar + * Added __all__ declarations to public submodules (anyio.lowlevel etc.) + * Added the ability to set the token count of a CapacityLimiter to zero + * Added parameters case_sensitive and recurse_symlinks along with support + for path-like objects to anyio.Path.glob() and anyio.Path.rglob() + * Dropped sniffio as a direct dependency and added the + get_available_backends() function + * Fixed Process.stdin.send() not raising ClosedResourceError and + BrokenResourceError on asyncio + * Fixed Process.stdin.send() not checkpointing before writing data on + asyncio + * Fixed a race condition where cancelling a Future from + BlockingPortal.start_task_soon() would sometimes not cancel the async + function + * Fixed the presence of the pytest plugin causing breakage with older + versions of pytest (<= 6.1.2) + * Fixed a rarely occurring RuntimeError: Set changed size during iteration + while shutting down the process pool when using the asyncio backend + +------------------------------------------------------------------- Old: ---- anyio-4.11.0.tar.gz New: ---- anyio-4.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-anyio.spec ++++++ --- /var/tmp/diff_new_pack.jetWXO/_old 2025-12-09 12:51:26.582689523 +0100 +++ /var/tmp/diff_new_pack.jetWXO/_new 2025-12-09 12:51:26.582689523 +0100 @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-anyio%{psuffix} -Version: 4.11.0 +Version: 4.12.0 Release: 0 Summary: High level compatibility layer for asynchronous event loop implementations License: MIT @@ -55,7 +55,6 @@ # /SECTION BuildRequires: fdupes Requires: python-idna >= 2.8 -Requires: python-sniffio >= 1.1 %if 0%{?python_version_nodots} < 313 Requires: python-typing_extensions >= 4.5 %endif ++++++ anyio-4.11.0.tar.gz -> anyio-4.12.0.tar.gz ++++++ ++++ 3430 lines of diff (skipped)
