Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-jupyter for
openSUSE:Factory checked in at 2024-11-07 16:23:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-jupyter (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-jupyter.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-jupyter"
Thu Nov 7 16:23:55 2024 rev:8 rq:1221951 version:0.10.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-jupyter/python-pytest-jupyter.changes
2024-06-29 15:16:22.073912112 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-jupyter.new.2020/python-pytest-jupyter.changes
2024-11-07 16:23:58.793143108 +0100
@@ -1,0 +2,5 @@
+Wed Nov 6 20:03:59 UTC 2024 - Markéta Machová <[email protected]>
+
+- Exclude the client subpackage on python 3.13 due to missing dependencies
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-jupyter.spec ++++++
--- /var/tmp/diff_new_pack.eAW09k/_old 2024-11-07 16:23:59.397168175 +0100
+++ /var/tmp/diff_new_pack.eAW09k/_new 2024-11-07 16:23:59.397168175 +0100
@@ -20,6 +20,8 @@
%if "%{flavor}" == "test"
%define psuffix -test
%bcond_without test
+# python-nbformat needed by the client subpackage is not available on python313
+%define skip_python313 1
%else
%define psuffix %{nil}
%bcond_with test
@@ -28,7 +30,6 @@
# defined at Ring1-MinimalX lettered staging prjconf
# We do not want jupyter-server in ring1
%bcond_with ringdisabled
-%define skip_python39 1
Name: python-pytest-jupyter%{psuffix}
Version: 0.10.1
Release: 0
@@ -109,8 +110,11 @@
%{python_sitelib}/pytest_jupyter
%{python_sitelib}/pytest_jupyter-%{version}.dist-info
+# python-nbformat needed by the client subpackage is not available on python313
+%if %{?python_version_nodots} < 313
%files %{python_files client}
%license LICENSE
+%endif
%if !%{with ringdisabled}
%files %{python_files server}
++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.eAW09k/_old 2024-11-07 16:23:59.429169503 +0100
+++ /var/tmp/diff_new_pack.eAW09k/_new 2024-11-07 16:23:59.433169669 +0100
@@ -1,5 +1,4 @@
<multibuild>
<package>test</package>
</multibuild>
-(No newline at EOF)