From d35020c30fa923f0d8d315966914612cccb02ca2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Oct 2025 10:22:15 +0800 Subject: [PATCH] python3-inline-snapshot: upgrade 0.29.3 -> 0.30.0 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 Signed-off-by: Khem Raj --- ...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 --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