Path to this page:
Subject: CVS commit: pkgsrc/time/py-aniso8601
From: Adam Ciarcinski
Date: 2020-12-09 13:37:29
Message id: 20201209123729.B817FFA9D@cvs.NetBSD.org
Log Message:
py-aniso8601: updated to 8.1.0
aniso8601 8.1.0
Empty string arguments to get_date_resolution and parse_date now raise \
ISOFormatError, fixes 26
None and non-string arguments to get_date_resolution and parse_date now raise \
ValueError
Empty string arguments to parse_duration now raise ISOFormatError
None and non-string arguments to parse_duration now raise ValueError
Empty string arguments to parse_interval and parse_repeating_interval now raise \
ISOFormatError
None and non-string arguments to parse_interval and parse_repeating_internval \
now raise ValueError
Empty string arguments to get_time_resolution and parse_time now raise ISOFormatError
None and non-string arguments to parse_time now raise ValueError
None and non-string arguments to parse_timezone now raise ValueError
Empty string arguments to parse_datetime now raise ISOFormatError
None and non-string arguments to parse_datetime now raise ValueError
Missing delimiter in datetime strings when calling parse_datetime now raises \
ISOFormatError
Missing delimiter in regular and repeating interval strings when calling \
parse_interval and parse_repeating_interval now raises ISOFormatError
get_time_resolution now correctly throws ISOFormatError when a time component \
has too many characters in a time using ":" as a separator
Files: