diff --git a/_multibuild b/_multibuild index ec2fdbb..fcc7b97 100644 --- a/_multibuild +++ b/_multibuild @@ -1,3 +1,3 @@ test - \ No newline at end of file + diff --git a/python-pytest-jupyter.changes b/python-pytest-jupyter.changes index cc660fd..a719b98 100644 --- a/python-pytest-jupyter.changes +++ b/python-pytest-jupyter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 6 20:03:59 UTC 2024 - Markéta Machová + +- Exclude the client subpackage on python 3.13 due to missing dependencies + ------------------------------------------------------------------- Thu Jun 20 07:46:52 UTC 2024 - Dirk Müller diff --git a/python-pytest-jupyter.spec b/python-pytest-jupyter.spec index c260a7c..3098878 100644 --- a/python-pytest-jupyter.spec +++ b/python-pytest-jupyter.spec @@ -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 @@ mv pytest_jupyter pytest_jupyter.moved %{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}