From dafea096b9c9e6386dedd982575907abde9f0178 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:40:34 -0700 Subject: python3-xlsxwriter: upgrade 3.1.8 -> 3.1.9 Signed-off-by: Khem Raj --- .../python/python3-xlsxwriter_3.1.8.bb | 21 --------------------- .../python/python3-xlsxwriter_3.1.9.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.9.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb deleted file mode 100644 index 06797f4857..0000000000 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.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] = "059d0786fbfa3055588e81e9d5acf4ace28394bf09353a31ae2cae635740fc15" - -BBCLASSEXTEND = "native nativesdk" 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 new file mode 100644 index 0000000000..ee7dab35cb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.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] = "de810bf328c6a4550f4ffd6b0b34972aeb7ffcf40f3d285a0413734f9b63a929" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf