Accepting request 1102790 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version OBS-URL: https://build.opensuse.org/request/show/1102790 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=87
This commit is contained in:
parent
143f2e21cf
commit
df8e96d46d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e342ce84712861be4b248c4a73472be4702c1b0dd77448bfd6bcfb3af9d5ddf9
|
|
||||||
size 155658
|
|
3
ipykernel-6.25.1.tar.gz
Normal file
3
ipykernel-6.25.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:050391364c0977e768e354bdb60cbbfbee7cbb943b1af1618382021136ffd42f
|
||||||
|
size 155925
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 7 17:17:39 UTC 2023 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 6.25.1:
|
||||||
|
* Bugs fixed
|
||||||
|
+ Modifying debugger to return the same breakpoints in 'debugInfo'
|
||||||
|
response as 'setBreakpoints' #1140 (@vaishnavi17)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 5 16:08:00 UTC 2023 - Arun Persaud <arun@gmx.de>
|
Sat Aug 5 16:08:00 UTC 2023 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
|
||||||
Name: python-ipykernel
|
Name: python-ipykernel
|
||||||
Version: 6.25.0
|
Version: 6.25.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IPython Kernel for Jupyter
|
Summary: IPython Kernel for Jupyter
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -34,6 +33,7 @@ Obsoletes: %{python_module jupyter_ipykernel-doc < %{version}}
|
|||||||
Provides: %{python_module jupyter-ipykernel-doc = %{version}}
|
Provides: %{python_module jupyter-ipykernel-doc = %{version}}
|
||||||
Obsoletes: %{python_module jupyter-ipykernel-doc < %{version}}
|
Obsoletes: %{python_module jupyter-ipykernel-doc < %{version}}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
# SECTION build-system
|
# SECTION build-system
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module hatchling >= 1.4}
|
BuildRequires: %{python_module hatchling >= 1.4}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user