From 0b46ba4e38dcceb228ab5b0fadc9b600d0cfe68f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 23 Apr 2021 11:03:26 +0300 Subject: [PATCH] python3-xlsxwriter: Upgrade 1.3.9 -> 1.4.0 Upgrade to release 1.4.0: - Add fix for issue for where a y_axis font rotation of 0 was ignored. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-xlsxwriter_1.3.9.bb => python3-xlsxwriter_1.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_1.3.9.bb => python3-xlsxwriter_1.4.0.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.9.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.9.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb index e53dd4d5b..b5e15f14c 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.9.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb @@ -8,6 +8,6 @@ inherit pypi setuptools3 PYPI_PACKAGE = "XlsxWriter" -SRC_URI[sha256sum] = "eca2e737d0b8df3cd72520fadcda9f48c3581282639965125a86ea8cd04620cf" +SRC_URI[sha256sum] = "82be5a58c09bdc2ff8afc25acc815c465275239ddfc56d6e7b2a7e6c5d2e213b" BBCLASSEXTEND = "native nativesdk"