From: zhengruoqin Date: Fri, 4 Nov 2022 06:58:56 +0000 (+0800) Subject: python3-sphinx-rtd-theme: upgrade 1.0.0 -> 1.1.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2621 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=414abb4abe53f809ae7711fbf8d95afa6ad2989f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-sphinx-rtd-theme: upgrade 1.0.0 -> 1.1.0 Changelog: https://sphinx-rtd-theme.readthedocs.io/en/stable/changelog.html Signed-off-by: Zheng Ruoqin Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.0.0.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb similarity index 88% rename from meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.0.0.bb rename to meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb index df34e11bb70..a4c882eab0d 100644 --- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.0.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb @@ -10,7 +10,7 @@ DEPENDS = "python3-sphinx" PYPI_PACKAGE = "sphinx_rtd_theme" -SRC_URI[sha256sum] = "eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c" +SRC_URI[sha256sum] = "6e20f00f62b2c05434a33c5116bc3348a41ca94af03d3d7d1714c63457073bb3" UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P(\d+[\.\-_]*)+)/" inherit setuptools3 pypi