]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-sphinx-rtd-theme: correct upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 21 Mar 2022 09:21:22 +0000 (10:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2022 12:11:15 +0000 (12:11 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-sphinx-rtd-theme_0.5.0.bb

index 4a43b595aa51e8274b22319f8d05e26c0ec5772e..fa375055a1875c6341936155d0ef2008318da279 100644 (file)
@@ -11,6 +11,7 @@ DEPENDS = "python3-sphinx"
 PYPI_PACKAGE = "sphinx_rtd_theme"
 
 SRC_URI[sha256sum] = "22c795ba2832a169ca301cd0a083f7a434e09c538c70beb42782c073651b707d"
+UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P<pver>(\d+[\.\-_]*)+)/"
 
 inherit setuptools3 pypi