[Python-modules-commits] r31056 - in packages/matplotlib/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Oct 14 19:33:28 UTC 2014


    Date: Tuesday, October 14, 2014 @ 19:33:26
  Author: morph
Revision: 31056

tighten deps on python-six to >= 1.4

Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/control

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2014-10-14 17:54:36 UTC (rev 31055)
+++ packages/matplotlib/trunk/debian/changelog	2014-10-14 19:33:26 UTC (rev 31056)
@@ -5,12 +5,13 @@
     - bump deps to WX 3.0; thanks to Olly Betts for the report; Closes: #759094
     - uses cairocffi instead of cairo, preferred upstream; thanks to
       Jean-Christophe Jaskula for the report; Closes: #764359
+    - tighten deps on python-six to >= 1.4
   * debian/patches/nbagg_py3k_compatibility.patch
     - fix nbagg backend compatibility with py3k
   * debian/tests/backend-base
     - help mpl turn off interactive mode
 
- -- Sandro Tosi <morph at debian.org>  Tue, 14 Oct 2014 18:54:20 +0100
+ -- Sandro Tosi <morph at debian.org>  Tue, 14 Oct 2014 20:33:07 +0100
 
 matplotlib (1.4.0-1) experimental; urgency=medium
 

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2014-10-14 17:54:36 UTC (rev 31055)
+++ packages/matplotlib/trunk/debian/control	2014-10-14 19:33:26 UTC (rev 31056)
@@ -43,8 +43,8 @@
                python3-pyqt5,
                python-setuptools,
                python3-setuptools,
-               python-six,
-               python3-six,
+               python-six (>= 1.4),
+               python3-six (>= 1.4),
                python-sphinx (>= 1.0.7+dfsg),
                python-tk (>= 2.5.2-1.1),
                python-tk-dbg (>= 2.5.2-1.1),
@@ -121,7 +121,7 @@
 Depends: python3-dateutil,
          python-matplotlib-data (>= ${source:Version}),
          python3-pyparsing (>= 1.5.6),
-         python3-six,
+         python3-six (>= 1.4),
          python3-tz,
          libjs-jquery,
          libjs-jquery-ui,




More information about the Python-modules-commits mailing list