From 7c9b7691d6d957eb5656d75558a891709f06c506 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 1 Jun 2023 17:03:36 +0800 Subject: [PATCH] python3-sphinx-rtd-theme: upgrade 1.2.0 -> 1.2.1 (From OE-Core rev: 83019518bbd32c2c2fc753d3e9ec8c205682285a) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- ...inx-rtd-theme_1.2.0.bb => python3-sphinx-rtd-theme_1.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx-rtd-theme_1.2.0.bb => python3-sphinx-rtd-theme_1.2.1.bb} (88%) diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb similarity index 88% rename from meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb rename to meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb index d9cd18e0ed..25de0159b6 100644 --- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb @@ -13,7 +13,7 @@ RDEPENDS:${PN} += " \ PYPI_PACKAGE = "sphinx_rtd_theme" -SRC_URI[sha256sum] = "a0d8bd1a2ed52e0b338cbe19c4b2eef3c5e7a048769753dac6a9f059c7b641b8" +SRC_URI[sha256sum] = "cf9a7dc0352cf179c538891cb28d6fad6391117d4e21c891776ab41dd6c8ff70" UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P(\d+[\.\-_]*)+)/" inherit setuptools3 pypi