From a9e8a285ca2799694a0aae741e50ca1b0f412180f410d7142064c868a78b6c81 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 29 Jan 2022 14:15:24 +0000 Subject: [PATCH] - disable docs as they fail to build, see: https://lists.opensuse.org/archives/list/python@lists.opensuse.org/thread/UXTSXGRQBDZHYLFOYOC7RLDJKTVNAPQQ/ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-asyncio?expand=0&rev=13 --- python-sphinxcontrib-asyncio.changes | 6 ++++++ python-sphinxcontrib-asyncio.spec | 13 +++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/python-sphinxcontrib-asyncio.changes b/python-sphinxcontrib-asyncio.changes index 7803d47..5ae46f7 100644 --- a/python-sphinxcontrib-asyncio.changes +++ b/python-sphinxcontrib-asyncio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 29 14:14:33 UTC 2022 - Sebastian Wagner + +- disable docs as they fail to build, see: + https://lists.opensuse.org/archives/list/python@lists.opensuse.org/thread/UXTSXGRQBDZHYLFOYOC7RLDJKTVNAPQQ/ + ------------------------------------------------------------------- Sat Aug 22 08:39:57 UTC 2020 - Sebastian Wagner diff --git a/python-sphinxcontrib-asyncio.spec b/python-sphinxcontrib-asyncio.spec index c443c7b..d190718 100644 --- a/python-sphinxcontrib-asyncio.spec +++ b/python-sphinxcontrib-asyncio.spec @@ -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 @@ Sphinx extension for adding asyncio-specific markups %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 @@ popd %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*