python-ruamel-yaml: update to version 0.18.16

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 <pepe.schlehofer@gmail.com>
(cherry picked from commit 974e8404c6)
This commit is contained in:
Josef Schlehofer
2025-11-02 17:36:12 +01:00
parent 2ab7c24e28
commit 07cedfe325

View 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 <pepe.schlehofer@gmail.com>
PKG_LICENSE:=MIT