Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.event for
openSUSE:Factory checked in at 2023-05-04 17:09:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.event (Old)
and /work/SRC/openSUSE:Factory/.python-zope.event.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.event"
Thu May 4 17:09:46 2023 rev:17 rq:1084328 version:4.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zope.event/python-zope.event.changes
2023-04-22 21:58:47.368617046 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.event.new.1533/python-zope.event.changes
2023-05-04 17:09:58.636155139 +0200
@@ -1,0 +2,6 @@
+Wed May 3 11:23:16 UTC 2023 - Martin Liška <[email protected]>
+
+- Use sphinx-build and do not depend on removed build_sphinx
+ in Sphinx 7.0 (boo#1211051).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.event.spec ++++++
--- /var/tmp/diff_new_pack.TTkpC0/_old 2023-05-04 17:09:59.120157973 +0200
+++ /var/tmp/diff_new_pack.TTkpC0/_new 2023-05-04 17:09:59.124157996 +0200
@@ -60,7 +60,7 @@
# raises DistributionNotFound for zope.event, hence build doc directly
# from source in order to avoid the need for an external doc package
export PYTHONPATH=$(pwd)/src
-python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo
%install
%python_install