Summary: | app-backup/borgbackup-1.2.1 version bump and relax dev-python/msgpack dependency | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dennis Schridde <dschridde+gentoobugs> |
Component: | Current packages | Assignee: | Anthony Basile <blueness> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | slashbeast |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/borgbackup/borg/blob/1.2.1/docs/changes.rst#version-121-2022-06-06 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Dennis Schridde
2022-06-09 16:20:40 UTC
The very only msgpack version that 1.2.1 borg supports is 1.0.3 and 1.0.4, thus fixing on 1.0.4 is the best way to go. (In reply to Piotr Karbowski from comment #1) > The very only msgpack version that 1.2.1 borg supports is 1.0.3 and 1.0.4, > thus fixing on 1.0.4 is the best way to go. You are right. The PR that actually made it into the release is https://github.com/borgbackup/borg/pull/6743 That code checks for different versions: * https://github.com/borgbackup/borg/blob/0e8c9941bb560c02aa29561d8112e270f3d282bf/setup.cfg#L41-L42 * https://github.com/borgbackup/borg/blob/0e8c9941bb560c02aa29561d8112e270f3d282bf/src/borg/helpers/msgpack.py#L142-L146 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8011dfe2d5fa238ee24ba2a2c323ce0952161150 commit 8011dfe2d5fa238ee24ba2a2c323ce0952161150 Author: Piotr Karbowski <slashbeast@gentoo.org> AuthorDate: 2022-06-19 14:26:18 +0000 Commit: Piotr Karbowski <slashbeast@gentoo.org> CommitDate: 2022-06-19 14:32:59 +0000 app-backup/borgbackup: 1.2.1-r1: bump cython and msgpack deps. Closes: https://bugs.gentoo.org/850769 Closes: https://bugs.gentoo.org/834575 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org> .../{borgbackup-1.2.1.ebuild => borgbackup-1.2.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) |