{"old": "/home/jenkins/agent/workspace/multiarch/src-openeuler/x86-64/python-time-machine/old_rpms/", "new": "/home/jenkins/agent/workspace/multiarch/src-openeuler/x86-64/python-time-machine/new_rpms/", "compare_result": "not pass", "compare_details": {"same": {"same_details": {"old": [], "new": []}, "same_num": 0}, "diff": {"diff_details": {"python3-time-machine": {"name": {"old": "python3-time-machine-3.3.1-1.oe1.x86_64.rpm", "new": "python3-time-machine-3.5.0-1.oe1.x86_64.rpm"}, "RPM Level": "level4", "rpm requires": {}, "rpm provides": {}, "rpm files": {}, "rpm abi": {}, "rpm lib": {}, "rpm symbol": {}}}, "diff_num": 1}, "less": {"less_details": {}, "less_num": 0}, "more": {"more_details": {}, "more_num": 0}}, "pr_link": "https://gitcode.com/src-openeuler/python-time-machine/pull/22", "pr_changelog": "* Mon Aug 31 2026 wanggang <wanggang1@kylinos.cn> - 3.5.0-1\n- Update package to version 3.5.0\n- Support None as a destination for travel() and Traveller.move_to(), meaning the current time. Use this with tick=False to freeze time at the present moment, matching freezegun\u2019s behaviour when freeze_time() is called with no arguments.\n- Extend the Migration CLI to migrate aliased imports: import freezegun as fg and from freezegun import freeze_time as ft, plus calls using such aliases.\n- Extend the Migration CLI to migrate the pytest.mark.freeze_time marker in module-level and class-level pytestmark assignments.\n- Extend the Migration CLI to migrate freeze_time() calls and markers that pass tz_offset with a literal zero value. The argument is dropped, since a zero offset has no effect.\n- Extend the Migration CLI to migrate freeze_time() calls and markers that pass real_asyncio. The argument is dropped, whatever its value, since time-machine does not mock time.monotonic(), so asyncio event loops always see real time.\n- Extend the Migration CLI to migrate freeze_time() calls and markers with no destination argument, which freeze at the current time. None is added as the destination, using the new support for None destinations (above).\n- Extend the Migration CLI to migrate freeze_time() calls and markers that pass ignore. The argument is dropped, since it works around problems with freezegun\u2019s module patching, which time-machine\u2019s C-level mocking doesn\u2019t have.\n- Make the Migration CLI report freezegun-related usages that it recognizes but cannot migrate, with their positions, like:example/tests.py:9:2: freeze_time usage not migrated\n- Make the Migration CLI report files that cannot be parsed, rather than skipping them silently. This helps notice files using syntax from a newer Python version than the tool is run with.\n- Extend the Migration CLI to migrate \u201craw use\u201d assignments of freeze_time() to variables or self. attributes used with start() and stop(), covering unittest setUp() / tearDown() patterns like self.freezer = freeze_time(...) with self.add  Cleanup(self.freezer.stop).\n- Extend the Migration CLI to migrate imports and uses of freezegun\u2019s FrozenDateTimeFactory class, often used to annotate the freezer fixture argument, to time-machine\u2019s newly-documented equivalent, time_machine.TimeMachineFixture.\n"}