From 9612f16e59fc23781511d3691510b487838b1eae Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mar 20 2018 01:42:52 +0000 Subject: Add jupyter-client and defusedxml as requires --- diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 3b81f1b..996a9aa 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 5.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Converting Jupyter Notebooks License: BSD and MIT @@ -48,6 +48,8 @@ Requires: python2-pandocfilters Requires: python2-mistune Requires: python2-bleach Requires: pandoc +Requires: python2-defusedxml +Requires: python2-jupyter-client %description -n python2-%{pypi_name} @@ -72,6 +74,8 @@ Requires: python3-pandocfilters Requires: python3-mistune Requires: python3-bleach Requires: pandoc +Requires: python3-defusedxml +Requires: python3-jupyter-client # executables moved from py2 to py3 # https://bugzilla.redhat.com/show_bug.cgi?id=1410332 @@ -137,6 +141,9 @@ chmod 755 %{buildroot}%{python3_sitelib}/%{pypi_name}/nbconvertapp.py %doc html %changelog +* Mon Mar 19 2018 Mukundan Ragavan - 5.3.1-6 +- Add jupyter-client and defusedxml as requires + * Fri Feb 09 2018 Fedora Release Engineering - 5.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild