summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aniso8601_10.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aniso8601: Upgrade 10.0.0 -> 10.0.1Leon Anavi2025-04-231-0/+8
Upgrade to release 10.0.1: - year_range_check will only shift 0s in from the left for year strings of length 2. Since parse_date throws an IsoFormatError for year strings of lengths other than 2 or 4 this shouldn't significantly change any public API consumers. - Specify changelog location in setup.py - Change to Woodpecker CI - Add a CI pipeline to test builders when a tag is pushed Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>