Path to this page:
Subject: CVS commit: pkgsrc/devel/py-freezegun
From: Thomas Klausner
Date: 2022-05-12 10:10:53
Message id: 20220512081053.A80F2FA94@cvs.NetBSD.org
Log Message:
py-freezegun: update to 1.2.1.
1.2.1
-----
* Added missing typeshed types from distribution
* Pass all arguments on recursive freeze_time calls
1.2.0
-----
* Add support for `time.perf_counter` (and `…_ns`)
* Added typeshed types
* Dropped support for python 3.5
1.1.0
-----
* Add support for `time.monotonic` (and `…_ns`)
* Allow to configure default ignore list, and also to just extend the default
* Fixed when accessing from thread after stop()
1.0.0
------
* Dropped Py2 support
* Added as_kwarg argument in order to have the frozen time object passed with \
the name provided in as_kwarg argument
Files: