#14 Add ipython[notebook] subpackage
Merged 3 years ago by lbalhar. Opened 3 years ago by churchyard.
rpms/ churchyard/ipython extras_sub  into  master

file modified
+6 -1
@@ -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 @@ 

  

  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 @@ 

  

  

  %changelog

+ * Fri Jul 10 2020 Miro Hrončok <mhroncok@redhat.com> - 7.16.1-2

+ - Add ipython[notebook] subpackage

+ 

  * Tue Jul 07 2020 Lumír Balhar <lbalhar@redhat.com> - 7.16.1-1

  - Update to 7.16.1 (#1851577)

  

Pull-Request has been merged by lbalhar

3 years ago

The subpackage seems to be okay:

Processing files: python3-ipython+notebook-7.16.1-2.fc33.noarch
Provides: python-ipython+notebook = 7.16.1-2.fc33 python3-ipython+notebook = 7.16.1-2.fc33 python3.9-ipython+notebook = 7.16.1-2.fc33 python3.9dist(ipython[notebook]) = 7.16.1 python3dist(ipython[notebook]) = 7.16.1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.9 python3.9dist(ipywidgets) python3.9dist(notebook) python3.9dist(setuptools)

But it FTI because nothing provides python3.9dist(ipywidgets). https://bugzilla.redhat.com/show_bug.cgi?id=1856188

Metadata