From 999420a490a05be0ae6a701b4f498268abfa859733825670ceceea585d880000 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 2 Jul 2025 14:06:15 +0000 Subject: [PATCH] - Use one core to build doc. This will make sphinx doc build reproducible. bsc#1243155 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python312?expand=0&rev=151 --- python312.changes | 7 +++++++ python312.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python312.changes b/python312.changes index 4173fd7..2a1f601 100644 --- a/python312.changes +++ b/python312.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 1 08:19:52 UTC 2025 - Daniel Garcia + +- Use one core to build doc. This will make sphinx doc build + reproducible. + bsc#1243155 + ------------------------------------------------------------------- Mon Jun 9 19:41:07 UTC 2025 - Matej Cepl diff --git a/python312.spec b/python312.spec index 17fba23..abd35bd 100644 --- a/python312.spec +++ b/python312.spec @@ -486,7 +486,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