Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.i18nmessageid for
openSUSE:Factory checked in at 2023-05-04 17:09:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.i18nmessageid (Old)
and /work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.i18nmessageid"
Thu May 4 17:09:48 2023 rev:14 rq:1084330 version:5.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.i18nmessageid/python-zope.i18nmessageid.changes
2023-02-02 18:34:32.609734323 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.1533/python-zope.i18nmessageid.changes
2023-05-04 17:09:59.952162844 +0200
@@ -1,0 +2,6 @@
+Wed May 3 11:26:33 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.i18nmessageid.spec ++++++
--- /var/tmp/diff_new_pack.Z3b4O2/_old 2023-05-04 17:10:00.440165702 +0200
+++ /var/tmp/diff_new_pack.Z3b4O2/_new 2023-05-04 17:10:00.448165748 +0200
@@ -65,7 +65,7 @@
%build
%if !%{with test}
%python_build
-python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
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