6129cac2ef
v5.0.2 ====== - Refreshed project. - Enrolled with Tidelift. v5.0.1 ====== - Refreshed project. v5.0.0 ====== - Removed deprecated ``divide_*`` functions and ``Parser`` class. - Require Python 3.7 or later. - Fixed error reporting in parse_timedelta. v4.1.2 ====== - Docs now build without warnings. v4.1.1 ====== - Fixed issue where digits were picked up in the unit when adjacent to the last unit. v4.1.0 ====== - Added support for more formats in ``parse_timedelta``. - ``parse_timedelta`` now supports formats emitted by ``timeit``, including honoring nanoseconds at the microsecond resolution. v4.0.2 ====== - Refreshed package metadata. v4.0.1 ====== - Refreshed package metadata. v4.0.0 ====== - Removed ``strptime`` function in favor of `datetime.datetime.strptime <https://docs.python.org/3/library/datetime.html#datetime.datetime.strptime>`_. If passing a ``tzinfo`` parameter, instead invoke `.replace(tzinfo=...)` on the result. - Deprecated ``divide_timedelta`` and ``divide_timedelta_float`` now that Python supports this functionality natively. - Deprecated ``Parser`` class. The `dateutil.parser <https://dateutil.readthedocs.io/en/stable/parser.html>`_ provides more sophistication.
23 lines
889 B
Text
23 lines
889 B
Text
@comment $NetBSD: PLIST,v 1.8 2022/11/06 18:18:37 adam Exp $
|
|
bin/calc-prorate-${PYVERSSUFFIX}
|
|
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
|
|
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
|
|
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
|
|
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
|
|
${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
|
|
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
|
|
${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
|
|
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
|
|
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
|
|
${PYSITELIB}/tempora/__init__.py
|
|
${PYSITELIB}/tempora/__init__.pyc
|
|
${PYSITELIB}/tempora/schedule.py
|
|
${PYSITELIB}/tempora/schedule.pyc
|
|
${PYSITELIB}/tempora/tests/test_schedule.py
|
|
${PYSITELIB}/tempora/tests/test_schedule.pyc
|
|
${PYSITELIB}/tempora/tests/test_timing.py
|
|
${PYSITELIB}/tempora/tests/test_timing.pyc
|
|
${PYSITELIB}/tempora/timing.py
|
|
${PYSITELIB}/tempora/timing.pyc
|
|
${PYSITELIB}/tempora/utc.py
|
|
${PYSITELIB}/tempora/utc.pyc
|