summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-openpyxl_3.1.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-openpyxl: upgrade 3.1.2 -> 3.1.3Wang Mingyu2024-06-111-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Column name caches are slow and use a lot of memory - Improved handling of duplicate named styles - Rich-text can be saved if lxml is not installed - Documentation for sheet views is incorrect - Timedeltas not read properly in read-only mode - List of formulae names contains mistakes - Filters does not handle non-numerical filters - Type checking increases exponentially - Loading pivot tables can be unnecessarily slow - Improve performance when reading files with lots of custom properties - Setting Trendline.name attribute raises exception when saving - Timezone and Zombie formatting cannot be combined. - Column name generation is inefficient and slow - File handlers not always released in read-only mode - Workbook files not properly closed on Python >= 3.11.8 and Windows - Pivot cache definitions using tupleCache had serialisation issues - Add a __repr__ method for Row and Column dimension objects so you don't need to check every time. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-8/+8
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-openpyxl: upgrade 3.1.1 -> 3.1.2Wang Mingyu2023-03-171-0/+23
Changelog: ========== #1963 Cannot read worksheets in read-only mode with locally scoped definitions #1974 Empty custom properties cause invalid files Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>