15
0

- Build for modern python in SLE15

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atomicwrites?expand=0&rev=23
This commit is contained in:
2025-09-25 10:44:22 +00:00
committed by Git OBS Bridge
commit 89248937f1
7 changed files with 282 additions and 0 deletions

10
sphinx8.patch Normal file
View File

@@ -0,0 +1,10 @@
Index: atomicwrites-1.4.1/docs/conf.py
===================================================================
--- atomicwrites-1.4.1.orig/docs/conf.py
+++ atomicwrites-1.4.1/docs/conf.py
@@ -105,4 +105,4 @@ epub_copyright = '2015, Markus Unterwadi
epub_exclude_files = ['search.html']
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {'python': ('http://docs.python.org/', None)}