diff mbox series

[meta-python] python3-cucumber-tag-expressions: upgrade 6.2.0 -> 9.1.0

Message ID 20260407101317.21262-1-liuyd.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-cucumber-tag-expressions: upgrade 6.2.0 -> 9.1.0 | expand

Commit Message

Liu Yiding April 7, 2026, 10:13 a.m. UTC
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>
---
 ...ns_6.2.0.bb => python3-cucumber-tag-expressions_9.1.0.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-cucumber-tag-expressions_6.2.0.bb => python3-cucumber-tag-expressions_9.1.0.bb} (61%)
diff mbox series

Patch

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
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-cucumber-tag-expressions_6.2.0.bb
rename to 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"
 DESCRIPTION = "Provides a tag-expression parser and evaluation logic for cucumber/behave"
 HOMEPAGE = "https://github.com/cucumber/tag-expressions"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=134f1026f0de92fd30e71976590a2868"
 
-SRC_URI[sha256sum] = "b60aa2cdbf9ac43e28d9b0e4fd49edf9f09d5d941257d2912f5228f9d166c023"
+SRC_URI[sha256sum] = "d960383d5885300ebcbcb14e41657946fde2a59d5c0f485eb291bc6a0e228acc"
 
 inherit pypi python_setuptools_build_meta
 
@@ -12,4 +12,5 @@  PYPI_PACKAGE = "cucumber_tag_expressions"
 
 DEPENDS += "\
     python3-setuptools-scm-native \
+    python3-uv-build-native \
 "