- Update to 6.4.2
* Enabled rich rendering of variables in the debugger #787 (@JohanMabille) * Remove setting of the eventloop function in the InProcessKernel #781 (@rayosborn) * Add python version classifiers #783 (@emuccino) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=40
This commit is contained in:
parent
e447880f61
commit
04bf720a9e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df3355e5eec23126bc89767a676c5f0abfc7f4c3497d118c592b83b316e8c0cd
|
|
||||||
size 120971
|
|
3
ipykernel-6.4.2.tar.gz
Normal file
3
ipykernel-6.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0140f78bfd60e47e387b6433b4bed0f228986420dc4d5fac0e251c9711e23e29
|
||||||
|
size 121253
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 19 19:59:00 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 6.4.2
|
||||||
|
* Enabled rich rendering of variables in the debugger #787
|
||||||
|
(@JohanMabille)
|
||||||
|
* Remove setting of the eventloop function in the InProcessKernel
|
||||||
|
#781 (@rayosborn)
|
||||||
|
* Add python version classifiers #783 (@emuccino)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 22 15:23:38 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Wed Sep 22 15:23:38 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,8 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
Name: python-ipykernel
|
Name: python-ipykernel
|
||||||
Version: 6.4.1
|
# Note: Don't update to > 6.4 until you can update traitlets 4, which is required for python36
|
||||||
|
Version: 6.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IPython Kernel for Jupyter
|
Summary: IPython Kernel for Jupyter
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -30,10 +31,8 @@ Source: https://files.pythonhosted.org/packages/source/i/ipykernel/ipyke
|
|||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: hicolor-icon-theme
|
|
||||||
BuildRequires: jupyter-jupyter_core-filesystem
|
BuildRequires: jupyter-jupyter_core-filesystem
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: hicolor-icon-theme
|
|
||||||
Requires: jupyter-jupyter-client
|
Requires: jupyter-jupyter-client
|
||||||
Requires: python-debugpy >= 1.0
|
Requires: python-debugpy >= 1.0
|
||||||
Requires: python-ipython >= 7.23.1
|
Requires: python-ipython >= 7.23.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user