python3-openpyxl: update to 3.1.5
authorAlexandru Ardelean <redacted>
Thu, 9 Apr 2026 05:27:46 +0000 (08:27 +0300)
committerAlexandru Ardelean <redacted>
Fri, 10 Apr 2026 11:01:09 +0000 (14:01 +0300)
commita6f91c626ac59f5c5563fbfdc5cb1e9ea961a024
treed4fe5224f534f6cc238d60eee22648e659f14f45
parent98298ce7f862518b571e1919c69c37bb5d59e20d
python3-openpyxl: update to 3.1.5

Update package to 3.1.5.

Changes since 3.0.10:

3.1.0: Added support for data table formulae; Rich Text in cells; Custom
Document Properties; mapped chartspace graphical properties to charts.
Breaking: removed deprecated workbook methods (get_named_range,
add_named_range, remove_named_range) and several worksheet properties.
Bug fixes: fixed table filters being overridden, various dataframe and
multiindex alignment issues.

3.1.1: Fixed DocumentProperties times being set only at module import;
fixed missing worksheet-specific definitions.

3.1.2: Fixed reading worksheets in read-only mode with locally scoped
definitions; fixed empty custom properties causing invalid files.

3.1.3: Major performance fixes -- column name caching, pivot table
loading, custom properties reading; fixed rich-text save without lxml;
fixed file handler leaks; fixed timedelta reading in read-only mode;
improved duplicate named styles handling.

3.1.4: Minor bug fixes and stability improvements.

3.1.5: Latest stable release with cumulative fixes.

Add test.sh to verify write/read roundtrip of xlsx workbooks.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/openpyxl/Makefile
lang/python/openpyxl/test.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT