From d27be3682e66c5c3505aade5058cc371f244fb62 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 21 Aug 2025 16:59:38 +0800 Subject: [PATCH] python3-inline-snapshot: upgrade 0.26.0 -> 0.27.2 Changelog: ============ - Added inline_snapshot.extra.Transformed and inline_snapshot.extra.transformation which can be used to transform values inside of snapshots. - exposed @declare_unmanaged which allows you to create your own unmanaged types. - Added explicit type hints to the outsource() function - Improved documentation for inline_snapshot.testing.Example. - inline-snapshot generates no longer triple quoted strings when it fixes cases Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...ine-snapshot_0.26.0.bb => python3-inline-snapshot_0.27.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.26.0.bb => python3-inline-snapshot_0.27.2.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.26.0.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.27.2.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.26.0.bb rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.27.2.bb index 3296210017..87446eb064 100644 --- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.26.0.bb +++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.27.2.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" DEPENDS = "python3-hatchling-native" -SRC_URI[sha256sum] = "cfb66e4c11984eaa9d258c50a6e56fc57bc1e91d253acb4312968899e3f7ad54" +SRC_URI[sha256sum] = "5ecc7ccfdcbf8d9273d3fa9fb55b829720680ef51bb1db12795fd1b0f4a3783c" inherit pypi python_hatchling