]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-typing-extensions: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sat, 19 Mar 2022 07:15:56 +0000 (08:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2022 00:01:21 +0000 (00:01 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb

index a5f491c7700f72fb0ff1e04884c69454ff411aa8..a8e83fc8245d28add6f697ed526706277ffbfbf2 100644 (file)
@@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6
 inherit pypi setuptools3
 
 BBCLASSEXTEND = "native nativesdk"
+
+UPSTREAM_CHECK_REGEX = "/typing-extensions/(?P<pver>(\d+[\.\-_]*)+)/"