Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sphinxcontrib-asyncio for openSUSE:Factory checked in at 2022-02-09 20:38:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-asyncio (Old) and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-asyncio.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-asyncio" Wed Feb 9 20:38:09 2022 rev:6 rq:951748 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sphinxcontrib-asyncio/python-sphinxcontrib-asyncio.changes 2020-11-02 10:40:47.455405433 +0100 +++ /work/SRC/openSUSE:Factory/.python-sphinxcontrib-asyncio.new.1898/python-sphinxcontrib-asyncio.changes 2022-02-09 20:38:16.602243456 +0100 @@ -1,0 +2,6 @@ +Sat Jan 29 14:14:33 UTC 2022 - Sebastian Wagner <sebix+novell....@sebix.at> + +- disable docs as they fail to build, see: + https://lists.opensuse.org/archives/list/pyt...@lists.opensuse.org/thread/UXTSXGRQBDZHYLFOYOC7RLDJKTVNAPQQ/ + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sphinxcontrib-asyncio.spec ++++++ --- /var/tmp/diff_new_pack.YkVZOU/_old 2022-02-09 20:38:17.218244929 +0100 +++ /var/tmp/diff_new_pack.YkVZOU/_new 2022-02-09 20:38:17.222244939 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-sphinxcontrib-asyncio # -# 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 @@ -46,10 +46,10 @@ %build %python_build -pushd docs -PYTHONPATH=.. make html -rm _build/html/.buildinfo -popd +#pushd docs +#PYTHONPATH=.. make html +#rm _build/html/.buildinfo +#popd %install %python_install @@ -60,7 +60,8 @@ %python_expand rm -f %{buildroot}%{$python_sitelib}/sphinxcontrib/__pycache__/__init__*.py* %files %{python_files} -%doc CHANGES.rst README.rst docs/_build/html +%doc CHANGES.rst README.rst +#docs/_build/html %{python_sitelib}/sphinxcontrib/asyncio.py* %pycache_only %dir %{python_sitelib}/sphinxcontrib/__pycache__/ %pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/asyncio*.py*