[packages/python-attrs] - fixed intersphinx mapping in patch
qboosh
qboosh at pld-linux.org
Wed Nov 26 05:46:55 CET 2025
commit 14813bbb200212b5099bdb122c49b1e7779f4839
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Nov 26 05:47:01 2025 +0100
- fixed intersphinx mapping in patch
attrs-intersphinx.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/attrs-intersphinx.patch b/attrs-intersphinx.patch
index d6ad101..a301569 100644
--- a/attrs-intersphinx.patch
+++ b/attrs-intersphinx.patch
@@ -5,7 +5,7 @@
intersphinx_mapping = {
- "https://docs.python.org/3": None,
-+ "https://docs.python.org/3": ("python", None),
++ "python": ("https://docs.python.org/3", None),
}
# Allow non-local URIs so we can have images in CHANGELOG etc.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-attrs.git/commitdiff/14813bbb200212b5099bdb122c49b1e7779f4839
More information about the pld-cvs-commit
mailing list