fix compression handling on volume bounds
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 20 Apr 2017 09:34:35 +0000 (11:34 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commit170c6c5224907e676b9000b60755c4d0bdc748d8
tree3cbfc3b8876d51b8afcbaa5534b4f9a563fc0e64
parentee6aa239710e38be852aab6da6c2471eb3980afd
fix compression handling on volume bounds

The old “concat compression” simply relied on the _Stream() ctor
to create a new zip block which is no longer possible since the
prerequisite encryption is only available when the first object
is committed to the archive.

Hence, reintroduce the new block initialization after
transitioning to the new volume.
deltatar/tarfile.py