From: Alexander Kanavin Date: Mon, 21 Mar 2022 09:21:22 +0000 (+0100) Subject: python3-sphinx-rtd-theme: correct upstream version check X-Git-Tag: yocto-4.0~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=975be11022f42d5e91ac82bdd253a7570a72b5a7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-sphinx-rtd-theme: correct upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_0.5.0.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_0.5.0.bb index 4a43b595aa5..fa375055a18 100644 --- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_0.5.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_0.5.0.bb @@ -11,6 +11,7 @@ DEPENDS = "python3-sphinx" PYPI_PACKAGE = "sphinx_rtd_theme" SRC_URI[sha256sum] = "22c795ba2832a169ca301cd0a083f7a434e09c538c70beb42782c073651b707d" +UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P(\d+[\.\-_]*)+)/" inherit setuptools3 pypi