[packages/python3-jaraco.packaging] - patch bugfix
qboosh
qboosh at pld-linux.org
Fri Oct 20 22:23:25 CEST 2023
commit 7206651eb1874c3aace4f353925039b59ee8b770
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Oct 20 22:25:26 2023 +0200
- patch bugfix
no-pep517.patch | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/no-pep517.patch b/no-pep517.patch
index 1b8565c..945ece7 100644
--- a/no-pep517.patch
+++ b/no-pep517.patch
@@ -6,11 +6,12 @@ Current (9.4.0) code has some workaround, but it requires building wheel, which
--- jaraco.packaging-9.4.0/jaraco/packaging/sphinx.py.orig 2023-10-17 20:57:31.545755310 +0200
+++ jaraco.packaging-9.4.0/jaraco/packaging/sphinx.py 2023-10-18 19:33:19.935053257 +0200
-@@ -7,11 +7,9 @@ True
+@@ -7,11 +7,10 @@ True
"""
import os
-import warnings
++import subprocess
+import sys
from importlib import metadata
@@ -19,7 +20,7 @@ Current (9.4.0) code has some workaround, but it requires building wheel, which
import sphinx.util.docutils
from docutils.parsers.rst import directives
import docutils.statemachine
-@@ -82,39 +80,25 @@ class SidebarLinksDirective(sphinx.util.
+@@ -82,39 +81,25 @@ class SidebarLinksDirective(sphinx.util.
return [only_node]
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-jaraco.packaging.git/commitdiff/7206651eb1874c3aace4f353925039b59ee8b770
More information about the pld-cvs-commit
mailing list