diff --git a/python-zope.hookable.changes b/python-zope.hookable.changes index 99b8cc3..9f5db8b 100644 --- a/python-zope.hookable.changes +++ b/python-zope.hookable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 26 07:30:49 UTC 2023 - Bernhard Wiedemann + +- Drop sphinx doctrees for reproducible builds + ------------------------------------------------------------------- Fri Jun 9 06:17:27 UTC 2023 - ecsos diff --git a/python-zope.hookable.spec b/python-zope.hookable.spec index 221298f..d1b72f8 100644 --- a/python-zope.hookable.spec +++ b/python-zope.hookable.spec @@ -74,7 +74,7 @@ rm -rf zope.hookable.egg-info %build %if !%{with test} %python_build -sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv +sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} build/sphinx/html/objects.inv %endif %install