Codebase list python-pauvre / df800961-ee3b-4654-b25e-fd48010d2c75/main
Refresh patches. Debian Janitor 2 years ago
2 changed file(s) with 7 addition(s) and 3 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/pauvre/lsi/test.py
5 ===================================================================
6 --- python-pauvre.orig/pauvre/lsi/test.py
7 +++ python-pauvre/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 Index: python-pauvre/pauvre/lsi/test.py
10 ===================================================================
911 --- python-pauvre.orig/pauvre/lsi/test.py
1012 +++ python-pauvre/pauvre/lsi/test.py
11 @@ -10,6 +10,9 @@
13 @@ -10,6 +10,9 @@ from .helper import *
1214
1315 ev = 0.00000001
1416