diff mbox series

[meta-python] python3-xlsxwriter: upgrade 3.1.3 -> 3.1.8

Message ID 1698104498-32033-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-xlsxwriter: upgrade 3.1.3 -> 3.1.8 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 23, 2023, 11:41 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
* Add support for formatting the data label in chart trendlines.
* Add the :func:'very_hidden()' method to hide a worksheet. This is similar to
  the :func:'hide()' method except that the worksheet cannot be unhidden in the
  the Excel user interface. The Excel worksheet "xlSheetVeryHidden" option can
  only be unset programmatically via VBA.
* Added fixes for column formulas in tables that were overridden by table data
  and which also didn't take future functions into account.
* Added support for chart leader lines for chart types other than Pie and Doughnut.
* Added support for adding signed VBA macros to workbooks via the via the
  :func:'add_signed_vba_project' method. See 'Working with VBA Macros'_.
* Added support for enabling the Excel "Show #N/A as an empty cell" chart option
  via the :func:'show_na_as_empty_cell' method.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-xlsxwriter_3.1.3.bb => python3-xlsxwriter_3.1.8.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.1.3.bb => python3-xlsxwriter_3.1.8.bb} (82%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.3.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.3.bb
rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb
index 6952d533da..06797f4857 100644
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb
@@ -16,6 +16,6 @@  RDEPENDS:${PN} += " \
 	python3-io \
 "
 
-SRC_URI[sha256sum] = "696c16458d50712a3a5f902676c045ddb4c1bd1b54595f501e582d549abdbdb9"
+SRC_URI[sha256sum] = "059d0786fbfa3055588e81e9d5acf4ace28394bf09353a31ae2cae635740fc15"
 
 BBCLASSEXTEND = "native nativesdk"