summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-freezegun_1.5.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-freezegun: upgrade 1.4.0 -> 1.5.0Wang Mingyu2024-05-021-0/+29
Changelog: ============ * The default ignore list now contains the 'queue'-package * Added a missing 'move_to'-function when calling 'freeze_time(tick=True)' * Fixes a rounding error in 'time.time_ns()' * Fixed a bug where the default ignore list could not be empty ('configure(default_ignore_list=[])') * All 'tick()' methods now return the new datetime (instead of None) * Type improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>