diff mbox series

[meta-python,23/42] python3-parse-type: upgrade 0.6.2 -> 0.6.3

Message ID 1725958990-5719-23-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/42] ctags: upgrade 6.1.20240825.0 -> 6.1.20240908.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 10, 2024, 9:02 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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

Patch

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 4c5efa185..db9d52cdc 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 \
 "