summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/boto: Add py3.10Michał Górny2021-12-141-1/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/boto: keyword 2.49.0-r4 for ~riscvAlex Fan2021-12-131-1/+1
| | | | | Signed-off-by: Alex Fan <alex.fan.q@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-python/boto: Stabilize 2.49.0-r4 ALLARCHES, #773679Sam James2021-03-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/boto: pull in more python 3 fixesMike Frysinger2021-01-191-0/+60
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>