summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2026-04-07 18:13:17 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-10 07:59:49 -0700
commit94102dd836a3bc6fa628dfa0eadf56c9d4ccdbc3 (patch)
tree2852772a175fc17a28a4b8999f9a8d9497dc17ba /meta-python
parentaec06eecb4ccf726f60c965634042cd1ae695f5a (diff)
downloadmeta-openembedded-94102dd836a3bc6fa628dfa0eadf56c9d4ccdbc3.tar.gz
python3-cucumber-tag-expressions: upgrade 6.2.0 -> 9.1.0
1. Changelog https://github.com/cucumber/tag-expressions/blob/main/CHANGELOG.md 2. LIC_FILES_CHKSUM changed as line of License info changed in PKG-INFO file. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cucumber-tag-expressions_9.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-cucumber-tag-expressions_6.2.0.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cucumber-tag-expressions_6.2.0.bb b/meta-python/recipes-devtools/python/python3-cucumber-tag-expressions_9.1.0.bb
index 6ddc489f8a..add7031f1e 100644
--- a/meta-python/recipes-devtools/python/python3-cucumber-tag-expressions_6.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cucumber-tag-expressions_9.1.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "Cucumber tag expression parser"
2DESCRIPTION = "Provides a tag-expression parser and evaluation logic for cucumber/behave" 2DESCRIPTION = "Provides a tag-expression parser and evaluation logic for cucumber/behave"
3HOMEPAGE = "https://github.com/cucumber/tag-expressions" 3HOMEPAGE = "https://github.com/cucumber/tag-expressions"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489" 5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=134f1026f0de92fd30e71976590a2868"
6 6
7SRC_URI[sha256sum] = "b60aa2cdbf9ac43e28d9b0e4fd49edf9f09d5d941257d2912f5228f9d166c023" 7SRC_URI[sha256sum] = "d960383d5885300ebcbcb14e41657946fde2a59d5c0f485eb291bc6a0e228acc"
8 8
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta
10 10
@@ -12,4 +12,5 @@ PYPI_PACKAGE = "cucumber_tag_expressions"
12 12
13DEPENDS += "\ 13DEPENDS += "\
14 python3-setuptools-scm-native \ 14 python3-setuptools-scm-native \
15 python3-uv-build-native \
15" 16"