From 6140ec59e2734293981f0b0d3eb7506f2a8abf35 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 19 Aug 2026 17:34:59 +0800 Subject: [PATCH] python3-soupsieve: upgrade 2.9.1 -> 2.9.2 Changelog: ========== - FIX: Fix issue where :is() and :where() were not accounting for empty selectors in the max selector count as they should - FIX: Fix issue where :has() was allowing empty selectors in some circumstances even though it is not forgiving. - FIX: Reduce selector object size when :is() and :where() contain empty selectors. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-soupsieve_2.9.1.bb => python3-soupsieve_2.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-soupsieve_2.9.1.bb => python3-soupsieve_2.9.2.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.9.1.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.9.2.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-soupsieve_2.9.1.bb rename to meta-python/recipes-devtools/python/python3-soupsieve_2.9.2.bb index bbe421b496..e1c329d867 100644 --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.9.2.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/facelessuser/soupsieve" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=74851a2f1e5c07496dcb452af6a6bf54" -SRC_URI[sha256sum] = "c33e6605bbc71dd628b00c632d58ae607c22bade247e52553928f83bbb75b4ba" +SRC_URI[sha256sum] = "4a55d8cf158a9c2e587fa4922f1bbb91d68ac829e2d6f25403a85747c71daf74" inherit pypi python_hatchling ptest-python-pytest