From 8f2bd5b922205bfe1faa14f6aae1ac1e7e1f4972 Mon Sep 17 00:00:00 2001 From: zangrc Date: Thu, 20 May 2021 09:27:10 +0800 Subject: python3-xlsxwriter: upgrade 1.4.0 -> 1.4.3 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-xlsxwriter_1.4.0.bb | 13 ------------- .../python/python3-xlsxwriter_1.4.3.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb deleted file mode 100644 index b5e15f14c9..0000000000 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.0.bb +++ /dev/null @@ -1,13 +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=4e95e368cd6cb090815046688e92d11e" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "XlsxWriter" - -SRC_URI[sha256sum] = "82be5a58c09bdc2ff8afc25acc815c465275239ddfc56d6e7b2a7e6c5d2e213b" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.3.bb new file mode 100644 index 0000000000..e6b196956e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.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=4e95e368cd6cb090815046688e92d11e" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "XlsxWriter" + +RDEPENDS_${PN} += " \ + python3-crypt \ + python3-datetime \ + python3-compression \ + python3-numbers \ + python3-io \ +" + +SRC_URI[sha256sum] = "641db6e7b4f4982fd407a3f372f45b878766098250d26963e95e50121168cbe2" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf