Compare commits

1 Commits
main ... 1.1

2 changed files with 1 additions and 12 deletions

View File

@@ -1,13 +1,3 @@
-------------------------------------------------------------------
Wed Jul 26 07:30:49 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop sphinx doctrees for reproducible builds
-------------------------------------------------------------------
Fri Jun 9 06:17:27 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Wed May 3 11:25:15 UTC 2023 - Martin Liška <mliska@suse.cz>

View File

@@ -25,7 +25,6 @@
%define psuffix %{nil}
%bcond_with test
%endif
%{?sle15_python_module_pythons}
Name: python-zope.hookable%{psuffix}
Version: 5.4
Release: 0
@@ -74,7 +73,7 @@ rm -rf zope.hookable.egg-info
%build
%if !%{with test}
%python_build
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} build/sphinx/html/objects.inv
sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv
%endif
%install