[Python-modules-commits] [nbconvert] 01/01: Recommend pandoc for python{, 3}-nbconvert, required for some output formats
Gordon Ball
chronitis-guest at moszumanska.debian.org
Fri Nov 25 11:14:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository nbconvert.
commit 08b43077b7e2cb3b1b73e4fc300c2f9016f8c046
Author: Gordon Ball <gordon at chronitis.net>
Date: Fri Nov 25 11:59:19 2016 +0100
Recommend pandoc for python{,3}-nbconvert, required for some output formats
---
debian/changelog | 7 +++++++
debian/control | 2 ++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 5e0da8b..0fc1712 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nbconvert (4.2.0-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Recommend pandoc, required for several output formats
+
+ -- Gordon Ball <gordon at chronitis.net> Fri, 25 Nov 2016 11:56:49 +0100
+
nbconvert (4.2.0-3) unstable; urgency=medium
* Add explicit dep on entrypoints packages. (Closes: #843514)
diff --git a/debian/control b/debian/control
index 1279a30..6f3274b 100644
--- a/debian/control
+++ b/debian/control
@@ -56,6 +56,7 @@ Depends: python-entrypoints,
python-ipython (>= 5),
${misc:Depends},
${python:Depends}
+Recommends: pandoc
Description: Jupyter notebook conversion (Python 2)
Jupyter nbconvert converts notebooks to various other formats
using Jinja templates.
@@ -68,6 +69,7 @@ Depends: python3-entrypoints,
python3-ipython (>= 5),
${misc:Depends},
${python3:Depends}
+Recommends: pandoc
Description: Jupyter notebook conversion (Python 3)
Jupyter nbconvert converts notebooks to various other formats
using Jinja templates.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nbconvert.git
More information about the Python-modules-commits
mailing list