{"old": "/home/jenkins/agent/workspace/multiarch/src-openeuler/aarch64/python-asyncssh/old_rpms/", "new": "/home/jenkins/agent/workspace/multiarch/src-openeuler/aarch64/python-asyncssh/new_rpms/", "compare_result": "not pass", "compare_details": {"same": {"same_details": {"old": [], "new": []}, "same_num": 0}, "diff": {"diff_details": {"python3-asyncssh": {"name": {"old": "python3-asyncssh-2.21.1-1.oe1.noarch.rpm", "new": "python3-asyncssh-2.24.0-1.oe1.noarch.rpm"}, "RPM Level": "level4", "rpm requires": {"diff": {"old": ["python3.11dist(cryptography) >= 39"], "new": ["python3.11dist(cryptography) >= 48.0.1"]}}, "rpm provides": {}, "rpm files": {"more": ["/usr/lib/python3.11/site-packages/asyncssh/sshsig.py"]}}}, "diff_num": 1}, "less": {"less_details": {}, "less_num": 0}, "more": {"more_details": {}, "more_num": 0}}, "pr_link": "https://gitcode.com/src-openeuler/python-asyncssh/pull/21", "pr_changelog": "* Mon Jun 29 2026 xiejing <xiejing@kylinos.cn> - 2.24.0-1\n- update version to 2.24.0\n- 2.24.0:\n  * Added support for creating and validating SSHSIG signatures, as well as OpenSSH \u201callowed signers\u201d files.\n  * Added support for ML-KEM key exchange from the PyCA cryptography package when it is available.\n    This avoids the need to have the liboqs library installed to use ML-KEM. However, liboqs is still required to support SNTRUP kex exchange.\n  * Fixed an issue with handling of SSH maximum packet size when opening a new SSH channel,\n    aborting with a protocol error if a peer attempts to set this size to 0.\n  * Fixed an issue with include directives in OpenSSH config files.\n- 2.23.1:\n  * Fixed an SCP path traversal issue.\n  * Expanded previous fix to block unsafe user substitutions in server config.\n  * Fixed default value for reuse_address and reuse_port, matching the behaavior of asyncio.create_server().\n- 2.23.0:\n  * Added support for \u201cMatch localnetwork\u201d.\n  * Enabled support for RSA with SHA-2 signatures in ssh-agent and Pageant.\n  * Changed MAC algorithm negotation to be skipped when using AEAD ciphers.\n  * Improved graceful termination when using ProxyCommand, waiting for the ProxyCommand tunnel to close when cleaning up a connection.\n  * Blocked unsafe user substitutions from being used in server config.\n  * Fixed an issue with config evaluation when \u201cMatch final\u201d was combined with Hostname directives.\n  * Fixed a resource leak in xauth support.\n  * Fixed issue with multi-hop ProxyJump directives in a config file not working correctly.\n  * Fixed string encoding in SFTPName objects returned by realpath().\n"}