From a10146bc6e4a8d20c211eba3be47289645036205 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 12 Jun 2024 10:58:09 +0800 Subject: python3-xlsxwriter: upgrade 3.1.9 -> 3.2.0 License-Update: Copyright year updated to 2024. Changelog: ============ - Add :func:'embed_image()' worksheet method to embed images in cells. - Fix issue where a horizontal alignment format was ignored if indentation was also set. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-xlsxwriter_3.1.9.bb | 21 --------------------- .../python/python3-xlsxwriter_3.2.0.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.9.bb create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.9.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.9.bb deleted file mode 100644 index ee7dab35cb..0000000000 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.9.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] = "de810bf328c6a4550f4ffd6b0b34972aeb7ffcf40f3d285a0413734f9b63a929" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb new file mode 100644 index 0000000000..93ca5525ba --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.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=a4bab8df34a9a138b4e0ca56b8559a05" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "XlsxWriter" + +RDEPENDS:${PN} += " \ + python3-crypt \ + python3-datetime \ + python3-compression \ + python3-numbers \ + python3-io \ +" + +SRC_URI[sha256sum] = "9977d0c661a72866a61f9f7a809e25ebbb0fb7036baa3b9fe74afcfca6b3cb8c" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf