From f6f776cce2eb796a94e3d291b1428946a8a28073 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Jul 2026 17:44:33 +0800 Subject: [PATCH] python3-lazy: upgrade 1.6 -> 2.0 License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-lazy_1.6.bb => python3-lazy_2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-lazy_1.6.bb => python3-lazy_2.0.bb} (53%) diff --git a/meta-python/recipes-devtools/python/python3-lazy_1.6.bb b/meta-python/recipes-devtools/python/python3-lazy_2.0.bb similarity index 53% rename from meta-python/recipes-devtools/python/python3-lazy_1.6.bb rename to meta-python/recipes-devtools/python/python3-lazy_2.0.bb index 222489302d..940686af72 100644 --- a/meta-python/recipes-devtools/python/python3-lazy_1.6.bb +++ b/meta-python/recipes-devtools/python/python3-lazy_2.0.bb @@ -1,8 +1,8 @@ SUMMARY = "Lazy attributes are computed attributes that are evaluated only once, the first time they are used." LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7df3865e8640604acfa474235d2db76b" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0ba506a1df3b54afc8b01c9964bb6bdb" -SRC_URI[sha256sum] = "7127324ec709e8324f08cb4611c1abe01776bda53bb9ce68dc5dfa46ca0ed3e9" +SRC_URI[sha256sum] = "f92ec0d32dd6bd115ddec4e3323473ebc0b682ad58c6aca78ebfd9e6d1aa5777" inherit pypi python_setuptools_build_meta