summaryrefslogtreecommitdiff
path: root/dev-python/botocore/files
AgeCommit message (Collapse)Author
2022-06-30dev-python/botocore: Sync the live ebuildMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-06-02dev-python/botocore: remove unused patchMichael Mair-Keimberger
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25726 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-05-14dev-python/botocore: Enable py3.11Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-07-01dev-python/botocore: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-06-22dev-python/botocore: remove unused patchMichael Mair-Keimberger
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/21364 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
2021-05-04dev-python/botocore: Bump to 1.20.64Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-11dev-python/botocore-1.16.7: Bump, remove dep version locksPatrick McLean
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2017-12-15dev-python/botocore: fix running testsAndrey Utkin
Functional tests suite, recently added to src_test phase, ended up using library files already installed, and not what is to be installed. This is handled now by passing custom PYTHONPATH, and patching tests suite to not discard custom PYTHONPATH when launching child processes. "nosetests" invocation for unit and functional test suites was split into two as it doesn't work correctly when given two directory paths. It looks like PYTHONPATH is not properly passed in that case. The reason is unknown. Fixes: e1fabdbdb95d ("dev-python/botocore: run also functional tests") Bug: https://bugs.gentoo.org/640726 Package-Manager: Portage-2.3.17, Repoman-2.3.6