From c3a41eb8a98471ba8ff6cf6cceb47762972a367b Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jul 10 2020 18:29:56 +0000 Subject: Add ipython[notebook] subpackage https://fedoraproject.org/wiki/Changes/PythonExtras --- diff --git a/ipython.spec b/ipython.spec index 7bf501e..9f09226 100644 --- a/ipython.spec +++ b/ipython.spec @@ -14,7 +14,7 @@ Name: ipython Version: 7.16.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An enhanced interactive Python shell # See bug #603178 for a quick overview for the choice of licenses @@ -109,6 +109,8 @@ Requires: (tex(bm.sty) if /usr/bin/dvipng) This package provides IPython for in a terminal. +%{?python_extras_subpkg:%python_extras_subpkg -n python3-ipython -i %{python3_sitelib}/*.egg-info notebook} + %package -n python3-ipython-sphinx Summary: Sphinx directive to support embedded IPython code %{?python_provide:%python_provide python3-ipython-sphinx} @@ -256,6 +258,9 @@ rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests %changelog +* Fri Jul 10 2020 Miro Hrončok - 7.16.1-2 +- Add ipython[notebook] subpackage + * Tue Jul 07 2020 Lumír Balhar - 7.16.1-1 - Update to 7.16.1 (#1851577)