[seaborn] 09/10: New upstream version (droped patches)
Andreas Tille
tille at debian.org
Mon Jul 24 10:43:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch debian
in repository seaborn.
commit 283e528d6ae5a0ff9a737f6b2680e005afc91f7a
Author: Andreas Tille <tille at debian.org>
Date: Mon Jul 24 12:09:59 2017 +0200
New upstream version (droped patches)
---
debian/changelog | 1 +
...-to-return-an-rgba-tuple-instead-of-a-col.patch | 25 ----------------------
.../Explicitely-transform-results-to-a-list.patch | 25 ----------------------
debian/patches/series | 2 --
4 files changed, 1 insertion(+), 52 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1234c81..e9a98c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
seaborn (0.7.1-5) UNRELEASED; urgency=medium
* Team upload.
+ * New upstream version (droped patches)
* Add python*-pytest to Build-Depends
Closes: #868616
* cme fix dpkg-control
diff --git a/debian/patches/Allow-matplotlib-to-return-an-rgba-tuple-instead-of-a-col.patch b/debian/patches/Allow-matplotlib-to-return-an-rgba-tuple-instead-of-a-col.patch
deleted file mode 100644
index 7db3f0e..0000000
--- a/debian/patches/Allow-matplotlib-to-return-an-rgba-tuple-instead-of-a-col.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Ole Streicher <olebole at debian.org>
-Date: Mon, 23 Jan 2017 12:19:52 +0100
-Subject: Allow matplotlib to return an rgba tuple instead of a color name in
- test.
-
-This is required to have the test succeeding on matplotlib 2.0.
-
-Closes: #849368
----
- seaborn/tests/test_axisgrid.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/seaborn/tests/test_axisgrid.py b/seaborn/tests/test_axisgrid.py
-index 3f1dc5d..e93d275 100644
---- a/seaborn/tests/test_axisgrid.py
-+++ b/seaborn/tests/test_axisgrid.py
-@@ -269,7 +269,7 @@ class TestFacetGrid(PlotTestCase):
-
- g = ag.FacetGrid(self.df, subplot_kws=dict(axisbg="blue"))
- for ax in g.axes.flat:
-- nt.assert_equal(ax.get_axis_bgcolor(), "blue")
-+ nt.assert_in(ax.get_axis_bgcolor(), ("blue", (0.0, 0.0, 1.0, 1.0)))
-
- @skipif(old_matplotlib)
- def test_gridspec_kws(self):
diff --git a/debian/patches/Explicitely-transform-results-to-a-list.patch b/debian/patches/Explicitely-transform-results-to-a-list.patch
deleted file mode 100644
index 18ce017..0000000
--- a/debian/patches/Explicitely-transform-results-to-a-list.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Ole Streicher <olebole at debian.org>
-Date: Mon, 23 Jan 2017 13:14:04 +0100
-Subject: Explicitely transform results to a list.
-
-Matplotlib now returns a _ColorPalette instead of a list, but slicing it
-will return a list. This let the equality check fail.
-
-Closes: #849368, #850999
----
- seaborn/tests/test_palettes.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/seaborn/tests/test_palettes.py b/seaborn/tests/test_palettes.py
-index 87c5ed4..f0ef385 100644
---- a/seaborn/tests/test_palettes.py
-+++ b/seaborn/tests/test_palettes.py
-@@ -163,7 +163,7 @@ class TestColorPalettes(object):
-
- pal_forward = palettes.mpl_palette("BuPu", 6)
- pal_reverse = palettes.mpl_palette("BuPu_r", 6)
-- nt.assert_equal(pal_forward, pal_reverse[::-1])
-+ np.testing.assert_allclose(pal_forward, pal_reverse[::-1])
-
- def test_rgb_from_hls(self):
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c5eda7d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-Allow-matplotlib-to-return-an-rgba-tuple-instead-of-a-col.patch
-Explicitely-transform-results-to-a-list.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/seaborn.git
More information about the debian-science-commits
mailing list