[sagemath] 01/09: Completed the colors.py patch within unbreak.patch

Julien Puydt julien.puydt at laposte.net
Fri Mar 13 22:05:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository sagemath.

commit 9f2007adff5dbaae34350df8024dd43a75ab6802
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Mar 13 21:22:14 2015 +0100

    Completed the colors.py patch within unbreak.patch
---
 debian/patches/unbreak.patch | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/patches/unbreak.patch b/debian/patches/unbreak.patch
index 3be1775..2d9fb21 100644
--- a/debian/patches/unbreak.patch
+++ b/debian/patches/unbreak.patch
@@ -477,6 +477,15 @@
          ['Accent', 'Accent_r', 'Blues', 'Blues_r', ...]
      """
      def __init__(self):
+@@ -1656,7 +1656,7 @@
+             sage: maps = Colormaps()
+             sage: count = len(maps)
+             sage: maps.popitem()
+-            ('Spectral', <matplotlib.colors.LinearSegmentedColormap object at ...>)
++            (u'Spectral', <matplotlib.colors.LinearSegmentedColormap object at ...>)
+             sage: count - 1 == len(maps)
+             True
+         """
 --- a/sage/src/sage/tests/cmdline.py
 +++ b/sage/src/sage/tests/cmdline.py
 @@ -548,12 +548,6 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list