From: Alexander Kanavin Date: Mon, 24 May 2021 09:13:32 +0000 (+0200) Subject: python3-smartypants: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7722 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00f3ebbab50182ad5b948f266480cf30f9eb1d33;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-smartypants: fix upstream version check Upstream has never published the 2.0.1 tarball. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb b/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb index 8acc971c357..ba3408247b7 100644 --- a/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb +++ b/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb @@ -10,3 +10,4 @@ SRC_URI[sha256sum] = "7812353a32022699a1aa8cd5626e01c94a946dcaeedaee2d0b382bae4c BBCLASSEXTEND = "native" +UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P(?!2\.0\.1)(\d+[\.\-_]*)+)/"