From 30431bed25930504814063089c94ebe94428e6b7 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 19 Mar 2022 08:15:56 +0100 Subject: python3-typing-extensions: fix upstream version check (From OE-Core rev: 3adad1e0cf0ad2238e0bbc23949d3b8668d41a5c) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python') 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 a5f491c770..a8e83fc824 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+[\.\-_]*)+)/" -- cgit v1.2.3-54-g00ecf