aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-openpyxl_3.0.5.bb
AgeCommit message (Collapse)Author
2021-01-20python3-openpyxl: Upgrade 3.0.5 -> 3.0.6Leon Anavi
Upgrade to release 3.0.6: - Borders in differential styles are incorrect - Error when opening some pivot tables - Resave breaks the border format in conditional formatting rules - Read-only workbook not closed properly if generator interrupted - Pandas.Multiindex.labels deprecated - Pandas.Multiinex not expanded correctly - Cannot read rows with exponents - numpy.float is deprecated - Cells without coordinate attributes not always correctly handled - Improved handling of borders for differential styles - Support subclasses of datetime objects - Improved handling of cells without coordinates Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-27python3-openpyxl: Upgrade 3.0.4 -> 3.0.5Leon Anavi
Upgrade to release 3.0.5 with the following bugfixes: - Incorrectly consider currency format as datetime - Cannot copy worksheets with merged cells - Empty worksheets do not return generators when looping - Hyperlinks duplicated on multiple saves - Incorrectly literal format as datetime - Links set to range of cells not preserved - Exception when opening workbook with chartsheets and tables Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>