mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-10 18:19:32 +00:00
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>
This commit is contained in:
+3
-2
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user