pkgsrc/devel/py-freezegun/PLIST
wiz b251e3d13c 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
2022-05-12 08:10:53 +00:00

21 lines
769 B
Text

@comment $NetBSD: PLIST,v 1.5 2022/05/12 08:10:53 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/freezegun/__init__.py
${PYSITELIB}/freezegun/__init__.pyc
${PYSITELIB}/freezegun/__init__.pyi
${PYSITELIB}/freezegun/__init__.pyo
${PYSITELIB}/freezegun/_async.py
${PYSITELIB}/freezegun/_async.pyc
${PYSITELIB}/freezegun/_async.pyo
${PYSITELIB}/freezegun/api.py
${PYSITELIB}/freezegun/api.pyc
${PYSITELIB}/freezegun/api.pyi
${PYSITELIB}/freezegun/api.pyo
${PYSITELIB}/freezegun/config.py
${PYSITELIB}/freezegun/config.pyc
${PYSITELIB}/freezegun/config.pyo
${PYSITELIB}/freezegun/py.typed