diff --git a/python-mysqlclient.changes b/python-mysqlclient.changes index 16c01a8..905f85e 100644 --- a/python-mysqlclient.changes +++ b/python-mysqlclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 26 07:14:20 UTC 2023 - Bernhard Wiedemann + +- Drop sphinx doctrees for reproducible builds + ------------------------------------------------------------------- Sun Jun 25 08:28:34 UTC 2023 - Andreas Schneider diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index a206b18..0bc2305 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -72,7 +72,7 @@ This package adds Python 3 support and bug fixes to MySQLdb1. %if !%{with test} %python_build -sphinx-build -b html doc build/sphinx/html && rm build/sphinx/html/.buildinfo +sphinx-build -b html doc build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} %endif %check