15
0
forked from pool/python-nss

Accepting request 1094593 from home:bmwiedemann:branches:devel:languages:python

Drop sphinx .doctrees to make package build reproducible

OBS-URL: https://build.opensuse.org/request/show/1094593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nss?expand=0&rev=16
This commit is contained in:
2023-06-22 11:43:04 +00:00
committed by Git OBS Bridge
parent ea48b7c136
commit 829d6121c8
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 22 08:19:27 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop sphinx .doctrees to make package build reproducible
-------------------------------------------------------------------
Wed Jun 14 05:57:12 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -71,7 +71,7 @@ HTML Documentation and examples for %name.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
PYTHONPATH=%{buildroot}%{python_sitearch} python3 -m sphinx doc/sphinx/source build/sphinx/html
rm -rf build/sphinx/html/.buildinfo
rm -rf build/sphinx/html/.buildinfo build/sphinx/html/.doctrees
%check
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}