Bug ID 1200895
Summary python310-msgpack 1.0.4 breaks borgbackup-1.2.0 (workaround: downgrade to msgpack 1.0.3)
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS openSUSE Tumbleweed
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee screening-team-bugs@suse.de
Reporter walter.haidinger@gmx.at
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

With the recent upgrade of msgpack via python310-msgpack-1.0.4-1.1,
borgbackup-borgbackup-1.2.0-3.1 is broken.

It complains about an unsupported msgpack version. This is because
is_supported_msgpack() checks for msgpack <= 1.0.3.
See line 186 of /usr/lib64/python3.10/site-packages/borg/helpers/msgpack.py

The workaround is to downgrade to python310-msgpack-1.0.3-1.3.

Note: borgbackup has a dependency for python3-msgpack but not for a specific
version (probably #1198267)

There is an upstream patch to support msgpack-1.0.4 but that's for borgbackup
1.2.1, see
https://github.com/borgbackup/borg/issues/6716


You are receiving this mail because: