-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python-jupyter-sphinx to version 0.5.3 / rev 11 via SR 1201287
https://build.opensuse.org/request/show/1201287 by user bnavigator + anag+factory - Skip failing tests due to missing bash-kernel - Add jupyter-sphinx-sphinx7.patch gh#jupyter/jupyter-sphinx#280
- Loading branch information
1 parent
194e230
commit 6770335
Showing
5 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
packages/p/python-jupyter-sphinx/jupyter-sphinx-sphinx7.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
diff -ur jupyter-sphinx-0.5.3.orig/tests/test_execute.py jupyter-sphinx-0.5.3/tests/test_execute.py | ||
--- jupyter-sphinx-0.5.3.orig/tests/test_execute.py 2024-09-15 20:14:34.086132369 +0200 | ||
+++ jupyter-sphinx-0.5.3/tests/test_execute.py 2024-09-15 20:15:06.323782290 +0200 | ||
@@ -52,6 +52,7 @@ | ||
source_trees.append(src_dir) | ||
|
||
conf_contents = "extensions = ['%s']" % entrypoint | ||
+ conf_contents += "\nproject = 'python'" | ||
if config is not None: | ||
conf_contents += "\n" + config | ||
(src_dir / "conf.py").write_text(conf_contents, encoding="utf8") |
6 changes: 6 additions & 0 deletions
6
packages/p/python-jupyter-sphinx/python-jupyter-sphinx.changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Sun Sep 15 17:45:17 UTC 2024 - Ben Greiner <[email protected]> | ||
|
||
- Skip failing tests due to missing bash-kernel | ||
- Add jupyter-sphinx-sphinx7.patch gh#jupyter/jupyter-sphinx#280 | ||
|
||
------------------------------------------------------------------- | ||
Tue Mar 5 18:32:21 UTC 2024 - Ben Greiner <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters