meta-openembedded/meta-python
Wang Mingyu cdfc8a521e python3-xlsxwriter: upgrade 3.1.3 -> 3.1.8
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 496889e1cf)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-10-30 07:14:03 -04:00
..
classes python_mesonpy: New class 2023-06-14 09:50:28 -07:00
conf meta-python: Add python3-rapidjson to PTESTS_FAST_META_PYTHON 2023-10-30 07:14:02 -04:00
licenses
recipes-connectivity python3-gsocketpool: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
recipes-core ptest-image: Switch to using core-image-minimal 2023-10-12 09:58:05 -04:00
recipes-devtools python3-xlsxwriter: upgrade 3.1.3 -> 3.1.8 2023-10-30 07:14:03 -04:00
recipes-extended python3-rich: upgrade 13.5.3 -> 13.6.0 2023-10-30 07:14:03 -04:00
recipes-networking/python python3-ldap: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
COPYING.MIT
README.md meta-openemnedded: Add myself as nanbield maintainer 2023-09-25 11:39:20 -07:00

meta-python

Introduction

This layer is intended to be the home of python modules for OpenEmbedded.

Dependencies

The meta-python layer depends on:

URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: nanbield

URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
branch: nanbield

Contributing

The meta-openembedded mailinglist (openembedded-devel@lists.openembedded.org) is used for questions, comments and patch review. It is subscriber only, so please register before posting.

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-python][nanbield]' in the subject.

When sending single patches, please use something like: git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][nanbield][PATCH'

Maintenance

Layer maintainers: Armin Kuster akuster808@gmail.com