diff mbox series

python3-iniconfig: upgrade 2.0.0 -> 2.1.0

Message ID 20250402143746.2414953-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit ccea3cc38ee0b9b32109196effe6fa3adac9c3bd
Headers show
Series python3-iniconfig: upgrade 2.0.0 -> 2.1.0 | expand

Commit Message

Richard Purdie April 2, 2025, 2:37 p.m. UTC
License-Update: Whitespace/indentation changes only

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...{python3-iniconfig_2.0.0.bb => python3-iniconfig_2.1.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-iniconfig_2.0.0.bb => python3-iniconfig_2.1.0.bb} (58%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb b/meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb
similarity index 58%
rename from meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb
rename to meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb
index 2abeec62f4c..d9b31aea4a7 100644
--- a/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb
+++ b/meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb
@@ -2,9 +2,9 @@  SUMMARY = "A small and simple INI-file parser module"
 HOMEPAGE = "https://pypi.org/project/iniconfig/"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4a73af4b5f1f3a8731e5def70e8c1254"
 
-SRC_URI[sha256sum] = "2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"
+SRC_URI[sha256sum] = "3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7"
 
 DEPENDS += "python3-hatch-vcs-native"