From b92e50e0a569038bbb80b08e7d6febcbf1263e62 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 9 Jul 2021 09:31:16 +0800 Subject: [PATCH] python3-xlsxwriter: upgrade 1.4.3 -> 1.4.4 Release 1.4.4 - July 4 2021 --------------------------- * Added some performance improvements. Performance for larger files should be 5-10% better. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-xlsxwriter_1.4.3.bb => python3-xlsxwriter_1.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_1.4.3.bb => python3-xlsxwriter_1.4.4.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb index e6b196956e..64ab8afa67 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb @@ -16,6 +16,6 @@ RDEPENDS_${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "641db6e7b4f4982fd407a3f372f45b878766098250d26963e95e50121168cbe2" +SRC_URI[sha256sum] = "791567acccc485ba76e0b84bccced2651981171de5b47d541520416f2f9f93e3" BBCLASSEXTEND = "native nativesdk"