1
0

Accepting request 1154292 from home:bnavigator:branches:devel:languages:python:numeric

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

OBS-URL: https://build.opensuse.org/request/show/1154292
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=102
This commit is contained in:
Benjamin Greiner 2024-03-02 11:49:06 +00:00 committed by Git OBS Bridge
parent dbb6d4fdf4
commit 99778e9281
4 changed files with 16 additions and 5 deletions

View File

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e14c250d1f9ea3989490225cc1a542781b095a18a19447fcf2b5eaf7d0ac5bd2
size 162794

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-ipykernel
Version: 6.29.2
Version: 6.29.3
Release: 0
Summary: IPython Kernel for Jupyter
License: BSD-3-Clause
@ -73,7 +73,7 @@ Requires: (python-jupyter-core >= 5.1 or (python-jupyter-core >= 4.12 with
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module pytest >= 7.0}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-asyncio >= 0.23.5}
BuildRequires: %{python_module pytest-timeout}
# we don't want ipyparallel and its dependencies in Ring1, see below
#BuildRequires: #{python_module ipyparallel}