From 5daa97e79fb09cbc7d247f1d99906dbb3595fce7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Apr 2025 08:55:11 +0000 Subject: python3-iniconfig: upgrade 2.0.0 -> 2.1.0 License-Update: Whitespace/indentation changes only (From OE-Core rev: ccea3cc38ee0b9b32109196effe6fa3adac9c3bd) Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb (limited to 'meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb') diff --git a/meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb b/meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb new file mode 100644 index 0000000000..d9b31aea4a --- /dev/null +++ b/meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "A small and simple INI-file parser module" +HOMEPAGE = "https://pypi.org/project/iniconfig/" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4a73af4b5f1f3a8731e5def70e8c1254" + +SRC_URI[sha256sum] = "3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7" + +DEPENDS += "python3-hatch-vcs-native" + +inherit pypi python_hatchling + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf