[python-snuggs] 05/06: Drop patches, applied upstream.

Bas Couwenberg sebastic at debian.org
Wed Jul 13 11:18:48 UTC 2016


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

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

commit 868119c839069d2a99b4e788635df43cf04a458c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jul 13 12:52:55 2016 +0200

    Drop patches, applied upstream.
---
 debian/changelog                   |  1 +
 debian/patches/series              |  1 -
 debian/patches/test-failures.patch | 37 -------------------------------------
 3 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d96b2e0..46f0937 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-snuggs (1.4.0-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release.
+  * Drop patches, applied upstream.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 13 Jul 2016 12:48:41 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e745beb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-test-failures.patch
diff --git a/debian/patches/test-failures.patch b/debian/patches/test-failures.patch
deleted file mode 100644
index b298a18..0000000
--- a/debian/patches/test-failures.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Description: Fix test failures with NumPy 1.11.0.
-Author: Bas Couwenberg <sebastic at debian.org>
-Bug-Debian: https://bugs.debian.org/824794
-Forwarded: https://github.com/mapbox/snuggs/pull/6
-
---- a/test_snuggs.py
-+++ b/test_snuggs.py
-@@ -151,7 +151,8 @@ def test_missing_closing_paren():
-         result = snuggs.eval("(+ 1 2")
-     assert excinfo.value.lineno == 1
-     assert excinfo.value.offset == 7
--    assert str(excinfo.value) == 'Expected ")"'
-+    assert (str(excinfo.value) == 'Expected ")"' or
-+            str(excinfo.value) == 'Expected {Forward: ... | Forward: ...}')
- 
- 
- def test_missing_func():
-@@ -167,7 +168,8 @@ def test_missing_func2():
-         result = snuggs.eval("(# 1 2)")
-     assert excinfo.value.lineno == 1
-     assert excinfo.value.offset == 2
--    assert str(excinfo.value) == "expected a function or operator"
-+    assert (str(excinfo.value) == "expected a function or operator" or
-+            str(excinfo.value) == "Expected {Forward: ... | Forward: ...}")
- 
- 
- def test_undefined_var():
-@@ -183,7 +185,8 @@ def test_bogus_higher_order_func():
-         result = snuggs.eval("((bogus * 2) 2)")
-     assert excinfo.value.lineno == 1
-     assert excinfo.value.offset == 3
--    assert str(excinfo.value) == "expected a function or operator"
-+    assert (str(excinfo.value) == "expected a function or operator" or
-+            str(excinfo.value) == "Expected {Forward: ... | Forward: ...}")
- 
- 
- def test_type_error():

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



More information about the Pkg-grass-devel mailing list