Louis Sautier

Results 54 issues of Louis Sautier

Hi, We at Gentoo rely on PyPI tarballs to build docs and run tests, could you include them in future releases so that we don't have to use GitHub's tarballs?

requires-thought
0.4.6

This avoids problems where `gcc`/`cc` is not the prefered compiler.

Hi, I am in the process of adding rmlint to Gentoo and I have a few problems, some of which I patched locally. However, I think these two should be...

Hi, Pre-compressing the manpage causes QA warnings on Gentoo (and could also be a problem on Debian, Fedora or Arch Linux, as a fellow Gentoo developer explains [in his blog](https://cmpct.info/~sam/blog/posts/automatic-manpage-compression/))....

`strtoull` returns `ULLONG_MAX,` not `ULONG_MAX`.

Hi, I tried to run the test suite on an x86 chroot and one test fails: ``` test_size.test_invalid ... ('--size 0-18446744073709551616',) did not trigger an error exit. ``` I was...

Hi, I recently noticed that there are permission errors for mount points outside of the folders on which I run rmlint. It only seems to happen inside XFS filesystems. I...

bug

Hi, On some systems (such as PyPy3 on Gentoo), distutils' `data` path is not `sys.prefix`, which means that we cannot rely on relative paths.

Hi, I'm pretty sure the cause of this is: > [bpo-43285](https://bugs.python.org/issue43285): ftplib no longer trusts the IP address value returned from the server in response to the PASV command by...

Fixes the following warnings: ``` docs/index.rst:: WARNING: image file not readable: ../assets/mechanical-soup-logo.png docs/tutorial.rst:196: WARNING: Include file 'examples/expl_httpbin.py' not found or reading it failed ```