ruamel-yaml => 16.0 compatibility #203
Labels
No labels
blocked
breaking
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No milestone
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#203
Loading…
Reference in a new issue
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?
Arch Linux ships ruamel-yaml 16.0 now, which breaks borgmatic.
Thanks for reporting. Hopefully this is just a
setup.py-level version range issue, and not an actual compatibility problem. I'll have a look.Looks like it is.
I was able to successfully backup and restore a test system earlier today, after changing the
ruamel.yamlrequirement from<0.16.0to<=0.16.0.Anyways, thx for looking into this !
Fixed in
39e5aac479. Will be released shortly.Thanks a lot !
Okay, just released as part of borgmatic 1.3.13. Thanks again.