From 0b46ba4e38dcceb228ab5b0fadc9b600d0cfe68f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 23 Apr 2021 11:03:26 +0300 Subject: 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 --- .../recipes-devtools/python/python3-xlsxwriter_1.4.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb (limited to 'meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb new file mode 100644 index 0000000000..b5e15f14c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "Python 2 and 3 compatibility library" +HOMEPAGE = "https://xlsxwriter.readthedocs.io" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e95e368cd6cb090815046688e92d11e" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "XlsxWriter" + +SRC_URI[sha256sum] = "82be5a58c09bdc2ff8afc25acc815c465275239ddfc56d6e7b2a7e6c5d2e213b" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf