From 4d2342230a59266ce75c926c258ef1c140634b44ce345d22091f8893f52e25a4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Jul 2023 14:25:15 +0000 Subject: [PATCH] Accepting request 1100760 from home:bmwiedemann:branches:devel:languages:python Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1100760 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=57 --- python-WebTest.changes | 5 +++++ python-WebTest.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-WebTest.changes b/python-WebTest.changes index 81d3eaa..4961657 100644 --- a/python-WebTest.changes +++ b/python-WebTest.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 26 07:25:22 UTC 2023 - Bernhard Wiedemann + +- Drop sphinx doctrees for reproducible builds + ------------------------------------------------------------------- Tue May 9 13:38:14 UTC 2023 - Johannes Kastl diff --git a/python-WebTest.spec b/python-WebTest.spec index a841509..f82bc02 100644 --- a/python-WebTest.spec +++ b/python-WebTest.spec @@ -67,7 +67,7 @@ This package contains documentation files for %{name}. %build %python_build -sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo +sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} %install %python_install