diff mbox series

[meta-python,45/66] python3-jdatetime: upgrade 5.1.0 -> 5.2.0

Message ID 1739178095-26432-45-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-webserver,01/66] apache2: upgrade 2.4.62 -> 2.4.63 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 10, 2025, 9:01 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{python3-jdatetime_5.1.0.bb => python3-jdatetime_5.2.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-jdatetime_5.1.0.bb => python3-jdatetime_5.2.0.bb} (79%)
diff mbox series

Patch

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
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-jdatetime_5.1.0.bb
rename to 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"
 LICENSE = "Python-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be"
 
-SRC_URI[sha256sum] = "25af1f48d1456b9a0acc7b32c68c66e9cccbae541672f9b9724f274d7810a307"
+SRC_URI[sha256sum] = "c81d5898717b82b609a3ce2a73f8b8d3230b0c757e5c0de9d6b1acfdc224f551"
 
 PYPI_PACKAGE = "jdatetime"