diff mbox series

[meta-python,29/40] python3-inline-snapshot: upgrade 0.24.0 -> 0.25.3

Message ID 20250730232923.522-3-wangmy@fujitsu.com
State New
Headers show
Series None | expand

Commit Message

Wang Mingyu July 30, 2025, 11:29 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===============
- New external() implementation with support for different data formats.
- Ability to declare custom external formats with @register_format.
- external() can now be used without snapshot(), such as assert
  "long text" == external() or inside snapshots like dirty-equals.
- You now have to declare format aliases if you used outsource()
  with a different suffix than .txt or .bin in the past.
- external_file() now follows the aliases defined by register_format_alias().
- Removed unnecessary uuid7 dependency introduced in 0.25.0
- improved performance by checking for "external" in the code string before
  parsing the code and checking the AST
- solved incompatibility with pytest_pretty
- Fix issue terminal with is preserved
- cleanup temporary path

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.24.0.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.25.3.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.24.0.bb
rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.25.3.bb
index f32eb2e212..4f7949bf41 100644
--- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.24.0.bb
+++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.25.3.bb
@@ -4,7 +4,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4"
 
 DEPENDS = "python3-hatchling-native"
-SRC_URI[sha256sum] = "6aa304f2904103a449f3213e059728da5f1c34757f943efca837b4669f290843"
+SRC_URI[sha256sum] = "99fc959d1362443b7551246d787f80c4c1d7cc69963ac018caeda3f0a0b3736f"
 
 inherit pypi python_hatchling