11
0

Accepting request 953078 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/953078
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=43
This commit is contained in:
2022-02-10 10:04:38 +00:00
committed by Git OBS Bridge
parent c1d2343dfd
commit 2a6b5c53ca
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d82b904fdc2fd8c7b1fbe0fa481c68a11b4cd4c8ef07e6517da1f10cc3114d24
size 125582

3
ipykernel-6.9.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b556e292dc6fa223f24328b1c936b9c921fafcc2f420bb0d6cfdfc42eaa90225
size 126898

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Feb 10 05:16:05 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 6.9.0:
* Bugs fixed
+ Fixed event forwarding #855 (@JohanMabille)
+ use message queue for abort_queues #853 (@minrk)
- changes from version 6.8.0:
* Enhancements made
+ Add support for the debug modules request #816 (@echarles)
* Bugs fixed
+ Handle all threads stopped correctly #849 (@JohanMabille)
+ Fix the debug modules model #848 (@echarles)
+ Handled AllThreadsContinued and workaround for wrong threadId in
cont… #844 (@JohanMabille)
* Maintenance and upkeep improvements
+ Cancel duplicate runs #850 (@blink1073)
-------------------------------------------------------------------
Sat Jan 15 14:59:15 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-ipykernel
Version: 6.7.0
Version: 6.9.0
Release: 0
Summary: IPython Kernel for Jupyter
License: BSD-3-Clause
@@ -86,7 +86,7 @@ rm ipykernel/tests/test_pickleutil.py
%if 0%{?suse_version} >= 1550
# 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
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 \