Path to this page:
Subject: CVS commit: pkgsrc/time/py-tempora
From: Adam Ciarcinski
Date: 2022-11-06 19:18:38
Message id: 20221106181838.25B13FA90@cvs.NetBSD.org
Log Message:
py-tempora: updated to 5.0.2
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.
Files: