diff mbox series

[2/3] python3-sphinx: upgrade 8.1.3 -> 8.2.1

Message ID 20250226025437.2042320-2-tgamblin@baylibre.com
State Accepted, archived
Commit 67874bb6689f177dcf4b7509cfa0dc9d62b8f38b
Headers show
Series [1/3] python3-flit-core: upgrade 3.10.1 -> 3.11.0 | expand

Commit Message

Trevor Gamblin Feb. 26, 2025, 2:54 a.m. UTC
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html

License-Update: Update copyright year

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 .../{python3-sphinx_8.1.3.bb => python3-sphinx_8.2.1.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-sphinx_8.1.3.bb => python3-sphinx_8.2.1.bb} (83%)

Comments

Mathieu Dubois-Briand Feb. 26, 2025, 12:33 p.m. UTC | #1
On Wed Feb 26, 2025 at 3:54 AM CET, Trevor Gamblin wrote:
> Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html
>
> License-Update: Update copyright year
>
> Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
> ---

Hi Trevor,

Thanks for your patch.

I believe this is breaking the btrfs build, we get the following error
on the autobuilder:

ERROR: btrfs-tools-6.12-r0 do_compile: oe_runmake failed
ERROR: btrfs-tools-6.12-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/build-st-83385/tmp/work/core2-64-poky-linux/btrfs-tools/6.12/temp/run.do_compile.1523080' failed with exit code 1
ERROR: Logfile of failure stored in: /srv/pokybuild/yocto-worker/oe-selftest-fedora/build/build-st-83385/tmp/work/core2-64-poky-linux/btrfs-tools/6.12/temp/log.do_compile.1523080
Log data follows:
| DEBUG: Executing shell function do_compile
...
| Traceback
| =========
|
|       File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/build-st-83385/tmp/work/core2-64-poky-linux/btrfs-tools/6.12/recipe-sysroot-native/usr/lib/python3.13/site-packages/sphinx/registry.py", line 544, in load_extension
|         raise ExtensionError(
|             __('Could not import extension %s') % extname, err
|         ) from err
|     sphinx.errors.ExtensionError: Could not import extension sphinx.builders.latex (exception: No module named 'roman_numerals')
|

https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/997

Can you have a look at this issue please?
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-sphinx_8.1.3.bb b/meta/recipes-devtools/python/python3-sphinx_8.2.1.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-sphinx_8.1.3.bb
rename to meta/recipes-devtools/python/python3-sphinx_8.2.1.bb
index 38cceb068a8..e22ab817e7e 100644
--- a/meta/recipes-devtools/python/python3-sphinx_8.1.3.bb
+++ b/meta/recipes-devtools/python/python3-sphinx_8.2.1.bb
@@ -2,9 +2,9 @@  SUMMARY = "Python documentation generator"
 HOMEPAGE = "http://sphinx-doc.org/"
 SECTION = "devel/python"
 LICENSE = "BSD-2-Clause & MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=4ab44940eeb9c0ec044da326d904a683"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=e30c37a2b7fb0afa3adc0d72b85e8b04"
 
-SRC_URI[sha256sum] = "43c1911eecb0d3e161ad78611bc905d1ad0e523e4ddc202a58a821773dc4c927"
+SRC_URI[sha256sum] = "e4b932951b9c18b039f73b72e4e63afe967d90408700ec222b981ac24647c01e"
 
 inherit python_flit_core pypi