Release notes can be found here:
https://yaml.dev/doc/ruamel-yaml/
Wheel is compiled as ruamel_yaml (underscore), but on pypi it is ruamel.yaml (dot),
it failed on buildbot, so add slight tweak.
Signed-off-by: Josef Schlehofer <[email protected]>
include $(TOPDIR)/rules.mk
PKG_NAME:=python-ruamel-yaml
-PKG_VERSION:=0.17.32
+PKG_VERSION:=0.18.16
PKG_RELEASE:=1
PYPI_NAME:=ruamel.yaml
-PKG_HASH:=ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2
+PYTHON3_PKG_WHEEL_NAME:=ruamel_yaml
+PKG_HASH:=a6e587512f3c998b2225d68aa1f35111c29fad14aed561a26e73fab729ec5e5a
PKG_LICENSE:=MIT