From b61293d7fc750cf52289bb6bd6e136af77b43efd22cb23d53b145256eb8a7d4c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 28 Jul 2023 14:29:34 +0000 Subject: [PATCH] Accepting request 1101194 from home:bmwiedemann:branches:devel:languages:python Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1101194 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flup?expand=0&rev=28 --- python-flup.changes | 5 +++++ python-flup.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-flup.changes b/python-flup.changes index f302887..42135e1 100644 --- a/python-flup.changes +++ b/python-flup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 28 12:56:13 UTC 2023 - Bernhard Wiedemann + +- Drop sphinx doctrees for reproducible builds + ------------------------------------------------------------------- Tue May 23 09:27:10 UTC 2023 - Steve Kowalik diff --git a/python-flup.spec b/python-flup.spec index 94442a1..e329796 100644 --- a/python-flup.spec +++ b/python-flup.spec @@ -47,7 +47,7 @@ This package contains HTML documentation for %{name}. %build %python_build -python3 -m sphinx docs/source docs/build/html && rm docs/build/html/.buildinfo +python3 -m sphinx docs/source docs/build/html && rm -r docs/build/html/.{buildinfo,doctrees} %install %python_install