[python-mpop] 01/01: Fix typo in 0006-Disable-TestEmptyImage.test_pil_image.patch.

Bas Couwenberg sebastic at debian.org
Sat Nov 5 09:08:17 UTC 2016


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

sebastic pushed a commit to branch master
in repository python-mpop.

commit f292a2cd080ab412054c5a4365265eb18a49af91
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Nov 5 10:00:12 2016 +0100

    Fix typo in 0006-Disable-TestEmptyImage.test_pil_image.patch.
---
 debian/changelog                                                | 4 ++++
 debian/patches/0006-Disable-TestEmptyImage.test_pil_image.patch | 4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a44169d..717b884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 python-mpop (1.3.0-2) unstable; urgency=medium
 
+  [ Antonio Valentino ]
   * debian/patches
     - new 0006-Disable-TestEmptyImage.test_pil_image.patch.
       Incompatibility with Pillow 3.4.2 (Closes: #843107, #843079)
 
+  [ Bas Couwenberg ]
+  * Fix typo in 0006-Disable-TestEmptyImage.test_pil_image.patch.
+
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 05 Nov 2016 08:01:01 +0000
 
 python-mpop (1.3.0-1) unstable; urgency=medium
diff --git a/debian/patches/0006-Disable-TestEmptyImage.test_pil_image.patch b/debian/patches/0006-Disable-TestEmptyImage.test_pil_image.patch
index e93f50e..ee82729 100644
--- a/debian/patches/0006-Disable-TestEmptyImage.test_pil_image.patch
+++ b/debian/patches/0006-Disable-TestEmptyImage.test_pil_image.patch
@@ -7,15 +7,13 @@ Incompatibility with Pillow 3.4.2
  mpop/tests/test_image.py | 1 +
  1 file changed, 1 insertion(+)
 
-diff --git a/mpop/tests/test_image.py b/mpop/tests/test_image.py
-index a129b4b..ab3d0e7 100644
 --- a/mpop/tests/test_image.py
 +++ b/mpop/tests/test_image.py
 @@ -170,6 +170,7 @@ class TestEmptyImage(unittest.TestCase):
                                 True, False, True, False])
          self.img.convert(oldmode)
          
-+    unittest.skip('disabled for incompatibility with Pillow 3.4.2')
++    @unittest.skip('disabled for incompatibility with Pillow 3.4.2')
      def test_pil_image(self):
          """Return an empty PIL image.
          """

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-mpop.git



More information about the Pkg-grass-devel mailing list