From bc66333ac58b4774ef9c0755cfb89ad1f626a4ba Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Sep 2024 17:02:51 +0800 Subject: [PATCH] python3-parse-type: upgrade 0.6.2 -> 0.6.3 Changelog: =========== - UPDATE: parse_type/parse.py - Copy structured test suite to "tests/parse_tests/" - Copy structured test suite to "tests/parse_tests_with_parse_type" - REMOVE: tests/test_parse.py - README: Fix compact display of BADGES (was using multi-line) - CI: Add support for Python 3.12 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-parse-type_0.6.2.bb => python3-parse-type_0.6.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-parse-type_0.6.2.bb => python3-parse-type_0.6.3.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb rename to meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb index 4c5efa1853..db9d52cdcd 100644 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jenisys/parse_type" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da" -SRC_URI[sha256sum] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355" +SRC_URI[sha256sum] = "8e99d2f52fab2f0f1f3d68ba9d026060140bf0e53680aada0111fb27b2f0e93a" SRC_URI += " \ file://run-ptest \ "