forked from pool/python-ipykernel
Accepting request 1140287 from devel:languages:python:jupyter
- Update to 6.29.0 * Always set debugger to true in kernelspec #1191 (@ianthomas23) * Revert "Enable ProactorEventLoop on windows for ipykernel" #1194 (@blink1073) * Make outputs go to correct cell when generated in threads/asyncio #1186 (@krassowski) * Pin pytest-asyncio to 0.23.2 #1189 (@ianthomas23) - Update to 6.28.0 * Enable ProactorEventLoop on windows for ipykernel #1184 (@NewUserHa) * Adds a flag in debug_info for the copyToGlobals support #1099 (@brichet) * Support python 3.12 #1185 (@blink1073) OBS-URL: https://build.opensuse.org/request/show/1140287 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=45
This commit is contained in:
commit
d09a060398
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d5d594b6690654b4d299edba5e872dc17bb7396a8d0609c97cb7b8a1c605de6
|
|
||||||
size 157828
|
|
3
ipykernel-6.29.0.tar.gz
Normal file
3
ipykernel-6.29.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b5dd3013cab7b330df712891c96cd1ab868c27a7159e606f762015e9bf8ceb3f
|
||||||
|
size 160814
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 21 10:45:42 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 6.29.0
|
||||||
|
* Always set debugger to true in kernelspec #1191 (@ianthomas23)
|
||||||
|
* Revert "Enable ProactorEventLoop on windows for ipykernel"
|
||||||
|
#1194 (@blink1073)
|
||||||
|
* Make outputs go to correct cell when generated in
|
||||||
|
threads/asyncio #1186 (@krassowski)
|
||||||
|
* Pin pytest-asyncio to 0.23.2 #1189 (@ianthomas23)
|
||||||
|
- Update to 6.28.0
|
||||||
|
* Enable ProactorEventLoop on windows for ipykernel #1184
|
||||||
|
(@NewUserHa)
|
||||||
|
* Adds a flag in debug_info for the copyToGlobals support #1099
|
||||||
|
(@brichet)
|
||||||
|
* Support python 3.12 #1185 (@blink1073)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 20 21:56:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed Dec 20 21:56:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ipykernel
|
# spec file for package python-ipykernel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-ipykernel
|
Name: python-ipykernel
|
||||||
Version: 6.27.1
|
Version: 6.29.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IPython Kernel for Jupyter
|
Summary: IPython Kernel for Jupyter
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -51,7 +51,7 @@ BuildRequires: %{python_module matplotlib-inline >= 0.1}
|
|||||||
BuildRequires: %{python_module nest-asyncio}
|
BuildRequires: %{python_module nest-asyncio}
|
||||||
BuildRequires: %{python_module packaging}
|
BuildRequires: %{python_module packaging}
|
||||||
BuildRequires: %{python_module psutil}
|
BuildRequires: %{python_module psutil}
|
||||||
BuildRequires: %{python_module pyzmq >= 20}
|
BuildRequires: %{python_module pyzmq >= 24}
|
||||||
BuildRequires: %{python_module tornado >= 6.1}
|
BuildRequires: %{python_module tornado >= 6.1}
|
||||||
BuildRequires: %{python_module traitlets >= 5.1.0}
|
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)}
|
BuildRequires: %{python_module jupyter-core >= 5.1 or (%python-jupyter-core >= 4.12 with %python-jupyter-core < 5.0)}
|
||||||
@ -64,7 +64,7 @@ Requires: python-matplotlib-inline >= 0.1
|
|||||||
Requires: python-nest-asyncio
|
Requires: python-nest-asyncio
|
||||||
Requires: python-packaging
|
Requires: python-packaging
|
||||||
Requires: python-psutil
|
Requires: python-psutil
|
||||||
Requires: python-pyzmq >= 20
|
Requires: python-pyzmq >= 24
|
||||||
Requires: python-tornado >= 6.1
|
Requires: python-tornado >= 6.1
|
||||||
Requires: python-traitlets >= 5.4.0
|
Requires: python-traitlets >= 5.4.0
|
||||||
Requires: (python-jupyter-core >= 5.1 or (python-jupyter-core >= 4.12 with python-jupyter-core < 5.0))
|
Requires: (python-jupyter-core >= 5.1 or (python-jupyter-core >= 4.12 with python-jupyter-core < 5.0))
|
||||||
@ -90,6 +90,7 @@ This package provides the IPython kernel for Jupyter.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n ipykernel-%{version}
|
%autosetup -p1 -n ipykernel-%{version}
|
||||||
sed -i -e 's/, "--color=yes"//' pyproject.toml
|
sed -i -e 's/, "--color=yes"//' pyproject.toml
|
||||||
|
sed -i -e '/ignore:.* current event loop:DeprecationWarning/ a \ "ignore:pytest-asyncio detected an unclosed event loop:DeprecationWarning",' pyproject.toml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user