- Skip building and using python39-jupyter-server-test: no longer
supported since ipython 8.19 (through ipykernel) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=87
This commit is contained in:
parent
f8af3caf5f
commit
357fd86a40
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 7 11:24:15 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Skip building and using python39-jupyter-server-test: no longer
|
||||||
|
supported since ipython 8.19 (through ipykernel)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 21 11:04:04 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Sun Jan 21 11:04:04 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-jupyter-server
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -19,6 +19,7 @@
|
|||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
|
%define skip_python39 1
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
%else
|
%else
|
||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
@ -78,7 +79,7 @@ BuildRequires: alts
|
|||||||
Requires: alts
|
Requires: alts
|
||||||
%else
|
%else
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%endif
|
%endif
|
||||||
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
|
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
|
||||||
Provides: jupyter-jupyter-server = %{version}-%{release}
|
Provides: jupyter-jupyter-server = %{version}-%{release}
|
||||||
@ -154,8 +155,10 @@ fi
|
|||||||
%{python_sitelib}/jupyter_server
|
%{python_sitelib}/jupyter_server
|
||||||
%{python_sitelib}/jupyter_server-%{version}*-info
|
%{python_sitelib}/jupyter_server-%{version}*-info
|
||||||
|
|
||||||
|
%if 0%{python_version_nodots} >= 310
|
||||||
%files %{python_files test}
|
%files %{python_files test}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user