diff mbox series

[meta-python,05/21] python3-inline-snapshot: upgrade 0.26.0 -> 0.27.2

Message ID 20250821085954.2056-5-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python,01/21] python3-freezegun: upgrade 1.5.4 -> 1.5.5 | expand

Commit Message

Wang Mingyu Aug. 21, 2025, 8:59 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 ...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 mbox series

Patch

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