python3-sqlparse: upgrade 0.4.2 -> 0.4.3

Changelog:
==========
Enhancements
-------------
    Add support for DIV operator
    Add support for additional SPARK keywords
    Avoid tokens copy
    Add REGEXP as a comparision
    Add DISTINCTROW keyword for MS Access (issue677).
    Improve parsing of CREATE TABLE AS SELECT

Bug Fixes
---------
    Fix spelling of INDICATOR keyword
    Fix formatting error in EXTRACT function
    Fix bad parsing of create table statements that use lower case
    Handle backtick as valid quote char
    Allow any unicode character as valid identifier name (issue641).

Other
-------
    Update github actions to test on Python 3.10 as well

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
zhengruoqin
2022-09-27 17:37:13 +08:00
committed by Khem Raj
parent d52f4d62e1
commit 8d24a879eb

View File

@@ -8,7 +8,7 @@ SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch \
file://run-ptest \
"
SRC_URI[sha256sum] = "0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae"
SRC_URI[sha256sum] = "69ca804846bb114d2ec380e4360a8a340db83f0ccf3afceeb1404df028f57268"
export BUILD_SYS
export HOST_SYS