diff mbox series

[meta-python,28/40] python3-pyyaml-include: upgrade 2.1 -> 2.2

Message ID 1727682185-12664-28-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/40] adw-gtk3: upgrade 5.3 -> 5.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 30, 2024, 7:42 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Add flatten argument.
- fix issue if glob_params is not int.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-pyyaml-include_2.1.bb => python3-pyyaml-include_2.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyyaml-include_2.1.bb => python3-pyyaml-include_2.2.bb} (94%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb
rename to meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
index 058699fdf..f39b63ea5 100644
--- a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/tanbro/pyyaml-include"
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
 DEPENDS += "python3-setuptools-scm-native"
-SRCREV = "dc16153b28f5cab997814c0ce9b43dc4c58507e7"
+SRCREV = "c5be2b7dfc4aaa91e44dbeb6fa42adc80936ef9d"
 
 SRC_URI = " \
             git://github.com/tanbro/pyyaml-include;protocol=https;branch=main \