From 45e3541b9aa1b42901e1947fe067cb35f6787fd3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 27 Feb 2026 18:12:39 +0800 Subject: python3-cssselect2: upgrade 0.8.0 -> 0.9.0 Changelog: ========== - Drop support of Python 3.9, support 3.14 - Support :host Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-cssselect2_0.8.0.bb | 15 --------------- .../recipes-devtools/python/python3-cssselect2_0.9.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb b/meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb deleted file mode 100644 index 20165a098c..0000000000 --- a/meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "CSS selectors for Python ElementTree." -DESCRIPTION = "cssselect2 is a straightforward implementation of CSS4 Selectors \ - for markup documents (HTML, XML, etc.) that can be read by ElementTree-like \ - parsers (including cElementTree, lxml, html5lib, etc.)" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=aa7228954285c7398bb6711fee73b4ac" - -SRC_URI[sha256sum] = "7674ffb954a3b46162392aee2a3a0aedb2e14ecf99fcc28644900f4e6e3e9d3a" - -inherit pypi python_setuptools_build_meta - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} = "python3-tinycss2" diff --git a/meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb b/meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb new file mode 100644 index 0000000000..7353e498eb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "CSS selectors for Python ElementTree." +DESCRIPTION = "cssselect2 is a straightforward implementation of CSS4 Selectors \ + for markup documents (HTML, XML, etc.) that can be read by ElementTree-like \ + parsers (including cElementTree, lxml, html5lib, etc.)" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=aa7228954285c7398bb6711fee73b4ac" + +SRC_URI[sha256sum] = "759aa22c216326356f65e62e791d66160a0f9c91d1424e8d8adc5e74dddfc6fb" + +inherit pypi python_setuptools_build_meta + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} = "python3-tinycss2" -- cgit v1.2.3-54-g00ecf