From 78869e0f23bb387f83a31c53b1a559d0f7996e5d23a2c403e91e78843a8b8912 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Jul 2023 14:28:25 +0000 Subject: [PATCH] Accepting request 1100750 from home:bmwiedemann:branches:devel:languages:python Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1100750 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=32 --- python-bpython.changes | 5 +++++ python-bpython.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-bpython.changes b/python-bpython.changes index 670cd74..61d3349 100644 --- a/python-bpython.changes +++ b/python-bpython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 26 06:58:24 UTC 2023 - Bernhard Wiedemann + +- Drop sphinx doctrees for reproducible builds + ------------------------------------------------------------------- Tue May 23 08:55:21 UTC 2023 - Steve Kowalik diff --git a/python-bpython.spec b/python-bpython.spec index acdf133..01d813a 100644 --- a/python-bpython.spec +++ b/python-bpython.spec @@ -93,7 +93,7 @@ Documentation and help files for %{name}. %build %pyproject_wheel # Build HTML documentation -sphinx-build doc/sphinx/source build/sphinx/html && rm build/sphinx/html/.buildinfo +sphinx-build doc/sphinx/source build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} # .. and the manual pages sphinx-build -b man doc/sphinx/source build/sphinx/man