Bug#892240: diffoscope: crashes comparing directories with python3-xattr installed

2018-03-08 Thread Chris Lamb
tags 892240 + pending thanks Fixed in Git, pending upload. Thanks! https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=ec51d78da0bbc32fac09cf5b0f56039b8f79c696 Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk

Bug#892240: diffoscope: crashes comparing directories with python3-xattr installed

2018-03-07 Thread Doug Freed
python3-xattr has an xattr class that can be used like a dict (and thus call .items() to behave like pyxattr's xattr.get_all()). A wrapper function like this would work: def xattr_get_all(path): try: return xattr.get_all(path) except AttributeError: return xattr.xattr(path

Bug#892240: diffoscope: crashes comparing directories with python3-xattr installed

2018-03-06 Thread Paul Wise
Package: diffoscope Version: 91 Severity: wishlist Usertags: crash diffoscope crashes when comparing directories when the python3-xattr package is installed but the python3-pyxattr package is not installed. I would suggest that diffoscope should either conflict with the incompatible python3-xatt