From 5c172c6c8146f2f26984111082916439cade3b40 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Jul 2026 18:23:11 +0800 Subject: [PATCH] python3-soupsieve: upgrade 2.8.4 -> 2.9 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 Signed-off-by: Khem Raj --- .../{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 --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