- 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>
|
||||
|
||||
|
@ -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}
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user