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