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:
commit
4509a3c15a
@ -1,3 +1,3 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>test</package>
|
<package>test</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
@ -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>
|
Thu Jun 20 07:46:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
|
# python-nbformat needed by the client subpackage is not available on python313
|
||||||
|
%define skip_python313 1
|
||||||
%else
|
%else
|
||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
@ -28,7 +30,6 @@
|
|||||||
# defined at Ring1-MinimalX lettered staging prjconf
|
# defined at Ring1-MinimalX lettered staging prjconf
|
||||||
# We do not want jupyter-server in ring1
|
# We do not want jupyter-server in ring1
|
||||||
%bcond_with ringdisabled
|
%bcond_with ringdisabled
|
||||||
%define skip_python39 1
|
|
||||||
Name: python-pytest-jupyter%{psuffix}
|
Name: python-pytest-jupyter%{psuffix}
|
||||||
Version: 0.10.1
|
Version: 0.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -109,8 +110,11 @@ mv pytest_jupyter pytest_jupyter.moved
|
|||||||
%{python_sitelib}/pytest_jupyter
|
%{python_sitelib}/pytest_jupyter
|
||||||
%{python_sitelib}/pytest_jupyter-%{version}.dist-info
|
%{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}
|
%files %{python_files client}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
%endif
|
||||||
|
|
||||||
%if !%{with ringdisabled}
|
%if !%{with ringdisabled}
|
||||||
%files %{python_files server}
|
%files %{python_files server}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user