diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-18 17:29:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:14 -0800 |
commit | 7ad30e67d59c27250bc1c5cf3f8e2c9df1c8c74f (patch) | |
tree | c1a55d974588751b1a6827a21fab19ff96ac20b8 | |
parent | 0340d53ec9c6a0b3ee6767ed27a46968befd6630 (diff) | |
download | meta-openembedded-7ad30e67d59c27250bc1c5cf3f8e2c9df1c8c74f.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlparse_0.5.2.bb (renamed from meta-python/recipes-devtools/python/python3-sqlparse_0.5.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 = " \ | |||
8 | file://run-ptest \ | 8 | file://run-ptest \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "bb6b4df465655ef332548e24f08e205afc81b9ab86cb1c45657a7ff173a3a00e" | 11 | SRC_URI[sha256sum] = "9e37b35e16d1cc652a2545f0997c1deb23ea28fa1f3eefe609eee3063c3b105f" |
12 | 12 | ||
13 | export BUILD_SYS | 13 | export BUILD_SYS |
14 | export HOST_SYS | 14 | export HOST_SYS |