* [gentoo-commits] repo/proj/guru:master commit in: dev-python/celery/files/
@ 2023-12-31 15:28 David Roman
0 siblings, 0 replies; only message in thread
From: David Roman @ 2023-12-31 15:28 UTC (permalink / raw
To: gentoo-commits
commit: a02c6163a389d69a946a7b85759125c640b8998c
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Dec 30 18:13:05 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Dec 30 18:20:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a02c6163
dev-python/celery: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
.../files/celery-5.3.0_beta1-sphinx-6.0.patch | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/dev-python/celery/files/celery-5.3.0_beta1-sphinx-6.0.patch b/dev-python/celery/files/celery-5.3.0_beta1-sphinx-6.0.patch
deleted file mode 100644
index 5d785b9c6e..0000000000
--- a/dev-python/celery/files/celery-5.3.0_beta1-sphinx-6.0.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 57acb4d0ecb4fcb55daf3bb2d750aa760a81eec6 Mon Sep 17 00:00:00 2001
-From: Mathias Ertl <mati@er.tl>
-Date: Sat, 24 Dec 2022 10:40:19 +0100
-Subject: [PATCH] return list of nodes to make sphinx extension compatible with
- Sphinx 6.0
-
----
- celery/contrib/sphinx.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/celery/contrib/sphinx.py b/celery/contrib/sphinx.py
-index a3a06479ccf..a5505ff189a 100644
---- a/celery/contrib/sphinx.py
-+++ b/celery/contrib/sphinx.py
-@@ -32,6 +32,7 @@
- """
- from inspect import signature
-
-+from docutils import nodes
- from sphinx.domains.python import PyFunction
- from sphinx.ext.autodoc import FunctionDocumenter
-
-@@ -75,7 +76,7 @@ class TaskDirective(PyFunction):
- """Sphinx task directive."""
-
- def get_signature_prefix(self, sig):
-- return self.env.config.celery_task_prefix
-+ return [nodes.Text(self.env.config.celery_task_prefix)]
-
-
- def autodoc_skip_member_handler(app, what, name, obj, skip, options):
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-31 15:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-31 15:28 [gentoo-commits] repo/proj/guru:master commit in: dev-python/celery/files/ David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox