Codebase list python-pauvre / run/123839c1-4b73-4231-9c1a-4d31f3a23c9e/main
Refresh patches. Debian Janitor 1 year, 4 months ago
2 changed file(s) with 9 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
11 Last-Update: Fri, 24 Apr 2020 12:49:17 +0200
22 Description: Test script somehow remained at Python2 -> fix this using 2to3
33
4 --- a/pauvre/lsi/test.py
5 +++ b/pauvre/lsi/test.py
4 Index: python-pauvre.git/pauvre/lsi/test.py
5 ===================================================================
6 --- python-pauvre.git.orig/pauvre/lsi/test.py
7 +++ python-pauvre.git/pauvre/lsi/test.py
68 @@ -3,10 +3,10 @@
79 # Email: splichte@princeton.edu
810 # Date: 09/02/2013
66 Last-Update: 2020-04-26
77 ---
88 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
9 --- python-pauvre.orig/pauvre/lsi/test.py
10 +++ python-pauvre/pauvre/lsi/test.py
11 @@ -10,6 +10,9 @@
9 Index: python-pauvre.git/pauvre/lsi/test.py
10 ===================================================================
11 --- python-pauvre.git.orig/pauvre/lsi/test.py
12 +++ python-pauvre.git/pauvre/lsi/test.py
13 @@ -10,6 +10,9 @@ from .helper import *
1214
1315 ev = 0.00000001
1416