From f2dd54efe970d8516853143873ec041455074a078553ffd55f48c5e5bca09167 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Jul 2023 14:28:32 +0000 Subject: [PATCH] Accepting request 1100753 from home:bmwiedemann:branches:devel:languages:python Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1100753 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=35 --- python-mysqlclient.changes | 5 +++++ python-mysqlclient.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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