From 7ad30e67d59c27250bc1c5cf3f8e2c9df1c8c74f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 18 Nov 2024 17:29:49 +0800 Subject: [PATCH] python3-sqlparse: upgrade 0.5.1 -> 0.5.2 Changelog: =========== - EXTENSION is now recognized as a keyword - SQL hints are not removed when removing comments Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-sqlparse_0.5.1.bb => python3-sqlparse_0.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlparse_0.5.1.bb => python3-sqlparse_0.5.2.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.1.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.2.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-sqlparse_0.5.1.bb rename to meta-python/recipes-devtools/python/python3-sqlparse_0.5.2.bb index daf67607f7..a293b0bd96 100644 --- a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.2.bb @@ -8,7 +8,7 @@ SRC_URI:append = " \ file://run-ptest \ " -SRC_URI[sha256sum] = "bb6b4df465655ef332548e24f08e205afc81b9ab86cb1c45657a7ff173a3a00e" +SRC_URI[sha256sum] = "9e37b35e16d1cc652a2545f0997c1deb23ea28fa1f3eefe609eee3063c3b105f" export BUILD_SYS export HOST_SYS