From 65aeb6160c90b74d2db61b8b673abfc6b3b49126 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 12 Feb 2023 18:01:50 +0800 Subject: python3-xlsxwriter: upgrade 3.0.7 -> 3.0.8 Changelog: =========== * Fix for "autofit()" exception when user defined column width was "None". Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-xlsxwriter_3.0.7.bb | 21 --------------------- .../python/python3-xlsxwriter_3.0.8.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb deleted file mode 100644 index e73e579e37..0000000000 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.7.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Python 2 and 3 compatibility library" -HOMEPAGE = "https://xlsxwriter.readthedocs.io" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=12d9fac1f0049be71ab5aa4a78da02b0" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "XlsxWriter" - -RDEPENDS:${PN} += " \ - python3-crypt \ - python3-datetime \ - python3-compression \ - python3-numbers \ - python3-io \ -" - -SRC_URI[sha256sum] = "1239958b12da12be6abf05b32f64ff162eb75fff0fdf00d901ca0f46dc0557cf" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb new file mode 100644 index 0000000000..4b89ba68df --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb @@ -0,0 +1,21 @@ +SUMMARY = "Python 2 and 3 compatibility library" +HOMEPAGE = "https://xlsxwriter.readthedocs.io" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=12d9fac1f0049be71ab5aa4a78da02b0" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "XlsxWriter" + +RDEPENDS:${PN} += " \ + python3-crypt \ + python3-datetime \ + python3-compression \ + python3-numbers \ + python3-io \ +" + +SRC_URI[sha256sum] = "ec77335fb118c36bc5ed1c89e33904d649e4989df2d7980f7d6a9dd95ee5874e" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg