From 80a96abf52c33a799a79cde5e7bbb9de4386dee1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Mar 2023 22:09:48 +0800 Subject: python3-xlsxwriter: upgrade 3.0.8 -> 3.0.9 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-xlsxwriter_3.0.8.bb | 21 --------------------- .../python/python3-xlsxwriter_3.0.9.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb 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 deleted file mode 100644 index 4b89ba68df..0000000000 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.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] = "ec77335fb118c36bc5ed1c89e33904d649e4989df2d7980f7d6a9dd95ee5874e" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb new file mode 100644 index 0000000000..e4acf4159b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.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] = "7216d39a2075afac7a28cad81f6ac31b0b16d8976bf1b775577d157346f891dd" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf