From 19f34ae20712a76a20c1acfc92920bde85ec4b18 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 15 Apr 2021 10:22:30 +0300 Subject: python3-xlsxwriter: Upgrade 1.3.8 -> 1.3.9 Upgrade to release 1.3.9: - Added option to set row heights and column widths in pixels via the :func:`set_row_pixels` and :func:`set_column_pixels` methods Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-xlsxwriter_1.3.8.bb | 13 ------------- .../recipes-devtools/python/python3-xlsxwriter_1.3.9.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.9.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb deleted file mode 100644 index e89221e5c3..0000000000 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.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] = "2b7e22b1268c2ed85d73e5629097c9a63357f2429667ada9863cd05ff8ee33aa" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.9.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.9.bb new file mode 100644 index 0000000000..e53dd4d5b9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.9.bb @@ -0,0 +1,13 @@ +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] = "eca2e737d0b8df3cd72520fadcda9f48c3581282639965125a86ea8cd04620cf" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf