Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-jdatetime: upgrade 4.1.1 -> 5.0.0 | Wang Mingyu | 2024-04-02 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
* | meta-python: drop ${PYTHON_PN} | Tim Orling | 2024-02-19 | 1 | -1/+1 |
| | | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-jdatetime: upgrade 4.1.0 -> 4.1.1 | Wang Mingyu | 2023-04-05 | 1 | -0/+17 |
Changelog: ========== Add ------ Add fromisoformat method to jdatetime.date Add support for Python 3.11 Fixed ------ Fix two chars month handling in jdatetime.datetime.strptime Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |