python-ruamel-yaml: update to version 0.18.16
authorJosef Schlehofer <[email protected]>
Sun, 2 Nov 2025 16:36:12 +0000 (17:36 +0100)
committerHannu Nyman <[email protected]>
Fri, 14 Nov 2025 09:22:23 +0000 (11:22 +0200)
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]>
lang/python/python-ruamel-yaml/Makefile

index 048a23a2bb7e3861cc8f93e14b28ac9dbcb94632..b92a93194df6d3a2dc4cbb4683aaf96a2692f7ea 100644 (file)
@@ -8,11 +8,12 @@
 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_MAINTAINER:=Josef Schlehofer <[email protected]>
 PKG_LICENSE:=MIT