From: Alexander Kanavin Date: Sat, 19 Mar 2022 07:15:55 +0000 (+0100) Subject: python3-semantic-version: fix upstream verison check X-Git-Tag: uninative-3.6~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fbc555ee50f97c4b4b3e3af5eaeb23551ec4901;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-semantic-version: fix upstream verison check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb b/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb index ee635871bf5..4101f480436 100644 --- a/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb +++ b/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb @@ -10,3 +10,5 @@ PYPI_PACKAGE = "semantic_version" inherit pypi setuptools3 BBCLASSEXTEND = "native nativesdk" + +UPSTREAM_CHECK_REGEX = "/semantic-version/(?P(\d+[\.\-_]*)+)/"