aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb
AgeCommit message (Collapse)Author
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-07-16python3-dateutil: Upgrade 2.8.1 -> 2.8.2Leon Anavi
Upgrade to release 2.8.2: - Updated tzdata version to 2021a - Fixed a bug in the parser where non-ValueError exceptions would be raised during exception handling; this would happen, for example, if an IllegalMonthError was raised in dateutil code. - Fixed the custom repr for dateutil.parser.ParserError, which was not defined due to an indentation error. - Fixed a bug that caused b' prefixes to appear in parse_isodate exception messages. - Make isoparse raise when trying to parse times with inconsistent use of : separator. - Fixed tz.gettz() not returning local time when passed an empty string. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>