Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mysqlclient for openSUSE:Factory checked in at 2023-05-04 17:09:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mysqlclient (Old) and /work/SRC/openSUSE:Factory/.python-mysqlclient.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mysqlclient" Thu May 4 17:09:44 2023 rev:15 rq:1084284 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mysqlclient/python-mysqlclient.changes 2022-09-25 15:34:42.927538016 +0200 +++ /work/SRC/openSUSE:Factory/.python-mysqlclient.new.1533/python-mysqlclient.changes 2023-05-04 17:09:57.336147527 +0200 @@ -1,0 +2,6 @@ +Wed May 3 11:10: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-mysqlclient.spec ++++++ --- /var/tmp/diff_new_pack.c8PzbP/_old 2023-05-04 17:09:57.772150080 +0200 +++ /var/tmp/diff_new_pack.c8PzbP/_new 2023-05-04 17:09:57.776150104 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -74,7 +74,7 @@ %if !%{with test} %python_build -python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo +sphinx-build -b html doc build/sphinx/html && rm build/sphinx/html/.buildinfo %endif %check
