]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-hatch-vcs: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 27 Jun 2022 09:49:49 +0000 (11:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jun 2022 11:53:55 +0000 (12:53 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb

index 100099c130c0a0447c3fbc9ac1eae3019734fa1b..cca2c49d2b768919438a3f36fe8b781920241e89 100644 (file)
@@ -10,3 +10,5 @@ PYPI_PACKAGE = "hatch_vcs"
 SRC_URI[sha256sum] = "9913d733b34eec9bb0345d0626ca32165a4ad2de15d1ce643c36d09ca908abff"
 
 BBCLASSEXTEND = "native nativesdk"
+
+UPSTREAM_CHECK_REGEX = "/hatch-vcs/(?P<pver>(\d+[\.\-_]*)+)/"