forked from pool/python-ipykernel
Accepting request 1155310 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1155310 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=47
This commit is contained in:
commit
e466a9cb99
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3bade28004e3ff624ed57974948116670604ac5f676d12339693f3142176d3f0
|
|
||||||
size 161175
|
|
3
ipykernel-6.29.3.tar.gz
Normal file
3
ipykernel-6.29.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e14c250d1f9ea3989490225cc1a542781b095a18a19447fcf2b5eaf7d0ac5bd2
|
||||||
|
size 162794
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 15:11:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Skip build for python 3.9: python-ipython is no longer available.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 2 11:25:38 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 6.29.3
|
||||||
|
## Enhancements made
|
||||||
|
* Eventloop scheduling improvements for stop_on_error_timeout and
|
||||||
|
schedule_next #1212 (@jdranczewski)
|
||||||
|
## Bugs fixed
|
||||||
|
* Disable frozen modules by default, add a toggle #1213
|
||||||
|
(@krassowski)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 7 17:05:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Feb 7 17:05:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
|
%define skip_python39 1
|
||||||
Name: python-ipykernel
|
Name: python-ipykernel
|
||||||
Version: 6.29.2
|
Version: 6.29.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IPython Kernel for Jupyter
|
Summary: IPython Kernel for Jupyter
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -73,7 +74,7 @@ Requires: (python-jupyter-core >= 5.1 or (python-jupyter-core >= 4.12 with
|
|||||||
BuildRequires: %{python_module flaky}
|
BuildRequires: %{python_module flaky}
|
||||||
BuildRequires: %{python_module matplotlib}
|
BuildRequires: %{python_module matplotlib}
|
||||||
BuildRequires: %{python_module pytest >= 7.0}
|
BuildRequires: %{python_module pytest >= 7.0}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio >= 0.23.5}
|
||||||
BuildRequires: %{python_module pytest-timeout}
|
BuildRequires: %{python_module pytest-timeout}
|
||||||
# we don't want ipyparallel and its dependencies in Ring1, see below
|
# we don't want ipyparallel and its dependencies in Ring1, see below
|
||||||
#BuildRequires: #{python_module ipyparallel}
|
#BuildRequires: #{python_module ipyparallel}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user