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