diff mbox series

[meta-python,28/37] python3-soupsieve: upgrade 2.8.4 -> 2.9

Message ID 20260722102320.1019-28-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/37] dash: upgrade 0.5.13.4 -> 0.5.13.5 | expand

Commit Message

Wang Mingyu July 22, 2026, 10:23 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==============
- NEW: Drop Python 3.9 support.
- NEW: Lazy compile selector patterns to improve initial import speed.
- FIX: Correct :nth-child/:nth-of-type (and -last- variants) for An+B values whose sequence steps onto
- index 0 or onto the last child (e.g. :nth-child(2n-2), :nth-child(n-1), :nth-child(n+5)), which previously
- matched the wrong elements or nothing at all
- FIX: More efficient CSS ID matching
- FIX: Fix inefficient trimming of comments and white space

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-soupsieve_2.8.4.bb => python3-soupsieve_2.9.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-soupsieve_2.8.4.bb => python3-soupsieve_2.9.bb} (85%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.8.4.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.9.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-soupsieve_2.8.4.bb
rename to meta-python/recipes-devtools/python/python3-soupsieve_2.9.bb
index ec58d0985e..f1ad4c0cc5 100644
--- a/meta-python/recipes-devtools/python/python3-soupsieve_2.8.4.bb
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.9.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "https://github.com/facelessuser/soupsieve"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=74851a2f1e5c07496dcb452af6a6bf54"
 
-SRC_URI[sha256sum] = "e121fd02e975c695e4e9e8774a5ee35d74714b59307868dcc5319ad2d9e3328e"
+SRC_URI[sha256sum] = "acee8417325c5653e1377dc31eccad59eb82cbc65942afe6174c53b3aaad63fc"
 
 inherit pypi python_hatchling ptest-python-pytest