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
This commit is contained in:
Matej Cepl 2023-07-26 14:28:32 +00:00 committed by Git OBS Bridge
parent d62167796f
commit f2dd54efe9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 26 07:14:20 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop sphinx doctrees for reproducible builds
-------------------------------------------------------------------
Sun Jun 25 08:28:34 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -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