Package: ply / 3.4-5

Metadata

Package Version Patches format
ply 3.4-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix lex tabversion.patch | (download)

ply/lex.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 set proper _tabversion in ply.lex
relax lex tabversion check.patch | (download)

ply/lex.py | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 don't break already built packages with wrong _tabversion
fixed yacc tests to account for dict hash key random.patch | (download)

test/testlex.py | 3 1 + 2 - 0 !
test/testyacc.py | 24 21 + 3 - 0 !
test/yacc_prec1.py | 4 2 + 2 - 0 !
3 files changed, 24 insertions(+), 7 deletions(-)

 [patch 1/3] fixed yacc tests to account for dict hash key
 randomization


more test fixes.patch | (download)

ply/yacc.py | 8 6 + 2 - 0 !
test/testyacc.py | 5 5 + 0 - 0 !
2 files changed, 11 insertions(+), 2 deletions(-)

 [patch 2/3] more test fixes


fixed lexer line tracking.patch | (download)

test/calclex.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 3/3] fixed lexer line tracking.