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:
parent
d62167796f
commit
f2dd54efe9
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user