Accepting request 1221951 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/1221951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-jupyter?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-11-07 15:23:55 +00:00 committed by Git OBS Bridge
commit 4509a3c15a
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<multibuild>
<package>test</package>
</multibuild>
</multibuild>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 6 20:03:59 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Exclude the client subpackage on python 3.13 due to missing dependencies
-------------------------------------------------------------------
Thu Jun 20 07:46:52 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -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}