diff mbox series

[meta-python,39/70] python3-jdatetime: upgrade 6.0.1 -> 6.1.0

Message ID 20260819093514.1101-39-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/70] avro-c: upgrade 1.12.1 -> 1.12.2 | expand

Commit Message

Wang Mingyu Aug. 19, 2026, 9:34 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- fix: define datetime resolution attribute
- Adapt to Ruff v0.16 defaults
- fix: preserve instance locale in datetime.astimezone()
- fix(datetime.dst): pass Gregorian to tzinfo.dst()
- typing: use int for fold
- Fix %I/%-I strftime directives to use the 12-hour clock
- Fix Windows Persian locale test
- Add pyright type checking to CI workflow
- Fix Windows test failure for %-I strftime
- migrate tests to pytest
- Add date.strptime and match stdlib subclass behavior

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_6.0.1.bb b/meta-python/recipes-devtools/python/python3-jdatetime_6.1.0.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-jdatetime_6.0.1.bb
rename to meta-python/recipes-devtools/python/python3-jdatetime_6.1.0.bb
index 396793ac3a..5a7fcd7931 100644
--- a/meta-python/recipes-devtools/python/python3-jdatetime_6.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-jdatetime_6.1.0.bb
@@ -5,7 +5,7 @@  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 = "8a5acc4aa0cef2f39a0ad089b7ca7e4b89626994"
+SRCREV = "480b637d024555e1523b4652bd2b6c5b5fac33d4"
 SRC_URI = " \
     git://github.com/slashmili/jdatetime;branch=main;protocol=https;tag=v${PV} \
     file://run-ptest \