From 26045fdf924d9603054576a7c4bef9f38e70130f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 27 Feb 2026 18:12:39 +0800 Subject: [PATCH] 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 --- ...{python3-cssselect2_0.8.0.bb => python3-cssselect2_0.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cssselect2_0.8.0.bb => python3-cssselect2_0.9.0.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb b/meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb rename to meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb index 20165a098c..7353e498eb 100644 --- a/meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb @@ -6,7 +6,7 @@ DESCRIPTION = "cssselect2 is a straightforward implementation of CSS4 Selectors LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=aa7228954285c7398bb6711fee73b4ac" -SRC_URI[sha256sum] = "7674ffb954a3b46162392aee2a3a0aedb2e14ecf99fcc28644900f4e6e3e9d3a" +SRC_URI[sha256sum] = "759aa22c216326356f65e62e791d66160a0f9c91d1424e8d8adc5e74dddfc6fb" inherit pypi python_setuptools_build_meta