[med-svn] [python-cutadapt] 04/04: update patch for release 1.13

Olivier Sallou osallou at debian.org
Mon May 15 11:26:45 UTC 2017


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

osallou pushed a commit to branch master
in repository python-cutadapt.

commit 1b9a5b72d7732032f05eaaa9dc17eb9500753bc1
Author: Olivier Sallou <osallou at debian.org>
Date:   Mon May 15 11:21:25 2017 +0000

    update patch for release 1.13
---
 debian/patches/0003_fixtest.patch | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/patches/0003_fixtest.patch b/debian/patches/0003_fixtest.patch
index a1b4e1b..e851dcd 100644
--- a/debian/patches/0003_fixtest.patch
+++ b/debian/patches/0003_fixtest.patch
@@ -4,7 +4,7 @@ Description: Make sure test suite will find utils
 
 --- a/tests/testcolorspace.py
 +++ b/tests/testcolorspace.py
-@@ -3,7 +3,7 @@ from __future__ import print_function, d
+@@ -3,7 +3,7 @@
  
  from cutadapt.colorspace import encode, decode
  from cutadapt.scripts.cutadapt import main
@@ -15,23 +15,23 @@ Description: Make sure test suite will find utils
  # round tripping will only work if all characters after the
 --- a/tests/testpaired.py
 +++ b/tests/testpaired.py
-@@ -4,7 +4,7 @@ from __future__ import print_function, d
+@@ -4,7 +4,7 @@
  import shutil
  from nose.tools import raises
  from cutadapt.scripts import cutadapt
--from .utils import run, files_equal, datapath, cutpath, redirect_stderr, temporary_path
-+from utils import run, files_equal, datapath, cutpath, redirect_stderr, temporary_path
+-from .utils import run, assert_files_equal, datapath, cutpath, redirect_stderr, temporary_path
++from utils import run, assert_files_equal, datapath, cutpath, redirect_stderr, temporary_path
+ 
  
  def run_paired(params, in1, in2, expected1, expected2):
- 	if type(params) is str:
 --- a/tests/tests.py
 +++ b/tests/tests.py
-@@ -9,7 +9,7 @@ import sys
+@@ -9,7 +9,7 @@
  from nose.tools import raises
  from cutadapt.scripts import cutadapt
  from cutadapt.compat import StringIO
--from .utils import run, files_equal, datapath, cutpath, redirect_stderr, temporary_path
-+from utils import run, files_equal, datapath, cutpath, redirect_stderr, temporary_path
+-from .utils import run, assert_files_equal, datapath, cutpath, redirect_stderr, temporary_path
++from utils import run, assert_files_equal, datapath, cutpath, redirect_stderr, temporary_path
+ 
  
  def test_example():
- 	run('-N -b ADAPTER', 'example.fa', 'example.fa')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cutadapt.git



More information about the debian-med-commit mailing list