mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-01 04:00:16 +00:00
Changelog: ============ - fix: define datetime resolution attribute - Adapt to Ruff v0.16 defaults - fix: preserve instance locale in datetime.astimezone() - fix(datetime.dst): pass Gregorian to tzinfo.dst() - typing: use int for fold - Fix %I/%-I strftime directives to use the 12-hour clock - Fix Windows Persian locale test - Add pyright type checking to CI workflow - Fix Windows test failure for %-I strftime - migrate tests to pytest - Add date.strptime and match stdlib subclass behavior Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>