summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jdatetime_5.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-jdatetime: upgrade 5.0.0 -> 5.1.0Wang Mingyu2025-01-241-17/+0
| | | | | | | | | | | | Changelog: =========== - fix appveyor builds by installing current project - Move datetime-specific code from date methods into datetime class - Add Python 3.13 support and drop Pyhton 3.8 support - Fix compare datetime with diffrent timezones Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jdatetime: upgrade 4.1.1 -> 5.0.0Wang Mingyu2024-04-021-0/+17
Changelog: =========== -tests(test_zoneinfo_as_timezone): skip if tzinfo is not available on windows -fix(strftime): treat %% as an escape sequence -chore(jalai.py): cleanup the code -fix(strftime): also escape %% before c, x, and X -fix(date, datetime): return NotImplemented for unknown type operations -docs(README.rst): use jdatetime.FA_LOCALE instead if fa_IR -Update python versions -update jalali license -update licences -Use jalali core Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>