From a6d9afe38edba742c7b05d19ab8fd3a2637aa9cb Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:01:33 +0800 Subject: [PATCH] python3-xlsxwriter: upgrade 3.2.0 -> 3.2.1 Changelog: Added improvements to "autofit()". Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-xlsxwriter_3.2.0.bb => python3-xlsxwriter_3.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.2.0.bb => python3-xlsxwriter_3.2.1.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb index e3376ab55b..a1fd09af49 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb @@ -17,6 +17,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "9977d0c661a72866a61f9f7a809e25ebbb0fb7036baa3b9fe74afcfca6b3cb8c" +SRC_URI[sha256sum] = "97618759cb264fb6a93397f660cca156ffa9561743b1823dafb60dc4474e1902" BBCLASSEXTEND = "native nativesdk"