diff mbox series

[1/9] python3-sphinx: upgrade 7.4.7 -> 8.0.2

Message ID 20240807154333.533180-1-tgamblin@baylibre.com
State Accepted, archived
Commit fdadf315eb79dd97f8998f20d0bef8ea980212d5
Headers show
Series [1/9] python3-sphinx: upgrade 7.4.7 -> 8.0.2 | expand

Commit Message

Trevor Gamblin Aug. 7, 2024, 3:43 p.m. UTC
Changelog: https://github.com/sphinx-doc/sphinx/releases

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 .../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 mbox series

Patch

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 e713852385..94ea56c4fd 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<pver>(\d+[\.\-_]*)+)/"