Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinxcontrib-fulltoc for
openSUSE:Factory checked in at 2022-02-05 23:23:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-fulltoc (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-fulltoc.new.1898
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-fulltoc"
Sat Feb 5 23:23:17 2022 rev:2 rq:951749 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-fulltoc/python-sphinxcontrib-fulltoc.changes
2020-09-03 01:18:14.032560566 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-fulltoc.new.1898/python-sphinxcontrib-fulltoc.changes
2022-02-05 23:23:53.847631574 +0100
@@ -1,0 +2,6 @@
+Sat Jan 29 14:15:55 UTC 2022 - Sebastian Wagner <[email protected]>
+
+- disable failing doc build, see
+
https://lists.opensuse.org/archives/list/[email protected]/thread/UXTSXGRQBDZHYLFOYOC7RLDJKTVNAPQQ/
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-fulltoc.spec ++++++
--- /var/tmp/diff_new_pack.he846x/_old 2022-02-05 23:23:54.263628729 +0100
+++ /var/tmp/diff_new_pack.he846x/_new 2022-02-05 23:23:54.267628702 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-fulltoc
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -49,10 +49,10 @@
%build
%python_build
-pushd docs
-LANG=C.UTF-8 READTHEDOCS=True PYTHONPATH=.. make html
-rm build/html/.buildinfo
-popd
+#pushd docs
+#LANG=C.UTF-8 READTHEDOCS=True PYTHONPATH=.. make html
+#rm build/html/.buildinfo
+#popd
%install
%python_install
@@ -61,6 +61,7 @@
%files %{python_files}
%{python_sitelib}/*
%license LICENSE
-%doc ChangeLog README.rst docs/build/html
+%doc ChangeLog README.rst
+#docs/build/html
%changelog