Accepting request 917084 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 6.3.1 * Add dependency on IPython genutils gh#ipython/ipykernel#756 - Update to version 6.3.0 * Add deep variable inspection #753 (@JohanMabille) * Add IPKernelApp.capture_fd_output config to disable FD-level capture #752 (@minrk) * Remove a lot of nose stuff - Release 6.2.0 * Add Support for Message Based Interrupt #741 (@afshin) - Release 6.1.0 * Implemented richInspectVariable request handler #734 (@JohanMabille) * Fix exception raised by OutStream.write #726 (@SimonKrughoff) OBS-URL: https://build.opensuse.org/request/show/917084 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=36
This commit is contained in:
parent
acddd03fa8
commit
6556e7f091
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0df34a78c7e1422800d6078cde65ccdcdb859597046c338c759db4dbc535c58f
|
||||
size 109495
|
3
ipykernel-6.3.1.tar.gz
Normal file
3
ipykernel-6.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dd4b107ab755ed9286c820b2f69c2cd895046ef2a25c878929ac8b5540477a1
|
||||
size 120310
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 11:20:30 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 6.3.1
|
||||
* Add dependency on IPython genutils gh#ipython/ipykernel#756
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 30 19:28:52 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 6.3.0
|
||||
* Add deep variable inspection #753 (@JohanMabille)
|
||||
* Add IPKernelApp.capture_fd_output config to disable FD-level
|
||||
capture #752 (@minrk)
|
||||
* Remove a lot of nose stuff
|
||||
- Release 6.2.0
|
||||
* Add Support for Message Based Interrupt #741 (@afshin)
|
||||
- Release 6.1.0
|
||||
* Implemented richInspectVariable request handler #734
|
||||
(@JohanMabille)
|
||||
* Fix exception raised by OutStream.write #726 (@SimonKrughoff)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 12:08:06 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-ipykernel
|
||||
Version: 6.0.3
|
||||
Version: 6.3.1
|
||||
Release: 0
|
||||
Summary: IPython Kernel for Jupyter
|
||||
License: BSD-3-Clause
|
||||
@ -37,13 +37,12 @@ Requires: hicolor-icon-theme
|
||||
Requires: jupyter-jupyter-client
|
||||
Requires: python-debugpy >= 1.0
|
||||
Requires: python-ipython >= 7.23.1
|
||||
Requires: python-ipython_genutils
|
||||
Requires: python-jupyter-client
|
||||
Requires: python-jupyter-core
|
||||
Requires: python-matplotlib-inline >= 0.1
|
||||
Requires: python-tornado >= 4.2
|
||||
Requires: python-traitlets >= 4.1.0
|
||||
%if 0%{?python_version_nodots} < 38
|
||||
Requires: python-importlib-metadata
|
||||
%endif
|
||||
Provides: python-jupyter_ipykernel = %{version}
|
||||
Obsoletes: python-jupyter_ipykernel < %{version}
|
||||
Provides: %{python_module ipykernel-doc = %{version}}
|
||||
@ -58,14 +57,14 @@ Obsoletes: jupyter-ipykernel < %{version}-%{release}
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module importlib-metadata if %python-base < 3.8}
|
||||
BuildRequires: %{python_module debugpy >= 1.0.0}
|
||||
BuildRequires: %{python_module flaky}
|
||||
BuildRequires: %{python_module ipython >= 7.23.1}
|
||||
BuildRequires: %{python_module ipython_genutils}
|
||||
BuildRequires: %{python_module jupyter-client}
|
||||
BuildRequires: %{python_module jupyter-core}
|
||||
BuildRequires: %{python_module matplotlib-inline >= 0.1}
|
||||
BuildRequires: %{python_module nose_warnings_filters}
|
||||
# still using nose streams from ipython, but they are working on a removal
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module tornado >= 4.2}
|
||||
|
Loading…
x
Reference in New Issue
Block a user