From a6d9afe38edba742c7b05d19ab8fd3a2637aa9cb Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:01:33 +0800 Subject: python3-xlsxwriter: upgrade 3.2.0 -> 3.2.1 Changelog: Added improvements to "autofit()". Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-xlsxwriter_3.2.0.bb | 22 ---------------------- .../python/python3-xlsxwriter_3.2.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb deleted file mode 100644 index e3376ab55b..0000000000 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Python 2 and 3 compatibility library" -HOMEPAGE = "https://xlsxwriter.readthedocs.io" -SECTION = "devel/python" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a4bab8df34a9a138b4e0ca56b8559a05" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "XlsxWriter" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -RDEPENDS:${PN} += " \ - python3-crypt \ - python3-datetime \ - python3-compression \ - python3-numbers \ - python3-io \ -" - -SRC_URI[sha256sum] = "9977d0c661a72866a61f9f7a809e25ebbb0fb7036baa3b9fe74afcfca6b3cb8c" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb new file mode 100644 index 0000000000..a1fd09af49 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb @@ -0,0 +1,22 @@ +SUMMARY = "Python 2 and 3 compatibility library" +HOMEPAGE = "https://xlsxwriter.readthedocs.io" +SECTION = "devel/python" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a4bab8df34a9a138b4e0ca56b8559a05" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "XlsxWriter" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +RDEPENDS:${PN} += " \ + python3-crypt \ + python3-datetime \ + python3-compression \ + python3-numbers \ + python3-io \ +" + +SRC_URI[sha256sum] = "97618759cb264fb6a93397f660cca156ffa9561743b1823dafb60dc4474e1902" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf