Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
d6de028484 |
@@ -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>
|
Wed May 3 11:25:15 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@@ -25,7 +25,6 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
|
||||||
Name: python-zope.hookable%{psuffix}
|
Name: python-zope.hookable%{psuffix}
|
||||||
Version: 5.4
|
Version: 5.4
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -74,7 +73,7 @@ rm -rf zope.hookable.egg-info
|
|||||||
%build
|
%build
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_build
|
%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
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user