summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-dateutil: Upgrade 2.8.1 -> 2.8.2Leon Anavi2021-07-161-25/+0
| | | | | | | | | | | | | | | | | | | | | 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>
* python3-dateutil/python3-pykwalify: add nativesdk supportHongxu Jia2020-09-241-1/+1
| | | | | | | | Call pykwalify module in SDK Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateutil: Consolidate in a single fileLeon Anavi2020-06-081-2/+25
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-dateutil: upgrade 2.8.0 -> 2.8.1Zang Ruochen2019-11-131-0/+2
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>