forked from pool/python-ipykernel
Accepting request 1077234 from devel:languages:python:jupyter
- Update to 6.22.0 * Deprecate Comm class + Fix incompatibility with ipywidgets #1097 (@martinRenou) - Update to 6.21.3 * Fix interrupt reply #1101 (@garlandz-db) - Release 6.21.2 * Un-expose __file__ and expose __session__ instead. #1095 (@Carreau) * Remove test_enter_eventloop #1084 (@davidbrochart) OBS-URL: https://build.opensuse.org/request/show/1077234 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=36
This commit is contained in:
commit
aebde12e29
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0f8eece39cab1ee352c9b59ec67bbe44d8299f8238e4c16ff7f4cf0052d3378
|
||||
size 150412
|
BIN
ipykernel-6.22.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
ipykernel-6.22.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 4 14:58:26 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 6.22.0
|
||||
* Deprecate Comm class + Fix incompatibility with ipywidgets
|
||||
#1097 (@martinRenou)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 19 16:23:32 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 6.21.3
|
||||
* Fix interrupt reply #1101 (@garlandz-db)
|
||||
- Release 6.21.2
|
||||
* Un-expose __file__ and expose __session__ instead. #1095
|
||||
(@Carreau)
|
||||
* Remove test_enter_eventloop #1084 (@davidbrochart)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 5 15:09:43 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-ipykernel
|
||||
Version: 6.21.1
|
||||
Version: 6.22.0
|
||||
Release: 0
|
||||
Summary: IPython Kernel for Jupyter
|
||||
License: BSD-3-Clause
|
||||
@ -51,7 +51,7 @@ BuildRequires: %{python_module matplotlib-inline >= 0.1}
|
||||
BuildRequires: %{python_module nest-asyncio}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module psutil}
|
||||
BuildRequires: %{python_module pyzmq >= 17}
|
||||
BuildRequires: %{python_module pyzmq >= 20}
|
||||
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)}
|
||||
@ -63,7 +63,7 @@ Requires: python-matplotlib-inline >= 0.1
|
||||
Requires: python-nest-asyncio
|
||||
Requires: python-packaging
|
||||
Requires: python-psutil
|
||||
Requires: python-pyzmq >= 17
|
||||
Requires: python-pyzmq >= 20
|
||||
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))
|
||||
@ -123,7 +123,7 @@ donttest="$donttest or test_do_apply"
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license COPYING.md
|
||||
%license LICENSE
|
||||
%{python_sitelib}/ipykernel
|
||||
%{python_sitelib}/ipykernel_launcher.py
|
||||
%{python_sitelib}/ipykernel-%{version}*-info
|
||||
|
Loading…
x
Reference in New Issue
Block a user