From: Alexander Kanavin Date: Mon, 27 Jun 2022 09:49:49 +0000 (+0200) Subject: python3-hatch-vcs: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3776 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58b85b0e82385d902a103685dc263216ed9b4df4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-hatch-vcs: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb b/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb index 100099c130c..cca2c49d2b7 100644 --- a/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb +++ b/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb @@ -10,3 +10,5 @@ PYPI_PACKAGE = "hatch_vcs" SRC_URI[sha256sum] = "9913d733b34eec9bb0345d0626ca32165a4ad2de15d1ce643c36d09ca908abff" BBCLASSEXTEND = "native nativesdk" + +UPSTREAM_CHECK_REGEX = "/hatch-vcs/(?P(\d+[\.\-_]*)+)/"