diff mbox series

[meta-python,2/3] python3-sqlparse: Upgrade 0.5.4 -> 0.5.5

Message ID 20260122084323.1892117-2-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-soupsieve: Upgrade 2.8.2 -> 2.8.3 | expand

Commit Message

Leon Anavi Jan. 22, 2026, 8:43 a.m. UTC
Upgrade to release 0.5.5:

- Fix DoS protection to raise SQLParseError instead of silently
  returning None when grouping limits are exceeded.
- Fix splitting of BEGIN TRANSACTION statements.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-sqlparse_0.5.4.bb => python3-sqlparse_0.5.5.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlparse_0.5.4.bb => python3-sqlparse_0.5.5.bb} (83%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.4.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.5.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-sqlparse_0.5.4.bb
rename to meta-python/recipes-devtools/python/python3-sqlparse_0.5.5.bb
index 9f358d40f1..03c032c49e 100644
--- a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.4.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.5.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc"
 
-SRC_URI[sha256sum] = "4396a7d3cf1cd679c1be976cf3dc6e0a51d0111e87787e7a8d780e7d5a998f9e"
+SRC_URI[sha256sum] = "e20d4a9b0b8585fdf63b10d30066c7c94c5d7a7ec47c889a2d83a3caa93ff28e"
 
 CVE_PRODUCT = "sqlparse"