diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:01:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:04 -0800 |
commit | 9bc0a22e1ac2804d83fbe6fb3fea9caac2c9a9b4 (patch) | |
tree | cb3acc9316061b51c7498881745543f01b7701de /meta-python | |
parent | e6fbaae191b52916a34bb5256215b62ea4f84e79 (diff) | |
download | meta-openembedded-9bc0a22e1ac2804d83fbe6fb3fea9caac2c9a9b4.tar.gz |
python3-jdatetime: upgrade 5.1.0 -> 5.2.0
Changelog:
==========
- Enhanced character conversion functions using regular expressions.
- Improved date handling in Jalali date and time classes.
- Added new test cases for edge cases and date conversions.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jdatetime_5.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-jdatetime_5.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_5.1.0.bb b/meta-python/recipes-devtools/python/python3-jdatetime_5.2.0.bb index e2db6e3428..257ac93fbf 100644 --- a/meta-python/recipes-devtools/python/python3-jdatetime_5.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-jdatetime_5.2.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/slashmili/python-jalali" | |||
3 | LICENSE = "Python-2.0" | 3 | LICENSE = "Python-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "25af1f48d1456b9a0acc7b32c68c66e9cccbae541672f9b9724f274d7810a307" | 6 | SRC_URI[sha256sum] = "c81d5898717b82b609a3ce2a73f8b8d3230b0c757e5c0de9d6b1acfdc224f551" |
7 | 7 | ||
8 | PYPI_PACKAGE = "jdatetime" | 8 | PYPI_PACKAGE = "jdatetime" |
9 | 9 | ||