[02/11] python3-typing-extensions: fix upstream version check

Message ID 20220319071605.152904-2-alex@linutronix.de
State Accepted, archived
Commit 3adad1e0cf0ad2238e0bbc23949d3b8668d41a5c
Headers show
Series [01/11] python3-semantic-version: fix upstream verison check | expand

Commit Message

Alexander Kanavin March 19, 2022, 7:15 a.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../python/python3-typing-extensions_3.10.0.0.bb                | 2 ++
 1 file changed, 2 insertions(+)

Patch

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<pver>(\d+[\.\-_]*)+)/"