]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-smartypants: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 24 May 2021 09:13:32 +0000 (11:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 May 2021 21:35:54 +0000 (22:35 +0100)
Upstream has never published the 2.0.1 tarball.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-smartypants_2.0.0.bb

index 8acc971c3579807c95dcca0236a06c5122364334..ba3408247b7d2a3a6270754c35d04f1c78e97ed7 100644 (file)
@@ -10,3 +10,4 @@ SRC_URI[sha256sum] = "7812353a32022699a1aa8cd5626e01c94a946dcaeedaee2d0b382bae4c
 
 BBCLASSEXTEND = "native"
 
+UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P<pver>(?!2\.0\.1)(\d+[\.\-_]*)+)/"