[Python-modules-commits] r27098 - in packages/ipython/trunk/debian (control)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Mon Jan 6 20:31:36 UTC 2014


    Date: Monday, January 6, 2014 @ 20:31:35
  Author: jtaylor-guest
Revision: 27098

add jinja2 dependency to notebook and bump pyzmq requirement

Modified:
  packages/ipython/trunk/debian/control

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2014-01-06 20:20:04 UTC (rev 27097)
+++ packages/ipython/trunk/debian/control	2014-01-06 20:31:35 UTC (rev 27098)
@@ -52,7 +52,7 @@
           python-matplotlib,
           python-numpy,
           python-profiler,
-          python-zmq (>= 2.0.10.1)
+          python-zmq (>= 2.1.11)
 Description: enhanced interactive Python shell
  IPython can be used as a replacement for the standard Python shell,
  or it can be used as a complete working environment for scientific
@@ -74,7 +74,7 @@
          python3-simplegeneric,
          ${misc:Depends},
          ${python3:Depends}
-Suggests: ipython3-notebook, ipython3-qtconsole, python3-zmq (>= 2.0.10.1)
+Suggests: ipython3-notebook, ipython3-qtconsole, python3-zmq (>= 2.1.11)
 Description: enhanced interactive Python 3 shell
  IPython can be used as a replacement for the standard Python shell,
  or it can be used as a complete working environment for scientific
@@ -96,7 +96,7 @@
          python-qt4 | python-pyside.qtcore,
          python-qt4 | python-pyside.qtgui,
          python-qt4 | python-pyside.qtsvg,
-         python-zmq (>= 2.0.10.1),
+         python-zmq (>= 2.1.11),
          ${misc:Depends},
          ${python:Depends}
 Description: enhanced interactive Python shell - Qt console
@@ -119,7 +119,7 @@
          python3-pyqt4 | python3-pyside.qtcore,
          python3-pyqt4 | python3-pyside.qtgui,
          python3-pyqt4 | python3-pyside.qtsvg,
-         python3-zmq (>= 2.0.10.1),
+         python3-zmq (>= 2.1.11),
          ${misc:Depends},
          ${python3:Depends}
 Description: enhanced interactive Python 3 shell - Qt console
@@ -160,8 +160,9 @@
 Architecture: all
 Depends: ipython (= ${binary:Version}),
          ipython-notebook-common (= ${binary:Version}),
+         python-jinja2,
          python-tornado (>= 2.1.0),
-         python-zmq (>= 2.1.4),
+         python-zmq (>= 2.1.11),
          ${misc:Depends},
          ${python:Depends}
 Description: interactive Python html notebook
@@ -181,8 +182,9 @@
 Architecture: all
 Depends: ipython-notebook-common (= ${binary:Version}),
          ipython3 (= ${binary:Version}),
+         python3-jinja2,
          python3-tornado (>= 2.1.0),
-         python3-zmq (>= 2.1.4),
+         python3-zmq (>= 2.1.11),
          ${misc:Depends},
          ${python3:Depends}
 Description: interactive Python 3 html notebook




More information about the Python-modules-commits mailing list