Package: python-llfuse / 1.5.0+dfsg-1

Metadata

Package Version Patches format
python-llfuse 1.5.0+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Use cython3 instead of cython command.patch | (download)

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

 use 'cython3' instead of 'cython' command

0003 Skip extended attribute tests under GNU kFreeBSD.patch | (download)

test/test_api.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 skip extended attribute tests under gnu/kfreebsd

0004 Ignore exceptions during interpreter shutdown.patch | (download)

test/conftest.py | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 ignore exceptions during interpreter shutdown

These can most likely be ignored in general. In the specific
case that we are addressing with this, they also seem to be
caused by a bug in Python. Closes: #851724.

mips_dev_t.diff | (download)

Include/posix/__init__.py | 1 1 + 0 - 0 !
Include/posix/stat.pxd | 85 85 + 0 - 0 !
2 files changed, 86 insertions(+)

 work around bug in mips+mipsel libc