summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aniso8601: upgrade 9.0.1 -> 10.0.0Wang Mingyu2025-01-141-8/+0
| | | | | | | | | | | | | | Changelog: ========== - Reduced accuracy representations of years when parsing a calendar date are now only allowed to be [YY] - No longer specify a Python interpreter version to Black - Cleanup unsupported Pylint configuration options - Fix used-before-assignment errors - Fix coverage issue caused by unreachable conditional in _parse_interval_end Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aniso8601: Add ISO 8601 parsing libraryArthur Oliveira2023-11-081-0/+8
Add new python3-aniso8601 recipe for parsing ISO 8601 strings with a BSD-3-Clause license. Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>