From c8ff27b503b4393b69b684e05f565922d01a315f Mon Sep 17 00:00:00 2001 From: lingsheng Date: Tue, 2 Mar 2021 16:50:25 +0800 Subject: [PATCH] Disable Sphinx extensions that require Internet access (cherry picked from commit d641e3b896fe7771e554ad391a51a5e3d2e4f773) --- python-hypothesis.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index e918f76..dd5813a 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,7 +1,7 @@ %{?python_enable_dependency_generator} Name: python-hypothesis Version: 5.20.3 -Release: 1 +Release: 2 Summary: based testing for python code License: MPLv2.0 URL: https://github.com/HypothesisWorks/hypothesis-python @@ -35,6 +35,7 @@ Help document for the python-hypothesis %prep %autosetup -n hypothesis-hypothesis-python-%{version}/hypothesis-python -p1 +sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py %build %py3_build @@ -54,6 +55,9 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man %{python3_sitelib}/hypothesis/ %changelog +* Tue Mar 2 2021 lingsheng - 5.20.3-2 +- Disable Sphinx extensions that require Internet access + * Sat Aug 8 2020 tianwei - 5.20.3-1 - update release to 5.20.3 -- Gitee