Support ruamel.yaml 0.17.x #404
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What I'm trying to do and why
borgmatic supports
ruamel.yamlup to but not including0.17.0as a result of this insetup.py:However
ruamel.yamlversion0.17.0came out recently, and it would be good for borgmatic to support it.So as part of this ticket, update the version range in
setup.py, update test requirements as well, and confirm that borgmatic still works (and tests pass) with0.17.0. Read through theruamel.yamlchangelog and make sure there no surprises.Other notes / implementation ideas
Downstream issue on this: https://bugs.archlinux.org/task/70197
Environment
borgmatic version: master
Hi there,
had exactly this issue today. I solved this by downgrading the package
python-ruamel-yamlto 0.16.13.Regards,
Christoph
Also having this issue on Arch Linux.
Thanks for your patience here. I've just tested with ruamel.yaml 0.17.x and released borgmatic 1.5.13 with support for it!
New version of
borgmaticjust hit the arch repos. Thanks for your quick solution on this!