From ac0e9989660c7393678c441aef01d8ae4fc495cf3db3da1b87e59ff9b2d4bd42 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Jul 2023 14:28:52 +0000 Subject: [PATCH] Accepting request 1100758 from home:bmwiedemann:branches:devel:languages:python Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1100758 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=69 --- python-WebOb.changes | 5 +++++ python-WebOb.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-WebOb.changes b/python-WebOb.changes index 0ed3a38..00e29f1 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 26 07:20:55 UTC 2023 - Bernhard Wiedemann + +- Drop sphinx doctrees for reproducible builds + ------------------------------------------------------------------- Wed May 3 11:20:42 UTC 2023 - Martin Liška diff --git a/python-WebOb.spec b/python-WebOb.spec index 71bccbe..82b50d7 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -66,7 +66,7 @@ sed -i 's/worker.isAlive/worker.is_alive/' tests/conftest.py %build %python_build -PYTHONPATH=./src sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo +PYTHONPATH=./src sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} %install %python_install