Debian Patches

Status for python-dateutil/2.9.0-5

Patch Description Author Forwarded Bugs Origin Last update
Remove_Zoneinfo_Tarball.patch Remove Zoneinfo Tarball Guido Günther <agx@sigxcpu.org> no 2014-09-27
remove-six.patch invalid
tests-2027.patch Fix test failure in 2027
Santiago Vila pointed out in https://bugs.debian.org/1078638 that one of
the test cases in `tests/test_parser.py::test_parser` will start failing
soon, specifically at the start of 2027; this is because two-digit years
are converted to a year within [-50, 49] of the current year.

To avoid this, run tests of parsing two-digit years with a frozen time.
Colin Watson <cjwatson@debian.org> yes debian 2025-03-18
test-use-a-list-comprehension-in-isoparser-parametrize.patch test: use a list comprehension in isoparser parametrize
A generator expression was passed to pytest.mark.parametrize for
test_ymd_hms_micro. Recent pytest raises PytestRemovedIn10Warning for a
non-Collection iterable, and with filterwarnings=error this aborts
collection of the whole test session. Materialize it as a list.
apoorvdarshan <ad13dtu@gmail.com> yes debian 2026-07-04

All known versions for source package 'python-dateutil'

Links