forked from pool/python-ipykernel
Accepting request 703528 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Update to 5.1.1 * 5.1.1 fixes a bug that caused cells to get stuck in a busy state. OBS-URL: https://build.opensuse.org/request/show/703528 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=4
This commit is contained in:
parent
5c7764782c
commit
a3d9e71f92
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0aeb7ec277ac42cc2b59ae3d08b10909b2ec161dc6908096210527162b53675d
|
||||
size 113862
|
3
ipykernel-5.1.1-py3-none-any.whl
Normal file
3
ipykernel-5.1.1-py3-none-any.whl
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:346189536b88859937b5f4848a6fd85d1ad0729f01724a411de5cae9b618819c
|
||||
size 114024
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:153394c604e1309c1fb61cc4ff1c02346b1e2718f86e7c838a8904e4158db335
|
||||
size 95412
|
||||
oid sha256:2e207ec2473affd6ce3af1d0ba8f440162165b46b1c1c463c90bffcd6c40e5f3
|
||||
size 95312
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8726135bb4da9cff6af569d97412ec191009d2783badcf1cb0604e7a96e4a58b
|
||||
size 9883745
|
||||
oid sha256:528aa98b6b5e4e3a97627ff1dec10ec7d13d77c31bed97d15a3bcc80018bedeb
|
||||
size 9887009
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 19:12:11 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to 5.1.1
|
||||
* 5.1.1 fixes a bug that caused cells to get stuck in a busy state.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-ipykernel
|
||||
Version: 5.1.0
|
||||
Version: 5.1.1
|
||||
Release: 0
|
||||
Summary: IPython Kernel for Jupyter
|
||||
License: BSD-3-Clause
|
||||
@ -47,7 +47,7 @@ Requires: python-tornado >= 4.0
|
||||
Requires: python-traitlets >= 4.1.0
|
||||
# typing is only built-in for later versions of python
|
||||
Provides: python-jupyter_ipykernel = %{version}
|
||||
Obsoletes: python-jupyter_ipykernel <= %{version}
|
||||
Obsoletes: python-jupyter_ipykernel < %{version}
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module nose_warnings_filters}
|
||||
@ -70,6 +70,7 @@ Summary: IPython Kernel for Jupyter
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: jupyter-jupyter_client
|
||||
Requires: python3-ipykernel = %{version}
|
||||
Conflicts: python3-jupyter_ipykernel < 5.1.1
|
||||
|
||||
%description -n jupyter-ipykernel
|
||||
This package provides the IPython kernel for Jupyter.
|
||||
@ -81,7 +82,7 @@ Summary: Documentation for the IPython kernel for Jupyter
|
||||
Group: Documentation/Other
|
||||
Provides: %{python_module ipykernel-doc = %{version}}
|
||||
Provides: %{python_module jupyter_ipykernel-doc = %{version}}
|
||||
Obsoletes: %{python_module jupyter_ipykernel-doc <= %{version}}
|
||||
Obsoletes: %{python_module jupyter_ipykernel-doc < %{version}}
|
||||
|
||||
%description -n jupyter-ipykernel-doc
|
||||
Documentation and help files for the IPython kernel for Jupyter.
|
||||
@ -111,7 +112,7 @@ cp -r docs/html %{buildroot}%{_docdir}/jupyter-ipykernel/
|
||||
%fdupes %{buildroot}%{_docdir}/jupyter-ipykernel/
|
||||
|
||||
|
||||
cp %{buildroot}%{python_sitelib}/ipykernel-%{version}.dist-info/LICENSE.txt .
|
||||
cp %{buildroot}%{python_sitelib}/ipykernel-%{version}.dist-info/COPYING.md .
|
||||
|
||||
%check
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
@ -121,17 +122,17 @@ nosetests-%{$python_bin_suffix}
|
||||
|
||||
%files %{python_files}
|
||||
%{python_sitelib}/ipykernel-%{version}.dist-info/
|
||||
%license %{python_sitelib}/ipykernel-%{version}.dist-info/LICENSE.txt
|
||||
%license %{python_sitelib}/ipykernel-%{version}.dist-info/COPYING.md
|
||||
%{python_sitelib}/ipykernel/
|
||||
%{python_sitelib}/ipykernel_launcher.py*
|
||||
%pycache_only %{python_sitelib}/__pycache__/ipykernel_launcher*.py*
|
||||
|
||||
%files -n jupyter-ipykernel
|
||||
%license LICENSE.txt
|
||||
%license COPYING.md
|
||||
%{_jupyter_kernel_dir}/python3/
|
||||
|
||||
%files -n jupyter-ipykernel-doc
|
||||
%license LICENSE.txt
|
||||
%license COPYING.md
|
||||
%dir %{_docdir}/jupyter-ipykernel/
|
||||
%{_docdir}/jupyter-ipykernel/ipykernel.pdf
|
||||
%{_docdir}/jupyter-ipykernel/html
|
||||
|
Loading…
x
Reference in New Issue
Block a user