Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.hookable for
openSUSE:Factory checked in at 2023-07-27 16:50:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.hookable (Old)
and /work/SRC/openSUSE:Factory/.python-zope.hookable.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.hookable"
Thu Jul 27 16:50:00 2023 rev:17 rq:1100789 version:5.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.hookable/python-zope.hookable.changes
2023-06-12 15:24:31.946370817 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.hookable.new.32662/python-zope.hookable.changes
2023-07-27 16:50:10.485599427 +0200
@@ -1,0 +2,5 @@
+Wed Jul 26 07:30:49 UTC 2023 - Bernhard Wiedemann <[email protected]>
+
+- Drop sphinx doctrees for reproducible builds
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.hookable.spec ++++++
--- /var/tmp/diff_new_pack.U8HpH6/_old 2023-07-27 16:50:11.621605846 +0200
+++ /var/tmp/diff_new_pack.U8HpH6/_new 2023-07-27 16:50:11.625605868 +0200
@@ -74,7 +74,7 @@
%build
%if !%{with test}
%python_build
-sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo
build/sphinx/html/objects.inv
+sphinx-build -b html docs build/sphinx/html && rm -r
build/sphinx/html/.{buildinfo,doctrees} build/sphinx/html/objects.inv
%endif
%install