{"old": "/home/jenkins/agent/workspace/multiarch/src-openeuler/x86-64/python-anyio/old_rpms/", "new": "/home/jenkins/agent/workspace/multiarch/src-openeuler/x86-64/python-anyio/new_rpms/", "compare_result": "not pass", "compare_details": {"same": {"same_details": {"old": [], "new": []}, "same_num": 0}, "diff": {"diff_details": {"python3-anyio": {"name": {"old": "python3-anyio-4.12.0-1.oe1.noarch.rpm", "new": "python3-anyio-4.13.0-1.oe1.noarch.rpm"}, "RPM Level": "level4", "rpm requires": {}, "rpm provides": {}, "rpm files": {}}}, "diff_num": 1}, "less": {"less_details": {}, "less_num": 0}, "more": {"more_details": {}, "more_num": 0}}, "pr_link": "https://gitcode.com/src-openeuler/python-anyio/pull/19", "pr_changelog": "* Wed Mar 25 2026 YangengLiu <dev01202@linx-info.com> - 4.13.0-1\n- update version to 4.13.0\n  * Dropped support for Python 3.9\n  * Added a ttl parameter to the anyio.functools.lru_cache wrapper\n  * Widened the type annotations of file I/O streams to accept IO[bytes] instead of just BinaryIO\n  * Fixed anyio.Path not being compatible with Python 3.15 due to the removal of pathlib.Path.is_reserved() and the addition of pathlib.Path.__vfspath__().\n  * Fixed the BrokenResourceError raised by the asyncio SocketStream not having the original exception as its cause.\n  * Fixed the TypeError raised when using \"func\" as a parameter name in pytest.mark.parametrize when using the pytest plugin.\n  * Fixed the pytest plugin not running tests that had the anyio marker added programmatically via pytest_collection_modifyitems.\n  * Fixed cancellation exceptions leaking from a CancelScope on asyncio when they are contained in an exception group alongside non-cancellation exceptions.\n  * Fixed Condition.wait() not passing on a notification when the task is cancelled but already received a notification\n  * Fixed inverted condition in the process pool shutdown phase which would cause still-running pooled processes not to be terminated.\n"}