Path to this page:
Subject: CVS commit: pkgsrc/devel/py-freezegun
From: Adam Ciarcinski
Date: 2024-04-24 07:05:55
Message id: 20240424050555.1D5EAFA2C@cvs.NetBSD.org
Log Message:
py-freezegun: updated to 1.5.0
1.5.0
* 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
Files: