diff mbox series

[meta-python,23/37] python3-jdatetime: upgrade 5.3.0 -> 6.0.1

Message ID 20260722102320.1019-23-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/37] dash: upgrade 0.5.13.4 -> 0.5.13.5 | expand

Commit Message

Wang Mingyu July 22, 2026, 10:23 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Add Persian short month names for %b
- Drop legacy Python 2 bytes support from strftime
- typing: align date/datetime dunder annotations with typeshed

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-jdatetime_5.3.0.bb => python3-jdatetime_6.0.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-jdatetime_5.3.0.bb => python3-jdatetime_6.0.1.bb} (92%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_5.3.0.bb b/meta-python/recipes-devtools/python/python3-jdatetime_6.0.1.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-jdatetime_5.3.0.bb
rename to meta-python/recipes-devtools/python/python3-jdatetime_6.0.1.bb
index 90dacb8d5e..396793ac3a 100644
--- a/meta-python/recipes-devtools/python/python3-jdatetime_5.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-jdatetime_6.0.1.bb
@@ -5,9 +5,9 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be"
 
 # The PyPI package omits some files for testing like tests/__init__.py
 # so use the GitHub source instead.
-SRCREV = "ea119aab729d4c48f797f3663a692680c93fb9f5"
+SRCREV = "8a5acc4aa0cef2f39a0ad089b7ca7e4b89626994"
 SRC_URI = " \
-    git://github.com/slashmili/jdatetime;branch=main;protocol=https \
+    git://github.com/slashmili/jdatetime;branch=main;protocol=https;tag=v${PV} \
     file://run-ptest \
 "