summaryrefslogtreecommitdiff
path: root/dev-python/boto/files/boto-2.49.0-py3-socket-binary.patch
AgeCommit message (Collapse)Author
2021-01-19dev-python/boto: pull in more python 3 fixesMike Frysinger
These mostly come from gsutil's boto fork. The SNI fix from Debian was slightly broken in that it passed the host:port down to the SSL layers to validate, but Python matches against just host, so it would always fail. Also unbundle the six module and use the system copy. URL: https://crbug.com/1128519 Signed-off-by: Mike Frysinger <vapier@gentoo.org>