commit: 661c853aff726069aa0a7192124d79b02e89d5e0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Nov 18 14:32:46 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Nov 18 14:33:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661c853a
package.mask: Last rite dev-python/s3fs Bug: https://bugs.gentoo.org/755266 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 51dd69befca..2d89cd6fe8b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,20 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2020-11-18) +# Upstream has switched to aiobotocore. It's a huge hack that requires +# a very specific botocore version, currently 3 months old. Given that +# boto* makes releases daily and various revdeps require newer boto3 / +# botocore versions, this makes aiobotocore unmaintainable. +# As a result, we'd be stuck with the old version forever. +# +# See also: +# https://github.com/aio-libs/aiobotocore/issues/829 +# https://github.com/dask/s3fs/issues/357 +# +# Removal in 30 days. Bug #755266. +dev-python/s3fs + # Zac Medico <[email protected]> (2020-11-17) # Unit tests fail. No revdeps. # Removal in 30 days. Bug #723674.
