- 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:
Benjamin Greiner 2024-03-07 11:24:32 +00:00 committed by Git OBS Bridge
parent f8af3caf5f
commit 357fd86a40
2 changed files with 11 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
#
# spec file
# spec file for package python-jupyter-server
#
# Copyright (c) 2024 SUSE LLC
#
@ -19,6 +19,7 @@
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
%define skip_python39 1
%bcond_without test
%else
%define psuffix %{nil}
@ -78,7 +79,7 @@ BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%endif
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
Provides: jupyter-jupyter-server = %{version}-%{release}
@ -154,8 +155,10 @@ fi
%{python_sitelib}/jupyter_server
%{python_sitelib}/jupyter_server-%{version}*-info
%if 0%{python_version_nodots} >= 310
%files %{python_files test}
%license LICENSE
%endif
%endif
%changelog