- Skip testing with python39: no longer supported since ipython 8.19
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter_console?expand=0&rev=40
This commit is contained in:
parent
60252c7cad
commit
edce766102
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 12:56:55 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Skip testing with python39: no longer supported since ipython 8.19
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 19 18:23:43 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jupyter_console
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,6 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python39 1
|
||||
Name: python-jupyter_console
|
||||
Version: 6.6.3
|
||||
Release: 0
|
||||
@ -51,7 +52,7 @@ Requires: python-pyzmq >= 17
|
||||
Requires: python-traitlets >= 5.4
|
||||
Requires: ((python-jupyter-core >= 4.12 with python-jupyter-core < 5.0) or python-jupyter-core >= 5.1)
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Provides: python-jupyter-console = %{version}-%{release}
|
||||
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
|
||||
Provides: jupyter-jupyter_console = %{version}-%{release}
|
||||
|
Loading…
x
Reference in New Issue
Block a user