summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-27 18:12:39 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-02 19:25:51 -0800
commit45e3541b9aa1b42901e1947fe067cb35f6787fd3 (patch)
tree4a1725fb61df4c8d3f8786bb2dc129bc6243a52d /meta-python/recipes-devtools/python
parenta0b58d6ca0a8d37037b096e40aa57f637435bdbc (diff)
downloadmeta-openembedded-45e3541b9aa1b42901e1947fe067cb35f6787fd3.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cssselect2_0.9.0.bb (renamed from meta-python/recipes-devtools/python/python3-cssselect2_0.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
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
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
6LICENSE = "BSD-3-Clause" 6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=aa7228954285c7398bb6711fee73b4ac" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=aa7228954285c7398bb6711fee73b4ac"
8 8
9SRC_URI[sha256sum] = "7674ffb954a3b46162392aee2a3a0aedb2e14ecf99fcc28644900f4e6e3e9d3a" 9SRC_URI[sha256sum] = "759aa22c216326356f65e62e791d66160a0f9c91d1424e8d8adc5e74dddfc6fb"
10 10
11inherit pypi python_setuptools_build_meta 11inherit pypi python_setuptools_build_meta
12 12