From e7ee77bfdd2ccc7902928e5faa42416fcfe3ea10 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jul 13 2018 13:06:33 +0000 Subject: Don't own /usr/share/jupyter/ and /usr/share/jupyter/kernels/ require python-jupyter-filesystem instead (#1589420) --- diff --git a/python-ipykernel.spec b/python-ipykernel.spec index cf8d909..3507d76 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 4.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: IPython Kernel for Jupyter License: BSD URL: https://github.com/ipython/%{modname} @@ -33,6 +33,7 @@ Requires: python2-ipython >= 4 Requires: python2-jupyter-client Requires: python2-traitlets >= 4.1.0 Requires: python2-tornado >= 4.0 +Requires: python-jupyter-filesystem Recommends: python2-matplotlib Recommends: python2-numpy @@ -59,6 +60,7 @@ Requires: python%{python3_pkgversion}-ipython >= 4 Requires: python%{python3_pkgversion}-jupyter-client Requires: python%{python3_pkgversion}-traitlets >= 4.1.0 Requires: python%{python3_pkgversion}-tornado >= 4.0 +Requires: python-jupyter-filesystem Recommends: python%{python3_pkgversion}-matplotlib Recommends: python%{python3_pkgversion}-numpy @@ -118,8 +120,6 @@ nosetests-3 ipykernel %doc CONTRIBUTING.md MANIFEST.in README.md %{python2_sitelib}/%{modname}* %{python2_sitelib}/%{modname}*.egg-info -%dir %{_datadir}/jupyter -%dir %{_datadir}/jupyter/kernels %{_datadir}/jupyter/kernels/python2 @@ -129,8 +129,6 @@ nosetests-3 ipykernel %{python3_sitelib}/%{modname}* %{python3_sitelib}/%{modname}*.egg-info %{python3_sitelib}/__pycache__/%{modname}* -%dir %{_datadir}/jupyter -%dir %{_datadir}/jupyter/kernels %{_datadir}/jupyter/kernels/python3 @@ -138,6 +136,10 @@ nosetests-3 ipykernel %doc %{_docdir}/%{name}/html %changelog +* Fri Jul 13 2018 Miro Hrončok - 4.8.2-3 +- Don't own /usr/share/jupyter/ and /usr/share/jupyter/kernels/, + require python-jupyter-filesystem instead (#1589420) + * Tue Jun 19 2018 Miro Hrončok - 4.8.2-2 - Rebuilt for Python 3.7