summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-10-22 10:22:15 +0800
committerKhem Raj <raj.khem@gmail.com>2025-10-21 20:02:41 -0700
commitd35020c30fa923f0d8d315966914612cccb02ca2 (patch)
treefa726ece7c5296e658cda253088cd402de700834 /meta-python
parent191022cc2bd42f9ce5eb3e0e1d47102978ac1dee (diff)
downloadmeta-openembedded-d35020c30fa923f0d8d315966914612cccb02ca2.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.0.bb (renamed from meta-python/recipes-devtools/python/python3-inline-snapshot_0.29.3.bb)2
1 files changed, 1 insertions, 1 deletions
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
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"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4"
5 5
6DEPENDS = "python3-hatchling-native" 6DEPENDS = "python3-hatchling-native"
7SRC_URI[sha256sum] = "f11e309d3474ab5f517687288bf23092e1acadb392e1e38ddb3d5bb165a8723e" 7SRC_URI[sha256sum] = "486e996ef133d4d91bacf78c8b712f76668709e7ffde6d9d925148d36c7c8fbd"
8 8
9inherit pypi python_hatchling 9inherit pypi python_hatchling
10 10