Accepting request 1100878 from devel:languages:python
Forwarded request #1100756 from bmwiedemann Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1100878 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-waitress?expand=0&rev=30
This commit is contained in:
commit
5becce6854
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 26 07:18:05 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Drop sphinx doctrees for reproducible builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 10 09:00:11 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -127,7 +127,7 @@ This package contains documentation files for %{name}.
|
||||
cp %{SOURCE1} docs/
|
||||
|
||||
%build
|
||||
sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo
|
||||
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
|
Loading…
Reference in New Issue
Block a user