Bug#982381: AttributeError: lowlevel due to trio usage in s3ql/block_cache.py

2021-11-07 Thread Lorentz Kim
I believe s3ql 3.8.0 just released, and it now states it requires trio >= 0.15. https://github.com/s3ql/s3ql/commit/105dd0d62670570cd0e77cf9cbfa967f7f4130fe Although, that's just the documentation I think. Actual "requirement" was set here: https://github.com/s3ql/s3ql/commit/7c955eda5d058dcbf59

Bug#982381: AttributeError: lowlevel due to trio usage in s3ql/block_cache.py

2021-03-16 Thread Andrey Rahmatullin
On Thu, Feb 18, 2021 at 03:28:36PM +0100, Francesco P. Lovergine wrote: > I'm pretty sure this release should depend on >= 0.15, > even due to #981906. Unfortunately, it is not expressed in the package From setup.py: # Need trio.lowlevel 'trio >= 0.15', S