[packages/python-django-celery] - try to disable network usage from sphinx

qboosh qboosh at pld-linux.org
Mon Jan 8 21:12:54 CET 2024


commit 62124c5edfdb78df346951db94d12710950cf1d2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jan 8 21:13:54 2024 +0100

    - try to disable network usage from sphinx

 python-django-celery.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/python-django-celery.spec b/python-django-celery.spec
index 858ba44..c3614bf 100644
--- a/python-django-celery.spec
+++ b/python-django-celery.spec
@@ -94,6 +94,9 @@ Dokumentacja API modułu Pythona django-celery.
 %setup -q -n %{module}-%{version}
 %patch0 -p1
 
+# avoid network usage via sphinxcontrib-issuetracker during docs build
+%{__sed} -i -e 's/Issue #\([0-9]\+\)/Issue ``#\1``/' docs/changelog.rst
+
 %build
 %if %{with python2}
 %py_build %{?with_tests:test}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-django-celery.git/commitdiff/62124c5edfdb78df346951db94d12710950cf1d2



More information about the pld-cvs-commit mailing list