From f84f88135154e8cd007f5239972a07162893bb3f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 Jan 2026 19:29:06 +0800 Subject: python3-soupsieve: upgrade 2.8.1 -> 2.8.2 License-Update: Copyright year updted to 2026. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-soupsieve_2.8.1.bb | 24 ---------------------- .../python/python3-soupsieve_2.8.2.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-soupsieve_2.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-soupsieve_2.8.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.8.1.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.8.1.bb deleted file mode 100644 index d3fb375eba..0000000000 --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.8.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "CSS selector library for python-beautifulsoup4" -HOMEPAGE = "https://github.com/facelessuser/soupsieve" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a23cdb0cf58a8b6d3d25202783bd6553" - -SRC_URI[sha256sum] = "4cf733bc50fa805f5df4b8ef4740fc0e0fa6218cf3006269afd3f9d6d80fd350" - -inherit pypi python_hatchling ptest-python-pytest - -RDEPENDS:${PN} += " \ - python3-core \ - python3-datetime \ -" -RDEPENDS:${PN}:append:class-target = " \ - python3-beautifulsoup4 \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-beautifulsoup4 \ - python3-typing-extensions \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.8.2.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.8.2.bb new file mode 100644 index 0000000000..63b5d3b2e7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.8.2.bb @@ -0,0 +1,24 @@ +SUMMARY = "CSS selector library for python-beautifulsoup4" +HOMEPAGE = "https://github.com/facelessuser/soupsieve" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=74851a2f1e5c07496dcb452af6a6bf54" + +SRC_URI[sha256sum] = "78a66b0fdee2ab40b7199dc3e747ee6c6e231899feeaae0b9b98a353afd48fd8" + +inherit pypi python_hatchling ptest-python-pytest + +RDEPENDS:${PN} += " \ + python3-core \ + python3-datetime \ +" +RDEPENDS:${PN}:append:class-target = " \ + python3-beautifulsoup4 \ +" + +RDEPENDS:${PN}-ptest += " \ + python3-beautifulsoup4 \ + python3-typing-extensions \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf