dev-python/pyzor: fix the binary stdin patch to work with v1.0.0.
authorMichael Orlitzky <mjo@gentoo.org>
Sat, 24 Mar 2018 16:12:23 +0000 (12:12 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Sat, 24 Mar 2018 16:12:23 +0000 (12:12 -0400)
commit300f46c1c52cc79238e88dba28241a6e78525966
treef4c8ad2563adb5d29c7a87264dc94aaba439dc11
parentc6ed6a67a4154ea907df3370f7cdc9b310cc6e8c
dev-python/pyzor: fix the binary stdin patch to work with v1.0.0.

In my previous commit (adding -r1), I applied a new patch that I've
submitted upstream to address a unicode crash with python-3.x. That
patch applies cleanly against v1.0.0, but won't actually work: the
get_binary_stdin() function it uses exists only in upstream's git
master branch.

To make the patch work (and to fix some other small issues), I've
included the rest of the client changes between v1.0.0 and git
master. There are very few of them -- all python-3.x fixes -- so this
should not be too objectionable.

Bug: https://bugs.gentoo.org/643692
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/pyzor/files/read-stdin-as-binary-in-get_input_msg.patch