Upgrade ruamel.yaml #38
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
Right now, borgmatic pins ruamel.yaml to <= 0.15, because that's the author's instructions in the ruamel.yaml documentation for "production systems". See https://pypi.python.org/pypi/ruamel.yaml
However, newer versions have a different API, and it may be possible to upgrade without any problems: https://yaml.readthedocs.io/en/latest/api.html
This would allow borgmatic to run on systems that have newer versions of ruamel.yaml instead, like Arch Linux.
Imported from Taiga issue 37 (to do). Created on 2017-08-25T05:30:20+0000 by Dan Helfman.
Just implemented in master. This fix will go out in the next release.
Released in borgmatic 1.2.1!