[oe] [meta-python] [PATCH 55/70] python3-soupsieve: upgrade 2.9.1 -> 2.9.2
Wang Mingyu < [email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../{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 -- 2.43.0