- Update to 6.21.1
* Restore nest-asyncio for tk loop #1086 (@blink1073) - Release 6.21.0 * Expose session start file in file. #1078 (@Carreau) * Add copy_to_globals debug request handling #1055 (@brichet) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=76
This commit is contained in:
parent
ffebaf0dff
commit
563f96346c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1893c5b847033cd7a58f6843b04a9349ffb1031bc6588401cadc9adb58da428e
|
||||
size 149263
|
3
ipykernel-6.21.1.tar.gz
Normal file
3
ipykernel-6.21.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0f8eece39cab1ee352c9b59ec67bbe44d8299f8238e4c16ff7f4cf0052d3378
|
||||
size 150412
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 5 15:09:43 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 6.21.1
|
||||
* Restore nest-asyncio for tk loop #1086 (@blink1073)
|
||||
- Release 6.21.0
|
||||
* Expose session start file in file. #1078 (@Carreau)
|
||||
* Add copy_to_globals debug request handling #1055 (@brichet)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 22 12:56:21 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-ipykernel
|
||||
Version: 6.20.2
|
||||
Version: 6.21.1
|
||||
Release: 0
|
||||
Summary: IPython Kernel for Jupyter
|
||||
License: BSD-3-Clause
|
||||
@ -44,7 +44,7 @@ BuildRequires: python-rpm-macros
|
||||
# /SECTION
|
||||
# SECTION dependencies
|
||||
BuildRequires: %{python_module comm >= 0.1.1}
|
||||
BuildRequires: %{python_module debugpy >= 1.0}
|
||||
BuildRequires: %{python_module debugpy >= 1.6.5}
|
||||
BuildRequires: %{python_module ipython >= 7.23.1}
|
||||
BuildRequires: %{python_module jupyter-client >= 6.1.12}
|
||||
BuildRequires: %{python_module matplotlib-inline >= 0.1}
|
||||
@ -54,8 +54,9 @@ BuildRequires: %{python_module psutil}
|
||||
BuildRequires: %{python_module pyzmq >= 17}
|
||||
BuildRequires: %{python_module tornado >= 6.1}
|
||||
BuildRequires: %{python_module traitlets >= 5.1.0}
|
||||
BuildRequires: %{python_module jupyter-core >= 5.1 or (%python-jupyter-core >= 4.12 with %python-jupyter-core < 5.0)}
|
||||
Requires: python-comm >= 0.1.1
|
||||
Requires: python-debugpy >= 1.0
|
||||
Requires: python-debugpy >= 1.6.5
|
||||
Requires: python-ipython >= 7.23.1
|
||||
Requires: python-jupyter-client >= 6.1.12
|
||||
Requires: python-matplotlib-inline >= 0.1
|
||||
@ -65,6 +66,7 @@ Requires: python-psutil
|
||||
Requires: python-pyzmq >= 17
|
||||
Requires: python-tornado >= 6.1
|
||||
Requires: python-traitlets >= 5.4.0
|
||||
Requires: (python-jupyter-core >= 5.1 or (python-jupyter-core >= 4.12 with python-jupyter-core < 5.0))
|
||||
# /SECTION
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module flaky}
|
||||
|
Loading…
x
Reference in New Issue
Block a user