forked from pool/python-jupyter-client
Accepting request 1155313 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1155313 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=22
This commit is contained in:
commit
11ede811c2
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 15:16:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Skip python 3.9 in the test suite: python-ipython is no longer
|
||||||
|
available.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 26 15:10:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sun Nov 26 15:10:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-jupyter-client
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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}
|
||||||
@ -47,7 +48,7 @@ Requires: python-traitlets >= 5.3
|
|||||||
Requires: (python-importlib-metadata >= 4.8.3 if python-base < 3.10)
|
Requires: (python-importlib-metadata >= 4.8.3 if python-base < 3.10)
|
||||||
Requires: (python-jupyter-core >= 5.1 or (python-jupyter-core >= 4.12 with python-jupyter-core < 5.0))
|
Requires: (python-jupyter-core >= 5.1 or (python-jupyter-core >= 4.12 with python-jupyter-core < 5.0))
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Provides: python-jupyter_client = %{version}-%{release}
|
Provides: python-jupyter_client = %{version}-%{release}
|
||||||
Obsoletes: python-jupyter_client < %{version}-%{release}
|
Obsoletes: python-jupyter_client < %{version}-%{release}
|
||||||
Provides: jupyter-jupyter-client = %{version}-%{release}
|
Provides: jupyter-jupyter-client = %{version}-%{release}
|
||||||
|
Loading…
Reference in New Issue
Block a user