From: Alexander Kanavin Date: Sat, 19 Mar 2022 07:15:56 +0000 (+0100) Subject: python3-typing-extensions: fix upstream version check X-Git-Tag: yocto-4.0~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3adad1e0cf0ad2238e0bbc23949d3b8668d41a5c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-typing-extensions: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb index a5f491c7700..a8e83fc8245 100644 --- a/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb +++ b/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb @@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6 inherit pypi setuptools3 BBCLASSEXTEND = "native nativesdk" + +UPSTREAM_CHECK_REGEX = "/typing-extensions/(?P(\d+[\.\-_]*)+)/"