getsolus / ypkg

Modern, declarative, structured build format
https://getsol.us
GNU General Public License v3.0
22 stars 11 forks source link

ybump/yupdate: Adjust to ruamel 0.18 API #73

Closed Staudey closed 4 months ago

Staudey commented 4 months ago

The API for ruamel changed in version 0.18 and the old entry functions have been removed. See https://yaml.readthedocs.io/en/latest/api/

The old loading and dumping methods in ybump and yauto thus no longer work. This updates them to the new API.