diff mbox series

[meta-python,19/29] python3-inline-snapshot: upgrade 0.29.3 -> 0.30.0

Message ID 20251022022227.226-19-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/29] bdwgc: upgrade 8.2.8 -> 8.2.10 | expand

Commit Message

Wang Mingyu Oct. 22, 2025, 2:22 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- External.run_inline() now uses the same logic as External.run_pytest.
- The test-dir config option can now also be a list of paths
- added Python 3.14 support
- Disable ensure ascii in json.dump to support non-ASCII characters in external files

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.29.3.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.29.3.bb
rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.0.bb
index 2a3d253e3c..6608b34f64 100644
--- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.29.3.bb
+++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.0.bb
@@ -4,7 +4,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4"
 
 DEPENDS = "python3-hatchling-native"
-SRC_URI[sha256sum] = "f11e309d3474ab5f517687288bf23092e1acadb392e1e38ddb3d5bb165a8723e"
+SRC_URI[sha256sum] = "486e996ef133d4d91bacf78c8b712f76668709e7ffde6d9d925148d36c7c8fbd"
 
 inherit pypi python_hatchling