Accepting request 1100880 from devel:languages:python
- Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1100880 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=17
This commit is contained in:
commit
01a2281e8e
@ -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>
|
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}
|
%if !%{with test}
|
||||||
%python_build
|
%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
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user