diff mbox series

[meta-python,55/70] python3-soupsieve: upgrade 2.9.1 -> 2.9.2

Message ID 20260819093514.1101-55-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/70] avro-c: upgrade 1.12.1 -> 1.12.2 | expand

Commit Message

Wang Mingyu Aug. 19, 2026, 9:34 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../{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 mbox series

Patch

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