From d137187a19dc45fc63d20948715e56440edc06ee Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:57:58 +0800 Subject: python3-xlsxwriter: upgrade 3.1.2 -> 3.1.3 Changelog: Added support for custom total formulas to worksheet tables. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-xlsxwriter_3.1.2.bb | 21 --------------------- .../python/python3-xlsxwriter_3.1.3.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.2.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.2.bb deleted file mode 100644 index 805a3b7dd1..0000000000 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.2.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] = "78751099a770273f1c98b8d6643351f68f98ae8e6acf9d09d37dc6798f8cd3de" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.3.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.3.bb new file mode 100644 index 0000000000..6952d533da --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.3.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] = "696c16458d50712a3a5f902676c045ddb4c1bd1b54595f501e582d549abdbdb9" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf