15
0

Accepting request 1100874 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1100874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebTest?expand=0&rev=33
This commit is contained in:
2023-07-27 14:50:08 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 26 07:25:22 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop sphinx doctrees for reproducible builds
-------------------------------------------------------------------
Tue May 9 13:38:14 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@@ -67,7 +67,7 @@ This package contains documentation files for %{name}.
%build
%python_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}
%install
%python_install