Package: octave-io / 2.7.0-3

Metadata

Package Version Patches format
octave-io 2.7.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
xmlbeans versioned.patch | (download)

inst/private/__POI_chk_sprt__.m | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 require version 3 of xmlbeans for poi+ooxml interface
 As of 2023-03-01, Debian unstable includes the combination of apache-poi
 version 4 and xmlbeans version 4. This breaks the POI+OOXML interface (see
 #1012016).
 .
 By requiring version 3 of xmlbeans, we ensure that the broken combination will
 not happen, because it is hard for a user to understand what is going wrong.
 .
 In practice this means that POI+OOXML will be disabled (and the OCT interface
 will be the only available one for reading .xlsx files), unless the user
 manually installs xmlbeans 3.
 .
 As a consequence, the xlsx-poi autopkgtest has been disabled.