Dear Maintainer,
borgbackup2 2.0.0b20 fails with python3-borgstore 0.5.x, which was
uploaded to unstable on 2026-06-12. The borgstore 0.5.0 release removed
the "levels" argument from Store.__init__() (replaced by a new "config"
argument), but borgbackup2 still calls Store() with levels=, causing an
immediate TypeError on any borg invocation:
TypeError: Store.__init__() got an unexpected keyword argument 'levels'
The package should either be updated to use the new borgstore 0.5.x API,
or a versioned dependency python3-borgstore (<< 0.5.0) should be added
until compatibility is restored.