Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sqlalchemy-migrate for
openSUSE:Factory checked in at 2023-02-17 16:45:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlalchemy-migrate (Old)
and /work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sqlalchemy-migrate"
Fri Feb 17 16:45:21 2023 rev:27 rq:1066287 version:0.13.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sqlalchemy-migrate/python-sqlalchemy-migrate.changes
2021-07-21 19:07:56.107453634 +0200
+++
/work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new.22824/python-sqlalchemy-migrate.changes
2023-02-17 16:45:32.371043239 +0100
@@ -1,0 +2,5 @@
+Thu Feb 16 23:42:47 UTC 2023 - Dirk Müller <[email protected]>
+
+- fix documentation invocation
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sqlalchemy-migrate.spec ++++++
--- /var/tmp/diff_new_pack.ATtx2j/_old 2023-02-17 16:45:32.951046505 +0100
+++ /var/tmp/diff_new_pack.ATtx2j/_new 2023-02-17 16:45:32.955046527 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-sqlalchemy-migrate
#
-# Copyright (c) 2021 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
@@ -78,7 +78,7 @@
%build
%python_build
-python3 setup.py build_sphinx && rm doc/build/html/.buildinfo # Build HTML
documentation
+sphinx-build -b html doc/source doc/build/html && rm doc/build/html/.buildinfo
# Build HTML documentation
%install
%python_install