forked from pool/python-ipykernel
Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 04d5f834de | |||
| 2e5dcdea57 | |||
| 83d42d4a1a | |||
| 3611f90493 | |||
| 8127ebaecb | |||
| 13e427300b | |||
| b79b6bc70c | |||
| 73c31e65c3 | |||
| 2224718298 | |||
| 0745bd708d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215
|
||||
size 163367
|
||||
3
ipykernel-6.31.0.tar.gz
Normal file
3
ipykernel-6.31.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2372ce8bc1ff4f34e58cafed3a0feb2194b91fc7cad0fc72e79e47b45ee9e8f6
|
||||
size 167493
|
||||
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 15:11:47 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 6.31.0
|
||||
* Store display outputs in history for %notebook magic
|
||||
* update tests for 3.14
|
||||
* Update PEP-639 license values in pyproject.toml
|
||||
* Replace @flaky.flaky decorate with pytest fixture
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 11:16:06 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 6.30.1
|
||||
* Remove control queue
|
||||
* Set shell idle when message skipped by "should_handle" in "dispatch_shell"
|
||||
* Remove nose import
|
||||
* Fix expected text depending on IPython version
|
||||
* Drop support for Python 3.8
|
||||
* Avoid a DeprecationWarning on Python 3.13+
|
||||
* Add compat with pytest 8
|
||||
- Drop py313-warning.patch, merged upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 11:39:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add py313-warning.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 12:42:14 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- The command replacement for kernelspec python3 was inactive since
|
||||
v6.13. A plain python command is transformed correctly by the
|
||||
calling interpreter.
|
||||
- Conflict with old Python 3.6 package on SLE/Leap for python3
|
||||
kernelspec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 09:27:37 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ipykernel
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ipykernel
|
||||
Version: 6.29.5
|
||||
Version: 6.31.0
|
||||
Release: 0
|
||||
Summary: IPython Kernel for Jupyter
|
||||
License: BSD-3-Clause
|
||||
@@ -32,9 +32,13 @@ Provides: %{python_module jupyter_ipykernel-doc = %{version}}
|
||||
Obsoletes: %{python_module jupyter_ipykernel-doc < %{version}}
|
||||
Provides: %{python_module jupyter-ipykernel-doc = %{version}}
|
||||
Obsoletes: %{python_module jupyter-ipykernel-doc < %{version}}
|
||||
%if %{suse_version} < 1600
|
||||
# python311-ipykernel and python3-ipykernel cannot both provide the kernelspec
|
||||
Conflicts: python3-ipykernel
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
# SECTION build-system
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module base >= 3.9}
|
||||
BuildRequires: %{python_module hatchling >= 1.4}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: fdupes
|
||||
@@ -45,26 +49,26 @@ BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module comm >= 0.1.1}
|
||||
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 jupyter-client >= 8.0.0}
|
||||
BuildRequires: %{python_module matplotlib-inline >= 0.1}
|
||||
BuildRequires: %{python_module nest-asyncio}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module psutil}
|
||||
BuildRequires: %{python_module pyzmq >= 24}
|
||||
BuildRequires: %{python_module tornado >= 6.1}
|
||||
BuildRequires: %{python_module traitlets >= 5.1.0}
|
||||
BuildRequires: %{python_module pyzmq >= 25}
|
||||
BuildRequires: %{python_module tornado >= 6.2}
|
||||
BuildRequires: %{python_module traitlets >= 5.4.0}
|
||||
BuildRequires: %{python_module jupyter-core >= 5.1 or (%python-jupyter-core >= 4.12 with %python-jupyter-core < 5.0)}
|
||||
Requires: jupyter-jupyter-client >= 6.1.12
|
||||
Requires: python-comm >= 0.1.1
|
||||
Requires: python-debugpy >= 1.6.5
|
||||
Requires: python-ipython >= 7.23.1
|
||||
Requires: python-jupyter-client >= 6.1.12
|
||||
Requires: python-jupyter-client >= 8.0.0
|
||||
Requires: python-matplotlib-inline >= 0.1
|
||||
Requires: python-nest-asyncio
|
||||
Requires: python-packaging
|
||||
Requires: python-psutil
|
||||
Requires: python-pyzmq >= 24
|
||||
Requires: python-tornado >= 6.1
|
||||
Requires: python-pyzmq >= 25
|
||||
Requires: python-tornado >= 6.2
|
||||
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
|
||||
@@ -96,9 +100,6 @@ sed -i -e 's/, "--color=yes"//' pyproject.toml
|
||||
%install
|
||||
%pyproject_install
|
||||
|
||||
# use the symlink for the default python3 flavor, which was installed during the install but used python3.X name
|
||||
# from the primary flavor.
|
||||
sed -i "s|$(readlink -f python3)|python3|" %{buildroot}%{_jupyter_kernel_dir}/python3/kernel.json
|
||||
%{python_expand # install kernelspecs for each flavor
|
||||
PYTHONPATH=%{buildroot}%{$python_sitelib}
|
||||
$python -m ipykernel install \
|
||||
@@ -127,7 +128,7 @@ donttest="$donttest or test_do_apply"
|
||||
%{python_sitelib}/ipykernel-%{version}*-info
|
||||
%pycache_only %{python_sitelib}/__pycache__/ipykernel_launcher*.pyc
|
||||
%{_jupyter_kernel_dir}/python%{python_bin_suffix}
|
||||
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
|
||||
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3" || 0%{?suse_version} < 1600
|
||||
%{_jupyter_kernel_dir}/python3
|
||||
%endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user