From cb554c7d4cb6223ddc5f81153edb68e9aad4f74d681e48fe7a9afd2191b95a14 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 2 Jul 2025 11:27:27 +0000 Subject: [PATCH] Accepting request 1289841 from home:dgarcia:branches:devel:languages:python:Factory - Use one core to build doc. This will make sphinx doc build reproducible. bsc#1243155 OBS-URL: https://build.opensuse.org/request/show/1289841 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=108 --- python313.changes | 7 +++++++ python313.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python313.changes b/python313.changes index d098403..e9abecf 100644 --- a/python313.changes +++ b/python313.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 1 08:23:22 UTC 2025 - Daniel Garcia + +- Use one core to build doc. This will make sphinx doc build + reproducible. + bsc#1243155 + ------------------------------------------------------------------- Sat Jun 21 14:32:16 UTC 2025 - Marcus Meissner diff --git a/python313.spec b/python313.spec index 50abd0c..da469f5 100644 --- a/python313.spec +++ b/python313.spec @@ -562,7 +562,7 @@ TODAY_DATE=`date -r %{SOURCE0} "+%%B %%d, %%Y"` cd Doc sed -i "s/^today = .*/today = '$TODAY_DATE'/" conf.py -%make_build -j1 html +%make_build -j1 JOBS=1 html # Build also devhelp files sphinx-build -a -b devhelp . build/devhelp