From f1bdb4e99bb9fe4c25cc6659bbfcbdafbc18347a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 24 Dec 2025 17:13:01 +0800 Subject: python3-soupsieve: upgrade 2.8 -> 2.8.1 FIX: Changes in tests to accommodate latest Python HTML parser changes. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-soupsieve_2.8.1.bb | 24 ++++++++++++++++++++++ .../python/python3-soupsieve_2.8.bb | 24 ---------------------- 2 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-soupsieve_2.8.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-soupsieve_2.8.bb (limited to 'meta-python/recipes-devtools') 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 new file mode 100644 index 0000000000..d3fb375eba --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.8.1.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=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.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.8.bb deleted file mode 100644 index 992e1b4cb8..0000000000 --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.8.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] = "e2dd4a40a628cb5f28f6d4b0db8800b8f581b65bb380b97de22ba5ca8d72572f" - -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