From fdadf315eb79dd97f8998f20d0bef8ea980212d5 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 7 Aug 2024 11:43:25 -0400 Subject: [PATCH] python3-sphinx: upgrade 7.4.7 -> 8.0.2 Changelog: https://github.com/sphinx-doc/sphinx/releases Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- .../python/{python3-sphinx_7.4.7.bb => python3-sphinx_8.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx_7.4.7.bb => python3-sphinx_8.0.2.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-sphinx_7.4.7.bb b/meta/recipes-devtools/python/python3-sphinx_8.0.2.bb similarity index 91% rename from meta/recipes-devtools/python/python3-sphinx_7.4.7.bb rename to meta/recipes-devtools/python/python3-sphinx_8.0.2.bb index e7138523859..94ea56c4fd4 100644 --- a/meta/recipes-devtools/python/python3-sphinx_7.4.7.bb +++ b/meta/recipes-devtools/python/python3-sphinx_8.0.2.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "BSD-2-Clause & MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b6c681698874edd2eb9eaff7cc9de642" -SRC_URI[sha256sum] = "242f92a7ea7e6c5b406fdc2615413890ba9f699114a9c09192d7dfead2ee9cfe" +SRC_URI[sha256sum] = "0cce1ddcc4fd3532cf1dd283bc7d886758362c5c1de6598696579ce96d8ffa5b" inherit python_flit_core pypi UPSTREAM_CHECK_REGEX = "/Sphinx/(?P(\d+[\.\-_]*)+)/" -- 2.47.3