Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
deb_loosenup_setup_requires | no | |||||
deb_setup_no_msgpack_and_duecredit | comment out msgpack and keyring in setup.py msgpack -- for some reason on older systems even if installed system-wide from debian package, still attempts to pip install it for no good reason afaik keyring -- there is older keyring vs newer keyring, keyrings.alt bundle Will be prescribed in debian/control |
Yaroslav Halchenko <debian@onerussian.com> | no | 2018-03-03 | ||
deb_no_utf8 | Disable unicode strings in commands to be executed in tests As you could see largely it is about executing a command with unicode, or later logging it. Whenvever Python2 seems to do it automagical conversions without blowing up, on Python3 I found no reliable way to achieve desired -- logger would not accept bytes, but would puke upon attempt to encode unicode into 'ascii', etc Problems go away if UTF-8 locale is configured and set (instead of C or POSIX) |
Yaroslav Halchenko <debian@onerussian.com> | no | 2018-06-05 | ||
python3.patch | use python3 interpreter, not python by default in Makefile The rest of the original patch by Steve Langasek <steve.langasek@ubuntu.com> are no longer needed/adopted upstream |
no | ||||
0001-BF-serve_path_via_http-HTTPPath-use-localhost-not-ha.patch | [PATCH] BF(?): serve_path_via_http,HTTPPath - use "localhost" not hardcoded IPv4 In hope that it could potentially work on IPv6 only setups |
Yaroslav Halchenko <debian@onerussian.com> | no | 2020-08-13 |