Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyter-sphinx for
openSUSE:Factory checked in at 2024-09-16 17:43:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-sphinx (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-sphinx.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-sphinx"
Mon Sep 16 17:43:09 2024 rev:11 rq:1201287 version:0.5.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-sphinx/python-jupyter-sphinx.changes
2024-03-08 18:10:47.217684857 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter-sphinx.new.29891/python-jupyter-sphinx.changes
2024-09-16 17:44:21.892254753 +0200
@@ -1,0 +2,6 @@
+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
+
+-------------------------------------------------------------------
New:
----
jupyter-sphinx-sphinx7.patch
BETA DEBUG BEGIN:
New:- Skip failing tests due to missing bash-kernel
- Add jupyter-sphinx-sphinx7.patch gh#jupyter/jupyter-sphinx#280
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-sphinx.spec ++++++
--- /var/tmp/diff_new_pack.YiYUZl/_old 2024-09-16 17:44:22.392275432 +0200
+++ /var/tmp/diff_new_pack.YiYUZl/_new 2024-09-16 17:44:22.392275432 +0200
@@ -16,7 +16,6 @@
#
-%define skip_python39 1
Name: python-jupyter-sphinx
Version: 0.5.3
Release: 0
@@ -24,6 +23,8 @@
License: BSD-3-Clause
URL: https://github.com/jupyter-widgets/jupyter-sphinx
Source:
https://github.com/jupyter/jupyter-sphinx/archive/v%{version}.tar.gz#/jupyter-sphinx-%{version}-gh.tar.gz
+# PATCH-FIX-UPSTREAM jupyter-sphinx-sphinx7.patch gh#jupyter/jupyter-sphinx#280
+Patch0: jupyter-sphinx-sphinx7.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatchling >= 1.5}
BuildRequires: %{python_module pip}
@@ -69,7 +70,7 @@
%check
export JUPYTER_PLATFORM_DIRS=1
-%pytest
+%pytest -k "not test_bash_kernel"
%files %{python_files}
%doc README.md
++++++ jupyter-sphinx-sphinx7.patch ++++++
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")