Package: python-rencode / 1.0.6-2.1

Metadata

Package Version Patches format
python-rencode 1.0.6-2.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
deps no wheel.patch | (download)

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

 [patch] remove unnecessary wheel dependency (#30)


typecode validate.patch | (download)

rencode/rencode.pyx | 2 2 + 0 - 0 !
tests/test_rencode.py | 5 5 + 0 - 0 !
2 files changed, 7 insertions(+)

 [patch] fix checking if typecode is valid while decoding.

 This bug will cause rencode to hang if the invalid typecode is included
 in a sequence type (list, dict) since the position will not change and
 the loop checking for the termination byte never returns.

 This change is a copy of PR #29 with a few aesthetic changes.


FTBFS.patch | (download)

rencode/rencode.pyx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---